You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Learn about the modules supported by the latest versions of F5 NGINXaaS for Azure.
9
9
10
10
11
+
## Access module versions using data plane API:
12
+
13
+
To access available module versions from the data plane API, follow these steps:
14
+
- View Your API Endpoints and Create an API Key
15
+
- Follow the [Getting Started instructions]({{< ref "/nginxaas-azure/loadbalancer-kubernetes.md#getting-started" >}}) to locate your dataplane API endpoint and create an API key
16
+
17
+
- Construct the Request URL
18
+
- Add `/packages` to your data plane API endpoint, for example `https://<your-endpoint>/packages`.
19
+
20
+
- Authenticate API requests
21
+
- Encode your API key to Base64 and add the prefix `ApiKey` to the encoded string.
0 commit comments