Library for managing machines with Dell iDRAC cards
Go to file
Christopher Dearborn 0c1d56dde5 WSMAN enumerate fails to return all entries
When querying an enumeration using the WSMAN enumerate method, not all
entries are returned if there are more than max_elems (default of 100)
in the enumeration.

When querying an enumeration, the first response returns <wsman:Items>
in the body.  Successive pulls, however, contain <wsen:Items>.

The old code always queried for <wsen:Items>, which caused the first
batch of attributes to be dropped only when the number of entries in
the enumeration exceeded max_elems.

This patch queries for <wsman:Items> in the first response, and for
<wsen:Items> in successive responses.

Change-Id: I2e9036b562c7d7ba5af188dd552b6c67388bb02c
Closes-Bug: #1659052
2017-01-25 11:26:40 -05:00
doc/source Remove references to 'wsmanclient' in docs. 2016-11-14 16:33:25 +00:00
dracclient WSMAN enumerate fails to return all entries 2017-01-25 11:26:40 -05:00
.gitignore Switch to PBR 2015-11-05 17:30:36 +01:00
.gitreview Add .gitreview 2015-10-08 09:42:28 +02:00
CONTRIBUTING.rst Improve docs 2016-04-05 13:58:31 +02:00
HACKING.rst Add documentation 2016-04-04 14:15:30 +02:00
LICENSE Initial commit 2015-08-03 10:50:50 +02:00
README.rst Show team and repo badges on README 2016-11-25 13:32:30 +01:00
requirements.txt Manually sync requirements (compatible with Newton and Ocata) 2016-11-07 11:39:07 +01:00
setup.cfg Update setup.cfg 2016-11-07 14:37:15 +01:00
setup.py Switch to PBR 2015-11-05 17:30:36 +01:00
test-requirements.txt Manually sync requirements (compatible with Newton and Ocata) 2016-11-07 11:39:07 +01:00
tox.ini Use upper-constraints for all tox targets 2016-08-19 08:46:54 -04:00

README.rst

Team and repository tags

image

python-dracclient

Library for managing machines with Dell iDRAC cards.