Skip to content

session.api.dashboard.get_devices_health() does not contain all devices #41

@nickouk

Description

@nickouk

Summary

I have 82 devices on vManage (controllers + Edges)

session.api.dashboard.get_devices_health() contains only 50 devices

Logs and external information

No response

Reproduction script

devhealth=session.api.dashboard.get_devices_health()

print(devhealth.total_devices)
82
count = 0
for a in devhealth.devices:
... count=count+1
...
print(count)
50

On what platform(s) does it occur?

Linux

Issue Severity

High: Blocking everything

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions