-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot deserialize input data due to invalid discriminator value. #30
Comments
Sorry for the slow response on this issue. While waiting on a fix an alternative to the view_api using the compute_api can be found at https://github.com/dsoper2/DEVWKS-2254/blob/main/src/clive_intersight_python.ipynb: Create physical summary (server) class instanceapi_instance = intersight.api.compute_api.ComputeApi(api_client) Find the count of servers in the accountserver_query = api_instance.get_compute_physical_summary_list(count=True) Intersight limits the number of items returned. Page through returned results and select Name, Model, Serialper_page = 50 |
Thanks for the suggestions @dsoper2! I ended up implementing an alternate workaround by passing
|
Hi, I am getting an ApiValueError when attempting to retrieve a list of our server assets. I'm not sure if this is something I'm doing wrong. This is using version 1.0.11.9235 of the module.
Code:
Traceback:
The text was updated successfully, but these errors were encountered: