HomeGuidesAPI ReferenceGuidesMRT APIConfiguration API
GitHubAirheads Developer Community
Guides

Configuration APIs Collection

The Configuration APIs Collection corresponds to the Configuration API Reference available on the Developer Hub. It lets you view, create, and manage configuration profiles, scopes, etc. directly from Postman.

❗️

Feature Availability

Configuration is still in Select Availability (SA); therefore, the corresponding APIs are still in alpha. They are intended for familiarity with the new API, and to deploy configuration for lab and customer environments where applicable and appropriate. Contact your local HPE Aruba Networking representative for more information.

Prerequisites

Before you begin, make sure that:

🚧

Warning

Some users have reported issues when exporting and importing the Configuration APIs collection.
To avoid this, please use the Fork option to add the collection and environment to your workspace.
Forking ensures the setup remains consistent and compatible with updates.

Making API Calls

To make an API call:

  1. Select the desired API Endpoint from the Postman collection.
  2. Review & update any required parameters or request details.
  3. Click Send to execute the API call
  4. Review the response to verify the API output.

Example: Get sites

To retrieve a list of sites, use the Get sites API request within the Sites folder in Scope Management section of the collection.

  1. Ensure that you've generated your access token as described in the Authentication Setup.
  2. Navigate to the Get sites API in the Postman Collection.
  3. Optionally, configure the following query parameters as needed in the request's Params tab on Postman:
    1. filter: OData 4.0 filter supports filtering on fields scopeName, address, city, state, country, zipcode, collectionName
    2. sort: Comma separated list of sort expressions.
    3. limit: Number of sites that need to be fetched. (Default: 100) Maximum limit per query is 100
    4. offset: offset from where the sites need to be fetched
    5. search: Partial or Full String Free text search
      You can find more details of the API's parameter on the API Reference guide
  4. Click Send to execute the request.
  5. If successful, the response will return a list of sites, optional filtered as per the API parameters.

What’s Next