Skip to content

Commit

Permalink
Fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
manukumar6 committed Jan 10, 2024
1 parent 7b11f39 commit cb48c95
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions products/prisma-cloud/api/cwpp/cwpp-home.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,7 @@ https://<CONSOLE>/api/vVERSION/<ENDPOINT_PATH>

**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.

Expand All @@ -92,6 +87,10 @@ For example:
$ https://<CONSOLE>/api/v<VERSION>/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.
Expand Down

0 comments on commit cb48c95

Please sign in to comment.