|
111 | 111 | }, |
112 | 112 | "description": "Resource was not found" |
113 | 113 | }, |
| 114 | + "TooManyRequests": { |
| 115 | + "content": { |
| 116 | + "application/json": { |
| 117 | + "examples": { |
| 118 | + "Too Many Requests Example": { |
| 119 | + "value": { |
| 120 | + "message": "Too many requests", |
| 121 | + "status": "429" |
| 122 | + } |
| 123 | + } |
| 124 | + }, |
| 125 | + "schema": { |
| 126 | + "$ref": "#/components/schemas/gatewayError" |
| 127 | + } |
| 128 | + } |
| 129 | + }, |
| 130 | + "description": "Too many requests" |
| 131 | + }, |
114 | 132 | "Unauthorized": { |
115 | 133 | "content": { |
116 | 134 | "application/json": { |
|
310 | 328 | "error": { |
311 | 329 | "properties": { |
312 | 330 | "message": { |
313 | | - "description": "Message describing the error that occured", |
| 331 | + "description": "Message describing the error that occurred", |
314 | 332 | "type": "string" |
315 | 333 | }, |
316 | 334 | "path": { |
|
330 | 348 | "title": "error", |
331 | 349 | "type": "object" |
332 | 350 | }, |
| 351 | + "gatewayError": { |
| 352 | + "properties": { |
| 353 | + "message": { |
| 354 | + "description": "Message describing the error that occurred", |
| 355 | + "type": "string" |
| 356 | + }, |
| 357 | + "status": { |
| 358 | + "description": "Status Code in which the call resulted", |
| 359 | + "type": "string" |
| 360 | + } |
| 361 | + }, |
| 362 | + "title": "gatewayError", |
| 363 | + "type": "object" |
| 364 | + }, |
333 | 365 | "initiator": { |
334 | 366 | "description": "Information about who made the request.", |
335 | 367 | "properties": { |
|
405 | 437 | "name": "STACKIT Core Platform", |
406 | 438 | "url": "https://support.stackit.cloud/servicedesk" |
407 | 439 | }, |
408 | | - "description": "API Endpoints to retrieve recorded actions and resulting changes in the system.\n\n### Documentation\nThe user documentation with explanations how to use the api can be found \n[here](https://docs.stackit.cloud/stackit/en/retrieve-audit-log-per-api-request-134415907.html).\n\n### Audit Logging\nChanges on organizations, folders and projects and respective cloud resources are logged and collected in the audit \nlog.\n\n### API Constraints\nThe audit log API allows to download messages from the last 90 days. The maximum duration that can be queried at \nonce is 24 hours. Requests are rate limited - the current maximum is 1 request per second.", |
| 440 | + "description": "API Endpoints to retrieve recorded actions and resulting changes in the system.\n\n### Documentation\nThe user documentation with explanations how to use the api can be found \n[here](https://docs.stackit.cloud/stackit/en/retrieve-audit-log-per-api-request-134415907.html).\n\n### Audit Logging\nChanges on organizations, folders and projects and respective cloud resources are logged and collected in the audit \nlog.\n\n### API Constraints\nThe audit log API allows to download messages from the last 90 days. The maximum duration that can be queried at \nonce is 24 hours. Requests are rate limited - the current maximum is 60 requests per minute.", |
409 | 441 | "termsOfService": "https://www.stackit.de/en/general-terms-and-conditions/terms-of-use/", |
410 | 442 | "title": "Audit Log API", |
411 | 443 | "version": "2.0" |
|
442 | 474 | }, |
443 | 475 | "404": { |
444 | 476 | "$ref": "#/components/responses/NotFound" |
| 477 | + }, |
| 478 | + "429": { |
| 479 | + "$ref": "#/components/responses/TooManyRequests" |
445 | 480 | } |
446 | 481 | }, |
447 | 482 | "summary": "Folder - Download audit log entries", |
|
497 | 532 | }, |
498 | 533 | "404": { |
499 | 534 | "$ref": "#/components/responses/NotFound" |
| 535 | + }, |
| 536 | + "429": { |
| 537 | + "$ref": "#/components/responses/TooManyRequests" |
500 | 538 | } |
501 | 539 | }, |
502 | 540 | "summary": "Organization - Download audit log entries", |
|
552 | 590 | }, |
553 | 591 | "404": { |
554 | 592 | "$ref": "#/components/responses/NotFound" |
| 593 | + }, |
| 594 | + "429": { |
| 595 | + "$ref": "#/components/responses/TooManyRequests" |
555 | 596 | } |
556 | 597 | }, |
557 | 598 | "summary": "Project - Download audit log entries", |
|
0 commit comments