Skip to content

Add REST API version modules for v10.13 and v10.16#119

Open
ed6869 wants to merge 1 commit into
aruba:masterfrom
ed6869:feature/rest-versions-10.13-10.16
Open

Add REST API version modules for v10.13 and v10.16#119
ed6869 wants to merge 1 commit into
aruba:masterfrom
ed6869:feature/rest-versions-10.13-10.16

Conversation

@ed6869

@ed6869 ed6869 commented Jul 3, 2026

Copy link
Copy Markdown

Adds pyaoscx.rest.v10_13 and pyaoscx.rest.v10_16, mirroring the existing v10_09 definition (selectors, depths, OSPF-area defaults). This lets Session / API.create() accept rest_version 10.13 and 10.16 and reach resources introduced after 10.09.

Testing

  • black --check and flake8 clean
  • API.create("10.13") and API.create("10.16") resolve to the correct version
  • Validated live against a 6300 (FL.10.17): client probe profiles and IPFIX / Traffic Insight resources reachable at the corresponding REST version

Fixes #118.

Add the pyaoscx.rest.v10_13 and pyaoscx.rest.v10_16 packages so that
Session and API.create() support REST API versions 10.13 and 10.16.
These versions are required to reach resources introduced after 10.09,
such as IPFIX, Traffic Insight, MACsec policies, SNMP community/view and
client probe profiles.

The modules mirror the existing v10_09 API definition (selectors,
depths and OSPF area defaults).

Signed-off-by: ed6869 <ed6869@mail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add REST API version support for v10.13 and v10.16

1 participant