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 NGINX as a Service for Azure.
9
9
10
10
11
+
## Accessing Module Versions via Dataplane API:
12
+
13
+
To access available module versions from the dataplane API, follow these steps:
14
+
- View Your API Endpoints and Create an API Key
15
+
- Follow the [Getting Started instructions](https://docs.nginx.com/nginxaas/azure/loadbalancer-kubernetes/#getting-started) to locate your dataplane API endpoint and create an API key
16
+
17
+
- Construct the Request URL
18
+
- Add `/packages` to your dataplane API endpoint.
19
+
- Example: `https://<your-endpoint>/packages`
20
+
21
+
- Authenticate API Requests
22
+
- Base64 encode your API key and add prefix `ApiKey` to the encoded string.
0 commit comments