Skip to content

Commit

Permalink
RLP-148854: Add established Rate Limits to API Endpoint descriptions.…
Browse files Browse the repository at this point in the history
… Included Categories: Collections Microservice, Account Groups, Resource Lists (#738)
  • Loading branch information
jrdevore authored Sep 9, 2024
1 parent 53db4e0 commit aa02fc3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions openapi-specs/cspm/AccountGroups.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
"paths": {
"/cloud/group": {
"get": {
"description": "Returns an array of accessible account groups.",
"description": "Returns an array of accessible account groups.\n\n#### Rate Limits ####\n* Request rate limit: 32/sec \n* Burst Rate: 32/sec \n",
"operationId": "get-account-groups",
"parameters": [
{
Expand Down Expand Up @@ -324,7 +324,7 @@
},
"/cloud/group/name": {
"get": {
"description": "Returns list of account group IDs, names, and whether or not the group was created automatically.",
"description": "Returns list of account group IDs, names, and whether or not the group was created automatically.\n\n#### Rate Limits ####\n* Request rate limit: 32/sec \n* Burst Rate: 32/sec \n",
"operationId": "get-account-group-name",
"parameters": [
{
Expand Down Expand Up @@ -365,7 +365,7 @@
},
"/cloud/group/name/{cloud_type}": {
"get": {
"description": "Returns list of account group IDs and names filtered by cloud type.",
"description": "Returns list of account group IDs and names filtered by cloud type.\n\n#### Rate Limits ####\n* Request rate limit: 4/sec \n* Burst Rate: 4/sec \n",
"operationId": "get-account-group-name-by-cloudType",
"parameters": [
{
Expand Down Expand Up @@ -416,7 +416,7 @@
},
"/cloud/group/{id}": {
"get": {
"description": "Retrieve all information about an account group using its ID.",
"description": "Retrieve all information about an account group using its ID.\n\n#### Rate Limits ####\n* Request rate limit: 80/sec \n* Burst Rate: 80/sec \n",
"operationId": "get-account-group",
"parameters": [
{
Expand Down
4 changes: 2 additions & 2 deletions openapi-specs/cspm/CollectionsMicroservice.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"Collections"
],
"summary": "Get Collection by ID",
"description": "Returns all details of a Collection.\n:::info\nThis endpoint is available on the Prisma Cloud Darwin release only.\n:::\n",
"description": "Returns all details of a Collection.\n:::info\nThis endpoint is available on the Prisma Cloud Darwin release only.\n:::\n\n#### Rate Limits ####\n* Request rate limit: 8/sec \n* Burst Rate: 8/sec \n ",
"externalDocs": {
"url": "entitlement/api/v1/collection/#id",
"x-ga": "false"
Expand Down Expand Up @@ -326,7 +326,7 @@
"Collections"
],
"summary": "Get All Collections",
"description": "Returns all Collections in a paginated format, sorted by ID desc.\n:::info\nThis endpoint is available on the Prisma Cloud Darwin release only.\n:::\n",
"description": "Returns all Collections in a paginated format, sorted by ID desc.\n:::info\nThis endpoint is available on the Prisma Cloud Darwin release only.\n:::\n\n#### Rate Limits ####\n* Request rate limit: 4/sec \n* Burst Rate: 4/sec \n",
"externalDocs": {
"url": "entitlement/api/v1/collection",
"x-ga": "false"
Expand Down
6 changes: 3 additions & 3 deletions openapi-specs/cspm/ResourceLists.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"paths": {
"/v1/resource_list": {
"get": {
"description": "Returns all the resource lists for the current customer.",
"description": "Returns all the resource lists for the current customer.\n\n#### Rate Limits \nThe following rate limits apply:\n* Request rate limit: 80/sec \n* Burst Rate: 80/sec\n",
"operationId": "get-all-resource-list-for-customer",
"parameters": [
{
Expand Down Expand Up @@ -163,7 +163,7 @@
},
"/v1/resource_list/types": {
"get": {
"description": "Returns a list of resource list types.",
"description": "Returns a list of resource list types.\n\n#### Rate Limits \nThe following rate limits apply:\n* Request rate limit: 4/sec \n* Burst Rate: 4/sec\n",
"operationId": "get-resource-list-types",
"responses": {
"200": {
Expand Down Expand Up @@ -193,7 +193,7 @@
},
"/v1/resource_list/{id}": {
"get": {
"description": "Returns the resource list that has the specified ID.",
"description": "Returns the resource list that has the specified ID.\n\n#### Rate Limits \nThe following rate limits apply:\n* Request rate limit: 4/sec \n* Burst Rate: 4/sec\n",
"operationId": "get-resource-list-by-id",
"parameters": [
{
Expand Down

0 comments on commit aa02fc3

Please sign in to comment.