Skip to content

Commit c5925dc

Browse files
Update USAGE-v5.3.md (#91)
Signed-off-by: 65397 <fiorucci@oasi.asti.it> Updated USAGE-v5.3.md
1 parent ecc9ac5 commit c5925dc

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

USAGE-v5.3.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,15 @@ The JSON schema is self explanatory. See also the [sample Postman collection](/c
4848
- `.output.nginxone.certificates[].type` the item type ('certificate', 'key', 'chain')
4949
- `.output.nginxone.certificates[].name` the certificate/key/chain name with no path/extension (ie. 'test-application')
5050
- `.output.nginxone.certificates[].contents` the content: this can be either base64-encoded or be a HTTP(S) URL that will be fetched dynamically from a source of truth
51+
- `.output.nginxone.policies[]` an optional array of NGINX App Protect security policies
52+
- `.output.nginxone.policies[].type` the policy type ('app_protect')
53+
- `.output.nginxone.policies[].name` the policy name (ie. 'prod-policy')
54+
- `.output.nginxone.policies[].active_tag` the policy tag to enable among all available versions (ie. 'v1')
55+
- `.output.nginxone.policies[].versions[]` array with all available policy versions
56+
- `.output.nginxone.policies[].versions[].tag` the policy version's tag name
57+
- `.output.nginxone.policies[].versions[].displayName` the policy version's display name
58+
- `.output.nginxone.policies[].versions[].description` the policy version's description
59+
- `.output.nginxone.policies[].versions[].contents` this can be either base64-encoded or be a HTTP(S) URL that will be fetched dynamically from a source of truth
5160
- `.declaration` describes the NGINX configuration to be created
5261
- `.declaration.http[]` NGINX HTTP definitions
5362
- `.declaration.layer4[]` NGINX TCP/UDP definitions
@@ -64,4 +73,4 @@ The JSON schema is self explanatory. See also the [sample Postman collection](/c
6473
- Per-NGINX App Protect WAF policy CRUD
6574
- `GET /v5.3/config/{configUid}/submission/{submissionUid}` - Retrieve a submission (asynchronous `PATCH` request) status
6675
- `GET /v5.3/config/{config_uid}` - Retrieve an existing declaration
67-
- `DELETE /v5.3/config/{config_uid}` - Delete an existing declaration
76+
- `DELETE /v5.3/config/{config_uid}` - Delete an existing declaration

0 commit comments

Comments
 (0)