diff --git a/.apigentools-info b/.apigentools-info index 500b4e392faa..68c8618d62fe 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -4,13 +4,13 @@ "spec_versions": { "v1": { "apigentools_version": "1.5.1.dev2", - "regenerated": "2021-11-18 09:10:37.003729", - "spec_repo_commit": "ac80c5e" + "regenerated": "2021-11-18 10:15:31.409554", + "spec_repo_commit": "cec9934" }, "v2": { "apigentools_version": "1.5.1.dev2", - "regenerated": "2021-11-18 09:10:37.036631", - "spec_repo_commit": "ac80c5e" + "regenerated": "2021-11-18 10:15:31.438194", + "spec_repo_commit": "cec9934" } } } \ No newline at end of file diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index 592b6c1cbded..39b0d10652ad 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -19,7 +19,13 @@ components: schema: type: string requestBodies: {} - responses: {} + responses: + TooManyRequestsResponse: + content: + application/json: + schema: + $ref: '#/components/schemas/APIErrorResponse' + description: Too many requests schemas: APIErrorResponse: description: Error response object. @@ -15107,6 +15113,8 @@ paths: schema: $ref: '#/components/schemas/IPRanges' description: OK + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: [] servers: - url: https://{subdomain}.{site} @@ -15159,6 +15167,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Get all API keys tags: - Key Management @@ -15193,6 +15203,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Create an API key tags: - Key Management @@ -15240,6 +15252,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Not Found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Delete an API key tags: - Key Management @@ -15275,6 +15289,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Not Found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Get API key tags: - Key Management @@ -15322,6 +15338,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Not Found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Edit an API key tags: - Key Management @@ -15346,6 +15364,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Get all application keys tags: - Key Management @@ -15386,6 +15406,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Conflict + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Create an application key tags: - Key Management @@ -15427,6 +15449,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Not Found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Delete an application key tags: - Key Management @@ -15462,6 +15486,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Not Found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Get an application key tags: - Key Management @@ -15515,6 +15541,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Conflict + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Edit an application key tags: - Key Management @@ -15571,6 +15599,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Payload too large + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] summary: Submit a Service Check @@ -15625,6 +15655,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden - User is not authorized + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Get the list of available daily custom reports tags: - Usage Metering @@ -15664,6 +15696,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Not Found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Get specified daily custom reports tags: - Usage Metering @@ -15714,6 +15748,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Dashboards Not Found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -15756,6 +15792,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Authentication Error + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -15807,6 +15845,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Dashboards Not Found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -15853,6 +15893,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Authentication Error + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -15892,6 +15934,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -15932,6 +15976,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -15985,6 +16031,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Not Found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -16026,6 +16074,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Not Found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -16080,6 +16130,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Not Found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -16122,6 +16174,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Dashboards Not Found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -16162,6 +16216,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Item Not Found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -16215,6 +16271,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Item Not Found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -16253,6 +16311,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -16293,6 +16353,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -16355,6 +16417,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Downtimes not found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -16395,6 +16459,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Downtime not found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -16437,6 +16503,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Downtime not found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -16493,6 +16561,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Downtime not found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -16605,6 +16675,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Authentication Error + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -16641,6 +16713,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] summary: Post an event @@ -16683,6 +16757,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Item Not Found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -16763,6 +16839,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -16810,6 +16888,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Mute a host tags: - Hosts @@ -16847,6 +16927,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Unmute a host tags: - Hosts @@ -16938,6 +17020,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -16984,6 +17068,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Get the total number of active hosts tags: - Hosts @@ -17027,6 +17113,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Conflict Error + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Delete an AWS integration tags: - AWS Integration @@ -17075,6 +17163,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Authentication Error + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: List all AWS integrations tags: - AWS Integration @@ -17122,6 +17212,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Conflict Error + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Create an AWS integration tags: - AWS Integration @@ -17189,6 +17281,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Conflict Error + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Update an AWS integration tags: - AWS Integration @@ -17221,6 +17315,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Authentication Error + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: List namespace rules tags: - AWS Integration @@ -17259,6 +17355,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Authentication Error + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Delete a tag filtering entry tags: - AWS Integration @@ -17295,6 +17393,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Authentication Error + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Get all AWS tag filters tags: - AWS Integration @@ -17335,6 +17435,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Authentication Error + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Set an AWS tag filter tags: - AWS Integration @@ -17379,6 +17481,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Authentication Error + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Generate a new external ID tags: - AWS Integration @@ -17417,6 +17521,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Authentication Error + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Delete an AWS Logs integration tags: - AWS Logs Integration @@ -17459,6 +17565,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Authentication Error + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: List all AWS Logs integrations tags: - AWS Logs Integration @@ -17495,6 +17603,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Authentication Error + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Add AWS Log Lambda ARN tags: - AWS Logs Integration @@ -17550,6 +17660,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Authentication Error + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -17595,6 +17707,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Authentication Error + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Get list of AWS log ready services tags: - AWS Logs Integration @@ -17631,6 +17745,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Authentication Error + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Enable an AWS Logs integration tags: - AWS Logs Integration @@ -17675,6 +17791,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Authentication Error + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Check permissions for log services tags: - AWS Logs Integration @@ -17713,6 +17831,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Authentication Error + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Delete an Azure integration tags: - Azure Integration @@ -17743,6 +17863,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Authentication Error + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: List all Azure integrations tags: - Azure Integration @@ -17792,6 +17914,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Authentication Error + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Create an Azure integration tags: - Azure Integration @@ -17838,6 +17962,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Authentication Error + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Update an Azure integration tags: - Azure Integration @@ -17877,6 +18003,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Authentication Error + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Update Azure integration host filters tags: - Azure Integration @@ -17915,6 +18043,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Authentication error + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Delete a GCP integration tags: - GCP Integration @@ -17944,6 +18074,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Authentication error + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: List all GCP integrations tags: - GCP Integration @@ -17980,6 +18112,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Authentication error + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Create a GCP integration tags: - GCP Integration @@ -18026,6 +18160,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Authentication error + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Update a GCP integration tags: - GCP Integration @@ -18063,6 +18199,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Authentication error + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Create a new service object tags: - PagerDuty Integration @@ -18100,6 +18238,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Item Not Found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Delete a single service object tags: - PagerDuty Integration @@ -18135,6 +18275,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Item Not Found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Get a single service object tags: - PagerDuty Integration @@ -18179,6 +18321,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Item Not Found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Update a single service object tags: - PagerDuty Integration @@ -18217,6 +18361,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Item Not Found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Get all channels in a Slack integration tags: - Slack Integration @@ -18260,6 +18406,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Item Not Found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Create a Slack integration channel tags: - Slack Integration @@ -18295,6 +18443,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Item Not Found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Remove a Slack integration channel tags: - Slack Integration @@ -18332,6 +18482,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Item Not Found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Get a Slack integration channel tags: - Slack Integration @@ -18376,6 +18528,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Item Not Found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Update a Slack integration channel tags: - Slack Integration @@ -18413,6 +18567,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Authentication error + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Create a custom variable tags: - Webhooks Integration @@ -18457,6 +18613,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Item Not Found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Delete a custom variable tags: - Webhooks Integration @@ -18503,6 +18661,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Item Not Found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Get a custom variable tags: - Webhooks Integration @@ -18551,6 +18711,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Item Not Found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Update a custom variable tags: - Webhooks Integration @@ -18588,6 +18750,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Authentication error + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Create a webhooks integration tags: - Webhooks Integration @@ -18631,6 +18795,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Item Not Found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Delete a webhook tags: - Webhooks Integration @@ -18672,6 +18838,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Item Not Found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Get a webhook integration tags: - Webhooks Integration @@ -18720,6 +18888,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Item Not Found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Update a webhook tags: - Webhooks Integration @@ -18771,6 +18941,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Authentication error + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Search logs tags: - Logs @@ -18796,6 +18968,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Get indexes order tags: - Logs Indexes @@ -18834,6 +19008,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Update indexes order tags: - Logs Indexes @@ -18860,6 +19036,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Get all indexes tags: - Logs Indexes @@ -18896,6 +19074,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Create an index tags: - Logs Indexes @@ -18936,6 +19116,8 @@ paths: schema: $ref: '#/components/schemas/LogsAPIErrorResponse' description: Not Found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Get an index tags: - Logs Indexes @@ -19013,6 +19195,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Get pipeline order tags: - Logs Pipelines @@ -19064,6 +19248,8 @@ paths: schema: $ref: '#/components/schemas/LogsAPIErrorResponse' description: Unprocessable Entity + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Update pipeline order tags: - Logs Pipelines @@ -19090,6 +19276,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Get all pipelines tags: - Logs Pipelines @@ -19125,6 +19313,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Create a pipeline tags: - Logs Pipelines @@ -19164,6 +19354,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Delete a pipeline tags: - Logs Pipelines @@ -19201,6 +19393,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Get a pipeline tags: - Logs Pipelines @@ -19246,6 +19440,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Update a pipeline tags: - Logs Pipelines @@ -19303,6 +19499,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -19344,6 +19542,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Not Found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -19398,6 +19598,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Not Found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Edit metric metadata tags: - Metrics @@ -19503,6 +19705,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -19853,6 +20057,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -19916,6 +20122,8 @@ paths: schema: $ref: '#/components/schemas/CheckCanDeleteMonitorResponse' description: Deletion conflict error + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -20003,6 +20211,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -20090,6 +20300,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -20132,6 +20344,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -20195,6 +20409,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Item not found error + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -20249,6 +20465,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Monitor Not Found error + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -20309,6 +20527,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Monitor Not Found error + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -20354,6 +20574,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Monitor Not Found error + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Get all downtimes for a monitor tags: - Downtimes @@ -20406,6 +20628,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden - User is not authorized + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Get the list of available monthly custom reports tags: - Usage Metering @@ -20451,6 +20675,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Not Found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Get specified monthly custom reports tags: - Usage Metering @@ -20577,6 +20803,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Authentication Error + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Get all notebooks tags: - Notebooks @@ -20648,6 +20876,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Authentication Error + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Create a notebook tags: - Notebooks @@ -20697,6 +20927,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Not Found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Delete a notebook tags: - Notebooks @@ -20738,6 +20970,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Not Found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Get a notebook tags: - Notebooks @@ -20830,6 +21064,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Conflict + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Update a notebook tags: - Notebooks @@ -20853,6 +21089,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: List your managed organizations tags: - Organizations @@ -20904,6 +21142,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Create a child organization tags: - Organizations @@ -20944,6 +21184,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Get organization information tags: - Organizations @@ -20986,6 +21228,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Update your organization tags: - Organizations @@ -21045,6 +21289,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Unsupported Media Type + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Upload IdP metadata tags: - Organizations @@ -21096,6 +21342,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -21137,6 +21385,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -21216,6 +21466,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Payload too large + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] summary: Submit metrics @@ -21299,6 +21551,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Not Found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -21338,6 +21592,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Create an SLO object tags: - Service Level Objectives @@ -21398,6 +21654,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Bulk Delete SLO Timeframes tags: - Service Level Objectives @@ -21445,6 +21703,8 @@ paths: schema: $ref: '#/components/schemas/CheckCanDeleteSLOResponse' description: Conflict + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Check if SLOs can be safely deleted tags: - Service Level Objectives @@ -21468,6 +21728,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Get all SLO corrections tags: - Service Level Objective Corrections @@ -21512,6 +21774,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: SLO Not Found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Create an SLO correction tags: - Service Level Objective Corrections @@ -21562,6 +21826,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Not found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Delete an SLO correction tags: - Service Level Objective Corrections @@ -21600,6 +21866,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Get an SLO correction for an SLO tags: - Service Level Objective Corrections @@ -21651,6 +21919,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Not Found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Update an SLO correction tags: - Service Level Objective Corrections @@ -21709,6 +21979,8 @@ paths: schema: $ref: '#/components/schemas/SLODeleteResponse' description: Conflict + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Delete an SLO tags: - Service Level Objectives @@ -21751,6 +22023,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Not found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -21803,6 +22077,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Not Found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Update an SLO tags: - Service Level Objectives @@ -21876,6 +22152,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Not Found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -21913,6 +22191,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Batch does not exist. + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Get details of batch tags: - Synthetics @@ -21932,6 +22212,8 @@ paths: schema: $ref: '#/components/schemas/SyntheticsLocations' description: OK + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -21973,6 +22255,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Private locations are not activated for the user + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Create a private location tags: - Synthetics @@ -22006,6 +22290,8 @@ paths: description: '- Private locations are not activated for the user - Private location does not exist' + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Delete a private location tags: - Synthetics @@ -22037,6 +22323,8 @@ paths: description: '- Synthetic private locations are not activated for the user - Private location does not exist' + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Get a private location tags: - Synthetics @@ -22075,6 +22363,8 @@ paths: description: '- Private locations are not activated for the user - Private location does not exist' + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Edit a private location tags: - Synthetics @@ -22105,6 +22395,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Synthetics is not activated for the user. + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -22273,6 +22565,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -22329,6 +22623,8 @@ paths: description: '- Synthetic Monitoring is not activated for the user - Test is not owned by the user' + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -22388,6 +22684,8 @@ paths: - Test is not owned by the user - Test can''t be found' + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -22438,6 +22736,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -22486,6 +22786,8 @@ paths: description: '- Synthetic is not activated for the user - Test is not owned by the user' + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -22545,6 +22847,8 @@ paths: - Test is not owned by the user - Test can''t be found' + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -22614,6 +22918,8 @@ paths: description: '- Synthetic is not activated for the user - Test is not owned by the user' + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -22666,6 +22972,8 @@ paths: description: '- Synthetic is not activated for the user - Test or result is not owned by the user' + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -22720,6 +23028,8 @@ paths: description: '- Tests to be deleted can''t be found - Synthetics is not activated for the user' + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -22756,6 +23066,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Bad Request + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Trigger some Synthetics tests tags: - Synthetics @@ -22786,6 +23098,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: JSON format is wrong + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Trigger tests from CI/CD pipelines tags: - Synthetics @@ -22825,6 +23139,8 @@ paths: description: '- Synthetic is not activated for the user - Test is not owned by the user' + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Get a test configuration tags: - Synthetics @@ -22886,6 +23202,8 @@ paths: description: '- Synthetic is not activated for the user - Test is not owned by the user' + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -22936,6 +23254,8 @@ paths: description: '- Synthetic is not activated for the user - Test or result is not owned by the user' + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -22992,6 +23312,8 @@ paths: description: '- Synthetic is not activated for the user - Test is not owned by the user' + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -23021,6 +23343,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -23061,6 +23385,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Create a global variable tags: - Synthetics @@ -23104,6 +23430,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Not found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -23144,6 +23472,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Not found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -23191,6 +23521,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Edit a global variable tags: - Synthetics @@ -23229,6 +23561,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Not Found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -23276,6 +23610,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Not Found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Remove host tags tags: - Tags @@ -23318,6 +23654,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Not Found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Get host tags tags: - Tags @@ -23372,6 +23710,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Not Found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Add tags to a host tags: - Tags @@ -23432,6 +23772,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Not Found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Update host tags tags: - Tags @@ -23481,6 +23823,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden - User is not authorized + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -23554,6 +23898,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden - User is not authorized + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -23610,6 +23956,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden - User is not authorized + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Get hourly usage for audit logs tags: - Usage Metering @@ -23656,6 +24004,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden - User is not authorized + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -23699,6 +24049,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden - User is not authorized + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -23752,6 +24104,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden - User is not authorized + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Get hourly usage for CSPM tags: - Usage Metering @@ -23800,6 +24154,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden - User is not authorized + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -23853,6 +24209,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden - User is not authorized + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Get hourly usage for Database Monitoring tags: - Usage Metering @@ -23899,6 +24257,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden - User is not authorized + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -23950,6 +24310,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden - User is not authorized + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -24003,6 +24365,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden - User is not authorized + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -24054,6 +24418,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden - User is not authorized + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -24107,6 +24473,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden - User is not authorized + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -24160,6 +24528,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden - User is not authorized + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -24211,6 +24581,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden - User is not authorized + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -24264,6 +24636,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden - User is not authorized + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Get hourly logs usage by retention tags: - Usage Metering @@ -24317,6 +24691,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden - User is not authorized + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -24370,6 +24746,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden - User is not authorized + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -24421,6 +24799,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden - User is not authorized + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -24474,6 +24854,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden - User is not authorized + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -24526,6 +24908,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden - User is not authorized + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -24584,6 +24968,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden - User is not authorized + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -24637,6 +25023,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden - User is not authorized + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Get hourly usage for Sensitive Data Scanner tags: - Usage Metering @@ -24685,6 +25073,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden - User is not authorized + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -24745,6 +25135,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden - User is not authorized + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -24797,6 +25189,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden - User is not authorized + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -24848,6 +25242,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden - User is not authorized + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -24899,6 +25295,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden - User is not authorized + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -24950,6 +25348,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden - User is not authorized + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -25030,6 +25430,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden - User is not authorized + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -25058,6 +25460,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Authentication error + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -25108,6 +25512,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Conflict + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -25167,6 +25573,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Not Found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Disable a user tags: - Users @@ -25204,6 +25612,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Not Found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Get user details tags: - Users @@ -25257,6 +25667,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Not Found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Update a user tags: - Users @@ -25282,6 +25694,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Authentication error + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] - AuthZ: [] @@ -25415,6 +25829,8 @@ paths: schema: $ref: '#/components/schemas/HTTPLogError' description: unexpected error + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] servers: diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index e868408d4230..12419e83c662 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -5403,6 +5403,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Get all API keys tags: - Key Management @@ -5436,6 +5438,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Create an API key tags: - Key Management @@ -5474,6 +5478,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Not Found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Delete an API key tags: - Key Management @@ -5504,6 +5510,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Not Found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Get API key tags: - Key Management @@ -5545,6 +5553,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Not Found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Edit an API key tags: - Key Management @@ -5587,6 +5597,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Not Found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Get all application keys tags: - Key Management @@ -5613,6 +5625,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Not Found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Delete an application key tags: - Key Management @@ -5650,6 +5664,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Not Found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Get an application key tags: - Key Management @@ -5691,6 +5707,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Not Found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Edit an application key tags: - Key Management @@ -5733,6 +5751,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Not Found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Get all application keys owned by current user tags: - Key Management @@ -5766,6 +5786,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Create an application key for current user tags: - Key Management @@ -5804,6 +5826,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Not Found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Delete an application key owned by current user tags: - Key Management @@ -5833,6 +5857,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Not Found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Get one application key owned by current user tags: - Key Management @@ -5874,6 +5900,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Not Found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Edit an application key owned by current user tags: - Key Management @@ -5924,6 +5952,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Not Found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Delete items from a dashboard list tags: - Dashboard Lists @@ -5961,6 +5991,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Not Found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -6015,6 +6047,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Not Found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Add Items to a Dashboard List tags: - Dashboard Lists @@ -6065,6 +6099,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Not Found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Update items of a dashboard list tags: - Dashboard Lists @@ -6095,6 +6131,8 @@ paths: $ref: '#/components/responses/ForbiddenResponse' '404': $ref: '#/components/responses/NotFoundResponse' + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -6133,6 +6171,8 @@ paths: $ref: '#/components/responses/ForbiddenResponse' '404': $ref: '#/components/responses/NotFoundResponse' + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -6176,6 +6216,8 @@ paths: $ref: '#/components/responses/ForbiddenResponse' '404': $ref: '#/components/responses/NotFoundResponse' + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -6210,6 +6252,8 @@ paths: $ref: '#/components/responses/ForbiddenResponse' '404': $ref: '#/components/responses/NotFoundResponse' + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -6251,6 +6295,8 @@ paths: $ref: '#/components/responses/ForbiddenResponse' '404': $ref: '#/components/responses/NotFoundResponse' + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -6503,6 +6549,8 @@ paths: $ref: '#/components/responses/BadRequestResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Aggregate events tags: - Logs @@ -6529,6 +6577,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Get archive order tags: - Logs Archives @@ -6579,6 +6629,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Unprocessable Entity + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Update archive order tags: - Logs Archives @@ -6603,6 +6655,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Get all archives tags: - Logs Archives @@ -6638,6 +6692,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Create an archive tags: - Logs Archives @@ -6676,6 +6732,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Not found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Delete an archive tags: - Logs Archives @@ -6712,6 +6770,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Not found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Get an archive tags: - Logs Archives @@ -6760,6 +6820,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Not found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Update an archive tags: - Logs Archives @@ -6800,6 +6862,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Not found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Revoke role from an archive tags: - Logs Archives @@ -6837,6 +6901,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Not found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: List read roles for an archive tags: - Logs Archives @@ -6876,6 +6942,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Not found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Grant role to an archive tags: - Logs Archives @@ -7123,6 +7191,8 @@ paths: $ref: '#/components/responses/BadRequestResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Get a list of logs tags: - Logs @@ -7167,6 +7237,8 @@ paths: $ref: '#/components/responses/BadRequestResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Search logs tags: - Logs @@ -7615,6 +7687,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Authentication error + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -7710,6 +7784,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Authentication Error + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -7758,6 +7834,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Authentication error + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -7796,6 +7874,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Authentication error + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -7840,6 +7920,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Not found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -7876,6 +7958,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Not found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -7930,6 +8014,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Unprocessable Entity + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -7979,6 +8065,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Not found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -8015,6 +8103,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Not found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -8062,6 +8152,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Not found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -8120,6 +8212,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Not found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -8176,6 +8270,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Not found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -8222,6 +8318,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Not found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -8440,6 +8538,8 @@ paths: description: OK '400': $ref: '#/components/responses/BadRequestResponse' + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -8471,6 +8571,8 @@ paths: $ref: '#/components/responses/BadRequestResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -8513,6 +8615,8 @@ paths: $ref: '#/components/responses/NotAuthorizedResponse' '404': $ref: '#/components/responses/NotFoundResponse' + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -8538,6 +8642,8 @@ paths: description: OK '404': $ref: '#/components/responses/NotFoundResponse' + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -8581,6 +8687,8 @@ paths: $ref: '#/components/responses/NotAuthorizedResponse' '404': $ref: '#/components/responses/NotFoundResponse' + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -8661,6 +8769,8 @@ paths: $ref: '#/components/responses/BadRequestResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -8700,6 +8810,8 @@ paths: $ref: '#/components/responses/BadRequestResponse' '403': $ref: '#/components/responses/NotAuthorizedResponse' + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -8744,6 +8856,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Authentication error + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Create a service account tags: - Users @@ -8800,6 +8914,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Not Found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: List application keys for this service account tags: - Service Accounts @@ -8835,6 +8951,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Forbidden + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Create an application key for this service account tags: - Service Accounts @@ -8878,6 +8996,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Not Found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Delete an application key for this service account tags: - Service Accounts @@ -8909,6 +9029,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Not Found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Get one application key for this service account tags: - Service Accounts @@ -8952,6 +9074,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Not Found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' summary: Edit an application key for this service account tags: - Service Accounts @@ -8985,6 +9109,8 @@ paths: $ref: '#/components/responses/ForbiddenResponse' '404': $ref: '#/components/responses/NotFoundResponse' + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -9023,6 +9149,8 @@ paths: $ref: '#/components/responses/ForbiddenResponse' '404': $ref: '#/components/responses/NotFoundResponse' + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -9065,6 +9193,8 @@ paths: $ref: '#/components/responses/ForbiddenResponse' '404': $ref: '#/components/responses/NotFoundResponse' + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -9102,6 +9232,8 @@ paths: $ref: '#/components/responses/ForbiddenResponse' '404': $ref: '#/components/responses/NotFoundResponse' + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -9143,6 +9275,8 @@ paths: $ref: '#/components/responses/ForbiddenResponse' '404': $ref: '#/components/responses/NotFoundResponse' + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -9183,6 +9317,8 @@ paths: $ref: '#/components/responses/ForbiddenResponse' '404': $ref: '#/components/responses/NotFoundResponse' + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -9221,6 +9357,8 @@ paths: $ref: '#/components/responses/ForbiddenResponse' '404': $ref: '#/components/responses/NotFoundResponse' + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -9263,6 +9401,8 @@ paths: $ref: '#/components/responses/ForbiddenResponse' '404': $ref: '#/components/responses/NotFoundResponse' + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -9300,6 +9440,8 @@ paths: $ref: '#/components/responses/ForbiddenResponse' '404': $ref: '#/components/responses/NotFoundResponse' + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -9341,6 +9483,8 @@ paths: $ref: '#/components/responses/ForbiddenResponse' '404': $ref: '#/components/responses/NotFoundResponse' + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -9384,6 +9528,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Authentication error + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -9436,6 +9582,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Not found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -9514,6 +9662,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Authentication error + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -9553,6 +9703,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Authentication error + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -9600,6 +9752,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Not found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -9636,6 +9790,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Not found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -9691,6 +9847,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Unprocessable Entity + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -9731,6 +9889,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Not found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] @@ -9768,6 +9928,8 @@ paths: schema: $ref: '#/components/schemas/APIErrorResponse' description: Not found + '429': + $ref: '#/components/responses/TooManyRequestsResponse' security: - apiKeyAuth: [] appKeyAuth: [] diff --git a/docs/v1/MetricsAPI.md b/docs/v1/MetricsAPI.md index 6edf61e0cca7..2ab31197c944 100644 --- a/docs/v1/MetricsAPI.md +++ b/docs/v1/MetricsAPI.md @@ -328,7 +328,7 @@ end ### HTTP request headers - **Content-Type**: text/json -- **Accept**: text/json +- **Accept**: text/json, application/json ## update_metric_metadata diff --git a/docs/v1/ServiceChecksAPI.md b/docs/v1/ServiceChecksAPI.md index 73531da05ae2..64ee7136f6cd 100644 --- a/docs/v1/ServiceChecksAPI.md +++ b/docs/v1/ServiceChecksAPI.md @@ -68,4 +68,4 @@ end ### HTTP request headers - **Content-Type**: application/json -- **Accept**: text/json +- **Accept**: text/json, application/json diff --git a/docs/v1/UsageMeteringAPI.md b/docs/v1/UsageMeteringAPI.md index 40bb31f795ec..a349735e48a4 100644 --- a/docs/v1/UsageMeteringAPI.md +++ b/docs/v1/UsageMeteringAPI.md @@ -109,7 +109,7 @@ end ### HTTP request headers - **Content-Type**: Not defined -- **Accept**: application/json;datetime-format=rfc3339 +- **Accept**: application/json;datetime-format=rfc3339, application/json ## get_incident_management @@ -172,7 +172,7 @@ end ### HTTP request headers - **Content-Type**: Not defined -- **Accept**: application/json;datetime-format=rfc3339 +- **Accept**: application/json;datetime-format=rfc3339, application/json ## get_ingested_spans @@ -235,7 +235,7 @@ end ### HTTP request headers - **Content-Type**: Not defined -- **Accept**: application/json;datetime-format=rfc3339 +- **Accept**: application/json;datetime-format=rfc3339, application/json ## get_monthly_custom_reports @@ -307,7 +307,7 @@ end ### HTTP request headers - **Content-Type**: Not defined -- **Accept**: application/json;datetime-format=rfc3339 +- **Accept**: application/json;datetime-format=rfc3339, application/json ## get_specified_daily_custom_reports @@ -371,7 +371,7 @@ end ### HTTP request headers - **Content-Type**: Not defined -- **Accept**: application/json;datetime-format=rfc3339 +- **Accept**: application/json;datetime-format=rfc3339, application/json ## get_specified_monthly_custom_reports @@ -435,7 +435,7 @@ end ### HTTP request headers - **Content-Type**: Not defined -- **Accept**: application/json;datetime-format=rfc3339 +- **Accept**: application/json;datetime-format=rfc3339, application/json ## get_usage_analyzed_logs @@ -498,7 +498,7 @@ end ### HTTP request headers - **Content-Type**: Not defined -- **Accept**: application/json;datetime-format=rfc3339 +- **Accept**: application/json;datetime-format=rfc3339, application/json ## get_usage_attribution @@ -574,7 +574,7 @@ end ### HTTP request headers - **Content-Type**: Not defined -- **Accept**: application/json;datetime-format=rfc3339 +- **Accept**: application/json;datetime-format=rfc3339, application/json ## get_usage_audit_logs @@ -637,7 +637,7 @@ end ### HTTP request headers - **Content-Type**: Not defined -- **Accept**: application/json;datetime-format=rfc3339 +- **Accept**: application/json;datetime-format=rfc3339, application/json ## get_usage_billable_summary @@ -698,7 +698,7 @@ end ### HTTP request headers - **Content-Type**: Not defined -- **Accept**: application/json;datetime-format=rfc3339 +- **Accept**: application/json;datetime-format=rfc3339, application/json ## get_usage_cloud_security_posture_management @@ -761,7 +761,7 @@ end ### HTTP request headers - **Content-Type**: Not defined -- **Accept**: application/json;datetime-format=rfc3339 +- **Accept**: application/json;datetime-format=rfc3339, application/json ## get_usage_cws @@ -824,7 +824,7 @@ end ### HTTP request headers - **Content-Type**: Not defined -- **Accept**: application/json;datetime-format=rfc3339 +- **Accept**: application/json;datetime-format=rfc3339, application/json ## get_usage_dbm @@ -887,7 +887,7 @@ end ### HTTP request headers - **Content-Type**: Not defined -- **Accept**: application/json;datetime-format=rfc3339 +- **Accept**: application/json;datetime-format=rfc3339, application/json ## get_usage_fargate @@ -950,7 +950,7 @@ end ### HTTP request headers - **Content-Type**: Not defined -- **Accept**: application/json;datetime-format=rfc3339 +- **Accept**: application/json;datetime-format=rfc3339, application/json ## get_usage_hosts @@ -1013,7 +1013,7 @@ end ### HTTP request headers - **Content-Type**: Not defined -- **Accept**: application/json;datetime-format=rfc3339 +- **Accept**: application/json;datetime-format=rfc3339, application/json ## get_usage_indexed_spans @@ -1076,7 +1076,7 @@ end ### HTTP request headers - **Content-Type**: Not defined -- **Accept**: application/json;datetime-format=rfc3339 +- **Accept**: application/json;datetime-format=rfc3339, application/json ## get_usage_internet_of_things @@ -1139,7 +1139,7 @@ end ### HTTP request headers - **Content-Type**: Not defined -- **Accept**: application/json;datetime-format=rfc3339 +- **Accept**: application/json;datetime-format=rfc3339, application/json ## get_usage_lambda @@ -1202,7 +1202,7 @@ end ### HTTP request headers - **Content-Type**: Not defined -- **Accept**: application/json;datetime-format=rfc3339 +- **Accept**: application/json;datetime-format=rfc3339, application/json ## get_usage_logs @@ -1265,7 +1265,7 @@ end ### HTTP request headers - **Content-Type**: Not defined -- **Accept**: application/json;datetime-format=rfc3339 +- **Accept**: application/json;datetime-format=rfc3339, application/json ## get_usage_logs_by_index @@ -1330,7 +1330,7 @@ end ### HTTP request headers - **Content-Type**: Not defined -- **Accept**: application/json;datetime-format=rfc3339 +- **Accept**: application/json;datetime-format=rfc3339, application/json ## get_usage_logs_by_retention @@ -1393,7 +1393,7 @@ end ### HTTP request headers - **Content-Type**: Not defined -- **Accept**: application/json;datetime-format=rfc3339 +- **Accept**: application/json;datetime-format=rfc3339, application/json ## get_usage_network_flows @@ -1456,7 +1456,7 @@ end ### HTTP request headers - **Content-Type**: Not defined -- **Accept**: application/json;datetime-format=rfc3339 +- **Accept**: application/json;datetime-format=rfc3339, application/json ## get_usage_network_hosts @@ -1519,7 +1519,7 @@ end ### HTTP request headers - **Content-Type**: Not defined -- **Accept**: application/json;datetime-format=rfc3339 +- **Accept**: application/json;datetime-format=rfc3339, application/json ## get_usage_profiling @@ -1582,7 +1582,7 @@ end ### HTTP request headers - **Content-Type**: Not defined -- **Accept**: application/json;datetime-format=rfc3339 +- **Accept**: application/json;datetime-format=rfc3339, application/json ## get_usage_rum_sessions @@ -1647,7 +1647,7 @@ end ### HTTP request headers - **Content-Type**: Not defined -- **Accept**: application/json;datetime-format=rfc3339 +- **Accept**: application/json;datetime-format=rfc3339, application/json ## get_usage_rum_units @@ -1710,7 +1710,7 @@ end ### HTTP request headers - **Content-Type**: Not defined -- **Accept**: application/json;datetime-format=rfc3339 +- **Accept**: application/json;datetime-format=rfc3339, application/json ## get_usage_sds @@ -1773,7 +1773,7 @@ end ### HTTP request headers - **Content-Type**: Not defined -- **Accept**: application/json;datetime-format=rfc3339 +- **Accept**: application/json;datetime-format=rfc3339, application/json ## get_usage_snmp @@ -1836,7 +1836,7 @@ end ### HTTP request headers - **Content-Type**: Not defined -- **Accept**: application/json;datetime-format=rfc3339 +- **Accept**: application/json;datetime-format=rfc3339, application/json ## get_usage_summary @@ -1901,7 +1901,7 @@ end ### HTTP request headers - **Content-Type**: Not defined -- **Accept**: application/json;datetime-format=rfc3339 +- **Accept**: application/json;datetime-format=rfc3339, application/json ## get_usage_synthetics @@ -1964,7 +1964,7 @@ end ### HTTP request headers - **Content-Type**: Not defined -- **Accept**: application/json;datetime-format=rfc3339 +- **Accept**: application/json;datetime-format=rfc3339, application/json ## get_usage_synthetics_api @@ -2027,7 +2027,7 @@ end ### HTTP request headers - **Content-Type**: Not defined -- **Accept**: application/json;datetime-format=rfc3339 +- **Accept**: application/json;datetime-format=rfc3339, application/json ## get_usage_synthetics_browser @@ -2090,7 +2090,7 @@ end ### HTTP request headers - **Content-Type**: Not defined -- **Accept**: application/json;datetime-format=rfc3339 +- **Accept**: application/json;datetime-format=rfc3339, application/json ## get_usage_timeseries @@ -2153,7 +2153,7 @@ end ### HTTP request headers - **Content-Type**: Not defined -- **Accept**: application/json;datetime-format=rfc3339 +- **Accept**: application/json;datetime-format=rfc3339, application/json ## get_usage_top_avg_metrics @@ -2222,4 +2222,4 @@ end ### HTTP request headers - **Content-Type**: Not defined -- **Accept**: application/json;datetime-format=rfc3339 +- **Accept**: application/json;datetime-format=rfc3339, application/json diff --git a/features/v1/logs_indexes.feature b/features/v1/logs_indexes.feature index 730f3b69e284..0f6e67e9561c 100644 --- a/features/v1/logs_indexes.feature +++ b/features/v1/logs_indexes.feature @@ -65,14 +65,6 @@ Feature: Logs Indexes When the request is sent Then the response status is 200 OK - @generated @skip - Scenario: Update an index returns "Too Many Requests" response - Given new "UpdateLogsIndex" request - And request contains "name" parameter from "" - And body with value {"daily_limit": null, "disable_daily_limit": null, "exclusion_filters": [{"filter": {"query": "*", "sample_rate": 1.0}, "is_enabled": null, "name": "payment"}], "filter": {"query": "source:python"}, "num_retention_days": null} - When the request is sent - Then the response status is 429 Too Many Requests - @generated @skip Scenario: Update indexes order returns "Bad Request" response Given new "UpdateLogsIndexOrder" request diff --git a/features/v2/logs.feature b/features/v2/logs.feature index b5686190f5c9..11da4abf2f61 100644 --- a/features/v2/logs.feature +++ b/features/v2/logs.feature @@ -114,10 +114,3 @@ Feature: Logs And body with value [{"ddsource": "nginx", "ddtags": "env:staging,version:5.1", "hostname": "i-012345678", "message": "2019-11-19T14:37:58,995 INFO [process.name][20081] Hello World", "service": "payment"}] When the request is sent Then the response status is 202 Request accepted for processing (always 202 empty JSON). - - @generated @skip - Scenario: Send logs returns "Too Many Requests" response - Given new "SubmitLog" request - And body with value [{"ddsource": "nginx", "ddtags": "env:staging,version:5.1", "hostname": "i-012345678", "message": "2019-11-19T14:37:58,995 INFO [process.name][20081] Hello World", "service": "payment"}] - When the request is sent - Then the response status is 429 Too Many Requests diff --git a/features/v2/logs_metrics.feature b/features/v2/logs_metrics.feature index ea88b8688368..b48b44dcf593 100644 --- a/features/v2/logs_metrics.feature +++ b/features/v2/logs_metrics.feature @@ -29,13 +29,6 @@ Feature: Logs Metrics When the request is sent Then the response status is 200 OK - @generated @skip - Scenario: Create a log-based metric returns "Too many requests" response - Given new "CreateLogsMetric" request - And body with value {"data": {"attributes": {"compute": {"aggregation_type": "distribution", "path": "@duration"}, "filter": {"query": "service:web* AND @http.status_code:[200 TO 299]"}, "group_by": [{"path": "@http.status_code", "tag_name": "status_code"}]}, "id": "logs.page.load.count", "type": "logs_metrics"}} - When the request is sent - Then the response status is 429 Too many requests - @generated @skip Scenario: Delete a log-based metric returns "Not Found" response Given new "DeleteLogsMetric" request @@ -50,13 +43,6 @@ Feature: Logs Metrics When the request is sent Then the response status is 200 OK - @generated @skip - Scenario: Delete a log-based metric returns "Too many requests" response - Given new "DeleteLogsMetric" request - And request contains "metric_id" parameter from "" - When the request is sent - Then the response status is 429 Too many requests - @generated @skip Scenario: Get a log-based metric returns "Not Found" response Given new "GetLogsMetric" request @@ -72,25 +58,12 @@ Feature: Logs Metrics Then the response status is 200 OK And the response "data.attributes.filter.query" has the same value as "logs_metric.data.attributes.filter.query" - @generated @skip - Scenario: Get a log-based metric returns "Too many requests" response - Given new "GetLogsMetric" request - And request contains "metric_id" parameter from "" - When the request is sent - Then the response status is 429 Too many requests - Scenario: Get all log-based metrics returns "OK" response Given there is a valid "logs_metric" in the system And new "ListLogsMetrics" request When the request is sent Then the response status is 200 OK - @generated @skip - Scenario: Get all log-based metrics returns "Too many requests" response - Given new "ListLogsMetrics" request - When the request is sent - Then the response status is 429 Too many requests - @generated @skip Scenario: Update a log-based metric returns "Bad Request" response Given new "UpdateLogsMetric" request @@ -115,11 +88,3 @@ Feature: Logs Metrics When the request is sent Then the response status is 200 OK And the response "data.attributes.filter.query" is equal to "{{ logs_metric.data.attributes.filter.query }}-updated" - - @generated @skip - Scenario: Update a log-based metric returns "Too many requests" response - Given new "UpdateLogsMetric" request - And request contains "metric_id" parameter from "" - And body with value {"data": {"attributes": {"filter": {"query": "service:web* AND @http.status_code:[200 TO 299]"}, "group_by": [{"path": "@http.status_code", "tag_name": "status_code"}]}, "type": "logs_metrics"}} - When the request is sent - Then the response status is 429 Too many requests diff --git a/features/v2/metrics.feature b/features/v2/metrics.feature index 33a524f705eb..2dbe7db77079 100644 --- a/features/v2/metrics.feature +++ b/features/v2/metrics.feature @@ -41,15 +41,6 @@ Feature: Metrics When the request is sent Then the response status is 201 Created - @generated @skip - Scenario: Create a tag configuration returns "Too Many Requests" response - Given operation "CreateTagConfiguration" enabled - And new "CreateTagConfiguration" request - And request contains "metric_name" parameter from "" - And body with value {"data": {"attributes": {"include_percentiles": false, "metric_type": "distribution", "tags": ["app", "datacenter"]}, "id": "http.endpoint.request", "type": "manage_tags"}} - When the request is sent - Then the response status is 429 Too Many Requests - @skip Scenario: Delete a tag configuration returns "No Content" response Given there is a valid "metric_tag_configuration" in the system @@ -67,14 +58,6 @@ Feature: Metrics When the request is sent Then the response status is 404 Not found - @generated @skip - Scenario: Delete a tag configuration returns "Too Many Requests" response - Given operation "DeleteTagConfiguration" enabled - And new "DeleteTagConfiguration" request - And request contains "metric_name" parameter from "" - When the request is sent - Then the response status is 429 Too Many Requests - @generated @skip Scenario: List distinct metric volumes by metric name returns "Bad Request" response Given new "ListVolumesByMetricName" request @@ -98,13 +81,6 @@ Feature: Metrics Then the response status is 200 Success And the response "data.id" has the same value as "metric_tag_configuration.data.id" - @generated @skip - Scenario: List distinct metric volumes by metric name returns "Too Many Requests" response - Given new "ListVolumesByMetricName" request - And request contains "metric_name" parameter from "" - When the request is sent - Then the response status is 429 Too Many Requests - @generated @skip Scenario: List tag configuration by name returns "Not Found" response Given operation "ListTagConfigurationByName" enabled @@ -123,14 +99,6 @@ Feature: Metrics Then the response status is 200 Success And the response "data.id" has the same value as "metric_tag_configuration.data.id" - @generated @skip - Scenario: List tag configuration by name returns "Too Many Requests" response - Given operation "ListTagConfigurationByName" enabled - And new "ListTagConfigurationByName" request - And request contains "metric_name" parameter from "" - When the request is sent - Then the response status is 429 Too Many Requests - @generated @skip Scenario: List tag configurations returns "Bad Request" response Given operation "ListTagConfigurations" enabled @@ -148,13 +116,6 @@ Feature: Metrics Then the response status is 200 Success And the response "data[0].id" has the same value as "metric_tag_configuration.data.id" - @generated @skip - Scenario: List tag configurations returns "Too Many Requests" response - Given operation "ListTagConfigurations" enabled - And new "ListTagConfigurations" request - When the request is sent - Then the response status is 429 Too Many Requests - Scenario: List tag configurations with a tag filter returns "Success" response Given operation "ListTagConfigurations" enabled And new "ListTagConfigurations" request @@ -185,13 +146,6 @@ Feature: Metrics Then the response status is 200 Success And the response "data.id" has the same value as "metric_tag_configuration.data.id" - @generated @skip - Scenario: List tags by metric name returns "Too Many Requests" response - Given new "ListTagsByMetricName" request - And request contains "metric_name" parameter from "" - When the request is sent - Then the response status is 429 Too Many Requests - @generated @skip Scenario: Update a tag configuration returns "Bad Request" response Given operation "UpdateTagConfiguration" enabled @@ -212,15 +166,6 @@ Feature: Metrics Then the response status is 200 OK And the response "data.attributes.tags[0]" is equal to "app" - @generated @skip - Scenario: Update a tag configuration returns "Too Many Requests" response - Given operation "UpdateTagConfiguration" enabled - And new "UpdateTagConfiguration" request - And request contains "metric_name" parameter from "" - And body with value {"data": {"attributes": {"group_by": ["app", "datacenter"], "include_percentiles": false}, "id": "http.endpoint.request", "type": "manage_tags"}} - When the request is sent - Then the response status is 429 Too Many Requests - @generated @skip Scenario: Update a tag configuration returns "Unprocessable Entity" response Given operation "UpdateTagConfiguration" enabled diff --git a/features/v2/security_monitoring.feature b/features/v2/security_monitoring.feature index 686e2c524c72..2a30f659271c 100644 --- a/features/v2/security_monitoring.feature +++ b/features/v2/security_monitoring.feature @@ -45,13 +45,6 @@ Feature: Security Monitoring When the request is sent Then the response status is 200 OK - @generated @skip - Scenario: Create a security filter returns "Too many requests" response - Given new "CreateSecurityFilter" request - And body with value {"data": {"attributes": {"exclusion_filters": [{"name": "Exclude staging", "query": "source:staging"}], "filtered_data_type": "logs", "is_enabled": true, "name": "Custom security filter", "query": "service:api"}, "type": "security_filters"}} - When the request is sent - Then the response status is 429 Too many requests - @skip Scenario: Delete a non existing rule returns "Not Found" response Given new "DeleteSecurityMonitoringRule" request @@ -80,13 +73,6 @@ Feature: Security Monitoring When the request is sent Then the response status is 200 OK - @generated @skip - Scenario: Delete a security filter returns "Too many requests" response - Given new "DeleteSecurityFilter" request - And request contains "security_filter_id" parameter from "" - When the request is sent - Then the response status is 429 Too many requests - @generated @skip Scenario: Delete an existing rule returns "Not Found" response Given new "DeleteSecurityMonitoringRule" request @@ -159,24 +145,11 @@ Feature: Security Monitoring When the request is sent Then the response status is 200 OK - @generated @skip - Scenario: Get a security filter returns "Too many requests" response - Given new "GetSecurityFilter" request - And request contains "security_filter_id" parameter from "" - When the request is sent - Then the response status is 429 Too many requests - Scenario: Get all security filters returns "OK" response Given new "ListSecurityFilters" request When the request is sent Then the response status is 200 OK - @generated @skip - Scenario: Get all security filters returns "Too many requests" response - Given new "ListSecurityFilters" request - When the request is sent - Then the response status is 429 Too many requests - @generated @skip Scenario: List rules returns "Bad Request" response Given new "ListSecurityMonitoringRules" request @@ -221,14 +194,6 @@ Feature: Security Monitoring When the request is sent Then the response status is 200 OK - @generated @skip - Scenario: Update a security filter returns "Too many requests" response - Given new "UpdateSecurityFilter" request - And request contains "security_filter_id" parameter from "" - And body with value {"data": {"attributes": {"exclusion_filters": [], "filtered_data_type": "logs", "is_enabled": true, "name": "Custom security filter", "query": "service:api", "version": 1}, "type": "security_filters"}} - When the request is sent - Then the response status is 429 Too many requests - @generated @skip Scenario: Update an existing rule returns "Bad Request" response Given new "UpdateSecurityMonitoringRule" request diff --git a/lib/datadog_api_client/v1/api/metrics_api.rb b/lib/datadog_api_client/v1/api/metrics_api.rb index dc4cc48f1fe9..9428458982ca 100644 --- a/lib/datadog_api_client/v1/api/metrics_api.rb +++ b/lib/datadog_api_client/v1/api/metrics_api.rb @@ -381,7 +381,7 @@ def submit_metrics_with_http_info(body, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['text/json']) + header_params['Accept'] = @api_client.select_header_accept(['text/json', 'application/json']) # HTTP header 'Content-Type' header_params['Content-Type'] = @api_client.select_header_content_type(['text/json']) header_params['Content-Encoding'] = opts[:'content_encoding'] if !opts[:'content_encoding'].nil? diff --git a/lib/datadog_api_client/v1/api/service_checks_api.rb b/lib/datadog_api_client/v1/api/service_checks_api.rb index fae118a4c8cb..941e42f1b760 100644 --- a/lib/datadog_api_client/v1/api/service_checks_api.rb +++ b/lib/datadog_api_client/v1/api/service_checks_api.rb @@ -64,7 +64,7 @@ def submit_service_check_with_http_info(body, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['text/json']) + header_params['Accept'] = @api_client.select_header_accept(['text/json', 'application/json']) # HTTP header 'Content-Type' header_params['Content-Type'] = @api_client.select_header_content_type(['application/json']) diff --git a/lib/datadog_api_client/v1/api/usage_metering_api.rb b/lib/datadog_api_client/v1/api/usage_metering_api.rb index ddbd6b69b593..623f32200e8f 100644 --- a/lib/datadog_api_client/v1/api/usage_metering_api.rb +++ b/lib/datadog_api_client/v1/api/usage_metering_api.rb @@ -70,7 +70,7 @@ def get_daily_custom_reports_with_http_info(opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339']) + header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339', 'application/json']) # form parameters form_params = opts[:form_params] || {} @@ -147,7 +147,7 @@ def get_incident_management_with_http_info(start_hr, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339']) + header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339', 'application/json']) # form parameters form_params = opts[:form_params] || {} @@ -224,7 +224,7 @@ def get_ingested_spans_with_http_info(start_hr, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339']) + header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339', 'application/json']) # form parameters form_params = opts[:form_params] || {} @@ -303,7 +303,7 @@ def get_monthly_custom_reports_with_http_info(opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339']) + header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339', 'application/json']) # form parameters form_params = opts[:form_params] || {} @@ -376,7 +376,7 @@ def get_specified_daily_custom_reports_with_http_info(report_id, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339']) + header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339', 'application/json']) # form parameters form_params = opts[:form_params] || {} @@ -449,7 +449,7 @@ def get_specified_monthly_custom_reports_with_http_info(report_id, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339']) + header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339', 'application/json']) # form parameters form_params = opts[:form_params] || {} @@ -526,7 +526,7 @@ def get_usage_analyzed_logs_with_http_info(start_hr, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339']) + header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339', 'application/json']) # form parameters form_params = opts[:form_params] || {} @@ -619,7 +619,7 @@ def get_usage_attribution_with_http_info(start_month, fields, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339']) + header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339', 'application/json']) # form parameters form_params = opts[:form_params] || {} @@ -696,7 +696,7 @@ def get_usage_audit_logs_with_http_info(start_hr, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339']) + header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339', 'application/json']) # form parameters form_params = opts[:form_params] || {} @@ -766,7 +766,7 @@ def get_usage_billable_summary_with_http_info(opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339']) + header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339', 'application/json']) # form parameters form_params = opts[:form_params] || {} @@ -843,7 +843,7 @@ def get_usage_cloud_security_posture_management_with_http_info(start_hr, opts = # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339']) + header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339', 'application/json']) # form parameters form_params = opts[:form_params] || {} @@ -920,7 +920,7 @@ def get_usage_cws_with_http_info(start_hr, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339']) + header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339', 'application/json']) # form parameters form_params = opts[:form_params] || {} @@ -997,7 +997,7 @@ def get_usage_dbm_with_http_info(start_hr, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339']) + header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339', 'application/json']) # form parameters form_params = opts[:form_params] || {} @@ -1074,7 +1074,7 @@ def get_usage_fargate_with_http_info(start_hr, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339']) + header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339', 'application/json']) # form parameters form_params = opts[:form_params] || {} @@ -1151,7 +1151,7 @@ def get_usage_hosts_with_http_info(start_hr, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339']) + header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339', 'application/json']) # form parameters form_params = opts[:form_params] || {} @@ -1228,7 +1228,7 @@ def get_usage_indexed_spans_with_http_info(start_hr, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339']) + header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339', 'application/json']) # form parameters form_params = opts[:form_params] || {} @@ -1305,7 +1305,7 @@ def get_usage_internet_of_things_with_http_info(start_hr, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339']) + header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339', 'application/json']) # form parameters form_params = opts[:form_params] || {} @@ -1382,7 +1382,7 @@ def get_usage_lambda_with_http_info(start_hr, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339']) + header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339', 'application/json']) # form parameters form_params = opts[:form_params] || {} @@ -1459,7 +1459,7 @@ def get_usage_logs_with_http_info(start_hr, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339']) + header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339', 'application/json']) # form parameters form_params = opts[:form_params] || {} @@ -1539,7 +1539,7 @@ def get_usage_logs_by_index_with_http_info(start_hr, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339']) + header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339', 'application/json']) # form parameters form_params = opts[:form_params] || {} @@ -1616,7 +1616,7 @@ def get_usage_logs_by_retention_with_http_info(start_hr, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339']) + header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339', 'application/json']) # form parameters form_params = opts[:form_params] || {} @@ -1693,7 +1693,7 @@ def get_usage_network_flows_with_http_info(start_hr, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339']) + header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339', 'application/json']) # form parameters form_params = opts[:form_params] || {} @@ -1770,7 +1770,7 @@ def get_usage_network_hosts_with_http_info(start_hr, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339']) + header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339', 'application/json']) # form parameters form_params = opts[:form_params] || {} @@ -1847,7 +1847,7 @@ def get_usage_profiling_with_http_info(start_hr, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339']) + header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339', 'application/json']) # form parameters form_params = opts[:form_params] || {} @@ -1927,7 +1927,7 @@ def get_usage_rum_sessions_with_http_info(start_hr, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339']) + header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339', 'application/json']) # form parameters form_params = opts[:form_params] || {} @@ -2004,7 +2004,7 @@ def get_usage_rum_units_with_http_info(start_hr, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339']) + header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339', 'application/json']) # form parameters form_params = opts[:form_params] || {} @@ -2081,7 +2081,7 @@ def get_usage_sds_with_http_info(start_hr, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339']) + header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339', 'application/json']) # form parameters form_params = opts[:form_params] || {} @@ -2158,7 +2158,7 @@ def get_usage_snmp_with_http_info(start_hr, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339']) + header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339', 'application/json']) # form parameters form_params = opts[:form_params] || {} @@ -2238,7 +2238,7 @@ def get_usage_summary_with_http_info(start_month, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339']) + header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339', 'application/json']) # form parameters form_params = opts[:form_params] || {} @@ -2315,7 +2315,7 @@ def get_usage_synthetics_with_http_info(start_hr, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339']) + header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339', 'application/json']) # form parameters form_params = opts[:form_params] || {} @@ -2392,7 +2392,7 @@ def get_usage_synthetics_api_with_http_info(start_hr, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339']) + header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339', 'application/json']) # form parameters form_params = opts[:form_params] || {} @@ -2469,7 +2469,7 @@ def get_usage_synthetics_browser_with_http_info(start_hr, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339']) + header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339', 'application/json']) # form parameters form_params = opts[:form_params] || {} @@ -2546,7 +2546,7 @@ def get_usage_timeseries_with_http_info(start_hr, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339']) + header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339', 'application/json']) # form parameters form_params = opts[:form_params] || {} @@ -2636,7 +2636,7 @@ def get_usage_top_avg_metrics_with_http_info(opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339']) + header_params['Accept'] = @api_client.select_header_accept(['application/json;datetime-format=rfc3339', 'application/json']) # form parameters form_params = opts[:form_params] || {}