File tree 1 file changed +3
-3
lines changed
content/nim/nginx-app-protect
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ You will need to use your NGINX repo certificates to setup automatic retrieval o
252
252
<summary>Example request</summary>
253
253
254
254
```shell
255
- curl -X POST ' https://{{NMS_FQDN}}// api/platform/v1/certs' \
255
+ curl -X POST ' https://{{NMS_FQDN}}/api/platform/v1/certs' \
256
256
--header "Authorization: Bearer <access token>" \
257
257
--header "Content-Type: application/json" \
258
258
@@ -372,7 +372,7 @@ You will need to use the [Instance Manager REST API]({{< relref "/nim/fundamenta
372
372
<summary>Attack Signatures Example</summary>
373
373
374
374
```shell
375
- curl -X POST ' https://{{NMS_FQDN}}// api/platform/v1/security/attack-signatures' \
375
+ curl -X POST ' https://{{NMS_FQDN}}/api/platform/v1/security/attack-signatures' \
376
376
--header "Authorization: Bearer <access token>" \
377
377
--form ' revisionTimestamp=" 2022.11.16" ' \
378
378
--form ' filename=@" /attack-signatures.tgz" '
@@ -384,7 +384,7 @@ curl -X POST 'https://{{NMS_FQDN}}//api/platform/v1/security/attack-signatures'
384
384
<summary>Threat Campaigns Example</summary>
385
385
386
386
```shell
387
- curl -X POST ' https://{{NMS_FQDN}}// api/platform/v1/security/threat-campaigns' \
387
+ curl -X POST ' https://{{NMS_FQDN}}/api/platform/v1/security/threat-campaigns' \
388
388
--header "Authorization: Bearer <access token>" \
389
389
--form ' revisionTimestamp=" 2022.11.15" ' \
390
390
--form ' filename=@" /threat-campaigns.tgz" '
You can’t perform that action at this time.
0 commit comments