Skip to content

Commit 71903b8

Browse files
committed
restore snapshot URL
1 parent caae5e8 commit 71903b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

platform/eks/README-NGINX.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ helm install mycompany ibm-helm/ibm-odm-prod --version 24.1.0 -f eks-rds-nginx-v
5959
6060
## Track ODM usage with the IBM License Service with NGINX Ingress Controller
6161
62-
Install the IBM License Service following a. section of [Track ODM usage with the IBM License Service](README.md#7-track-odm-usage-with-the-ibm-license-service) step of the documentation.
62+
Install the IBM License Service following 7a. section of [Track ODM usage with the IBM License Service](README.md#7-track-odm-usage-with-the-ibm-license-service) step of the documentation.
6363
6464
To create the IBM Licensing instance using NGINX, get the [licensing-instance-nginx.yaml](./licensing-instance-nginx.yaml) file and run the command:
6565
@@ -74,12 +74,12 @@ export LICENSING_URL=$(kubectl get ingress ibm-licensing-service-instance -n ibm
7474
export TOKEN=$(kubectl get secret ibm-licensing-token -n ibm-common-services -o jsonpath='{.data.token}' |base64 -d)
7575
```
7676

77-
You can access the `http://${LICENSING_URL}/ibm-licensing-service-instance/status?token=${TOKEN}` URL to view the licensing usage.
77+
You can access the `http://${LICENSING_URL}/status?token=${TOKEN}` URL to view the licensing usage.
7878

7979
Otherwise, you can also retrieve the licensing report .zip file by running:
8080

8181
```bash
82-
curl "http://${LICENSING_URL}/ibm-licensing-service-instance/snapshot?token=${TOKEN}" --output report.zip
82+
curl "http://${LICENSING_URL}/snapshot?token=${TOKEN}" --output report.zip
8383
```
8484

8585
If your IBM License Service instance is not running properly, refer to this [troubleshooting page](https://www.ibm.com/docs/en/cpfs?topic=software-troubleshooting).

0 commit comments

Comments
 (0)