From cb48c953d62b2d6c59dd624471a8c61fba3f9541 Mon Sep 17 00:00:00 2001 From: mkumar6 Date: Wed, 10 Jan 2024 18:04:45 +0530 Subject: [PATCH] Fixed a typo --- products/prisma-cloud/api/cwpp/cwpp-home.mdx | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/products/prisma-cloud/api/cwpp/cwpp-home.mdx b/products/prisma-cloud/api/cwpp/cwpp-home.mdx index f0bd9b85f..86c4cac30 100644 --- a/products/prisma-cloud/api/cwpp/cwpp-home.mdx +++ b/products/prisma-cloud/api/cwpp/cwpp-home.mdx @@ -75,12 +75,7 @@ https:///api/vVERSION/ **Note:** This is a more secure method than including the `-p` option since your terminal history won't contain the password. - -### Rate Limits - -Rate limiting is applied to some endpoints. The documentation for each such endpoint has details of the rate limits enforced on it. For example, [Get Container Scan Results](https://pan.dev/prisma-cloud/api/cwpp/get-containers/). - -### Paginatioin of responses +### Paginated Responses Paginated API requests are capped to a max of 50 returned objects because very large responses could DoS Console. The default value is 50 objects per page. @@ -92,6 +87,10 @@ For example: $ https:///api/v/images?limit=50&offset=X ``` +### API Rate Limits + +Rate limiting is applied to some endpoints. The documentation for each such endpoint has details of the rate limits enforced on it. For example, [Get Container Scan Results](https://pan.dev/prisma-cloud/api/cwpp/get-containers/). + ### View parameter descriptions The parameter descriptions are available for each endpoint. The body or query (wherever applicable) parameters are listed after the endpoint description.