Classic Central to HPE Aruba Networking Central Configuration API Reference Mapping

This following table provides a comparison of Classic Central APIs and their equivalent HPE Aruba Networking Central configuration APIs.

Link to the Developer Hub portal:

Table 1: MRT API mapping

Classic Central API

HPE Aruba Networking Central API

Monitoring > Site

Configuration > Scope Management > Sites

GET /central/v2/sites

GET /network-config/v1/sites

POST /central/v2/sites

POST /network-config/v1/sites

PATCH /central/v2/sites/{site_id}

PUT /network-config/v1/sites

DELETE /central/v2/sites/{site_id}

DELETE /network-config/v1/sites

Not available

DELETE /network-config/v1/sites/bulk

 

Assign single Device to site

POST /central/v2/sites/associate

POST /network-config/v1/site-add-devices

Assign Multiple Device to site

POST /central/v2/sites/associations

POST /network-config/v1/site-add-devices

Unassign single device from site

DELETE /central/v2/sites/associate

Not available

Unassign Multiple device from site

DELETE /central/v2/sites/associates

Not available

Configuration > Groups

Configuration > Scope Management > Device Groups

GET /configuration/v2/groups

GET /network-config/v1/device-group

GET /network-config/v1/device-collections

Not available

Configuration > Scope Management > Site Collections

Not available

GET /network-config/v1/site-collections

Not available

POST /network-config/v1/site-collections

Not available

PUT /network-config/v1/site-collections

Not available

DELETE /network-config/v1/site-collections

Not available

DELETE /network-config/v1/site-collections/bulk

Not available

POST /network-config/v1/site-collection-add-sites

Not available

DELETE /network-config/v1/site-collection-remove-sites