Skip to content

Typo, or missing "&" in topTalkers #18

@adam-tasi

Description

@adam-tasi

topTalkers?nePk=xxx.NE&startTime=yyy

is the working code, which is available on the Aruba webclient, but in the repo, the following is provided:

    if self.orch_version >= 9.3:
        path += f"?nePk={ne_pk}"
    else:
        path += f"/{ne_pk}?"

    path += f"startTime={start_time}&endTime={end_time}"

    if top is not None:
        path += f"&top={top}"

    return self._get(path)

In this case, we get the following response:
{startTime} parameter required for this resource.

The solution is just an additional & in the code before the startTime

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