datadog_api_client 2.6.0 → 2.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (134) hide show
  1. checksums.yaml +4 -4
  2. data/.apigentools-info +4 -4
  3. data/.generator/schemas/v1/openapi.yaml +233 -14
  4. data/.generator/schemas/v2/openapi.yaml +1403 -151
  5. data/CHANGELOG.md +27 -0
  6. data/examples/v1/dashboards/CreateDashboard_1039800684.rb +37 -0
  7. data/examples/v1/dashboards/CreateDashboard_2432046716.rb +33 -0
  8. data/examples/v1/dashboards/CreateDashboard_2610827685.rb +38 -0
  9. data/examples/v1/dashboards/CreateDashboard_2843286292.rb +43 -0
  10. data/examples/v1/gcp-integration/CreateGCPIntegration.rb +1 -0
  11. data/examples/v1/gcp-integration/DeleteGCPIntegration.rb +1 -0
  12. data/examples/v1/gcp-integration/UpdateGCPIntegration.rb +1 -0
  13. data/examples/v1/monitors/ValidateExistingMonitor.rb +1 -0
  14. data/examples/v1/monitors/ValidateMonitor.rb +1 -0
  15. data/examples/v1/service-level-objectives/CreateSLO.rb +2 -2
  16. data/examples/v1/synthetics/CreateSyntheticsAPITest.rb +16 -0
  17. data/examples/v1/synthetics/CreateSyntheticsAPITest_1487281163.rb +1 -0
  18. data/examples/v1/synthetics/CreateSyntheticsBrowserTest_397420811.rb +74 -0
  19. data/examples/v1/synthetics/UpdateBrowserTest.rb +16 -0
  20. data/examples/v2/cloudflare-integration/CreateCloudflareAccount.rb +16 -0
  21. data/examples/v2/cloudflare-integration/DeleteCloudflareAccount.rb +5 -0
  22. data/examples/v2/cloudflare-integration/GetCloudflareAccount.rb +8 -0
  23. data/examples/v2/cloudflare-integration/ListCloudflareAccounts.rb +5 -0
  24. data/examples/v2/cloudflare-integration/UpdateCloudflareAccount.rb +18 -0
  25. data/examples/v2/fastly-integration/CreateFastlyAccount.rb +16 -0
  26. data/examples/v2/fastly-integration/CreateFastlyService.rb +18 -0
  27. data/examples/v2/fastly-integration/DeleteFastlyAccount.rb +5 -0
  28. data/examples/v2/fastly-integration/DeleteFastlyService.rb +5 -0
  29. data/examples/v2/fastly-integration/GetFastlyAccount.rb +8 -0
  30. data/examples/v2/fastly-integration/GetFastlyService.rb +5 -0
  31. data/examples/v2/fastly-integration/ListFastlyAccounts.rb +5 -0
  32. data/examples/v2/fastly-integration/ListFastlyServices.rb +5 -0
  33. data/examples/v2/fastly-integration/UpdateFastlyAccount.rb +17 -0
  34. data/examples/v2/fastly-integration/UpdateFastlyService.rb +18 -0
  35. data/examples/v2/metrics/QueryScalarData.rb +5 -6
  36. data/examples/v2/metrics/QueryScalarData_3112571352.rb +35 -0
  37. data/examples/v2/metrics/QueryTimeseriesData.rb +5 -6
  38. data/examples/v2/metrics/QueryTimeseriesData_301142940.rb +35 -0
  39. data/examples/v2/monitors/CreateMonitorConfigPolicy.rb +22 -0
  40. data/examples/v2/monitors/DeleteMonitorConfigPolicy.rb +8 -0
  41. data/examples/v2/monitors/GetMonitorConfigPolicy.rb +8 -0
  42. data/examples/v2/monitors/ListMonitorConfigPolicies.rb +5 -0
  43. data/examples/v2/monitors/UpdateMonitorConfigPolicy.rb +26 -0
  44. data/examples/v2/sensitive-data-scanner/CreateScanningRule.rb +6 -0
  45. data/examples/v2/{users → service-accounts}/CreateServiceAccount.rb +1 -1
  46. data/lib/datadog_api_client/inflector.rb +61 -0
  47. data/lib/datadog_api_client/v1/api/usage_metering_api.rb +3 -3
  48. data/lib/datadog_api_client/v1/models/gcp_account.rb +11 -1
  49. data/lib/datadog_api_client/v1/models/host_meta.rb +1 -1
  50. data/lib/datadog_api_client/v1/models/hourly_usage_attribution_usage_type.rb +1 -1
  51. data/lib/datadog_api_client/v1/models/list_stream_compute_aggregation.rb +40 -0
  52. data/lib/datadog_api_client/v1/models/list_stream_compute_items.rb +112 -0
  53. data/lib/datadog_api_client/v1/models/list_stream_group_by_items.rb +102 -0
  54. data/lib/datadog_api_client/v1/models/list_stream_query.rb +61 -1
  55. data/lib/datadog_api_client/v1/models/list_stream_source.rb +2 -0
  56. data/lib/datadog_api_client/v1/models/metrics_query_metadata.rb +3 -2
  57. data/lib/datadog_api_client/v1/models/monitor_options.rb +11 -1
  58. data/lib/datadog_api_client/v1/models/monitor_options_notification_presets.rb +29 -0
  59. data/lib/datadog_api_client/v1/models/monthly_usage_attribution_supported_metrics.rb +2 -2
  60. data/lib/datadog_api_client/v1/models/monthly_usage_attribution_values.rb +13 -13
  61. data/lib/datadog_api_client/v1/models/run_workflow_widget_definition.rb +187 -0
  62. data/lib/datadog_api_client/v1/models/run_workflow_widget_definition_type.rb +26 -0
  63. data/lib/datadog_api_client/v1/models/run_workflow_widget_input.rb +123 -0
  64. data/lib/datadog_api_client/v1/models/synthetics_config_variable.rb +1 -1
  65. data/lib/datadog_api_client/v1/models/synthetics_test_options.rb +21 -1
  66. data/lib/datadog_api_client/v1/models/synthetics_test_options_http_version.rb +28 -0
  67. data/lib/datadog_api_client/v1/models/synthetics_test_options_scheduling.rb +103 -0
  68. data/lib/datadog_api_client/v1/models/synthetics_test_options_scheduling_timeframe.rb +126 -0
  69. data/lib/datadog_api_client/v1/models/widget_definition.rb +1 -0
  70. data/lib/datadog_api_client/v2/api/cloudflare_integration_api.rb +355 -0
  71. data/lib/datadog_api_client/v2/api/fastly_integration_api.rb +709 -0
  72. data/lib/datadog_api_client/v2/api/metrics_api.rb +7 -6
  73. data/lib/datadog_api_client/v2/api/monitors_api.rb +355 -0
  74. data/lib/datadog_api_client/v2/api/service_accounts_api.rb +67 -0
  75. data/lib/datadog_api_client/v2/api/users_api.rb +0 -67
  76. data/lib/datadog_api_client/v2/models/cloudflare_account_create_request.rb +102 -0
  77. data/lib/datadog_api_client/v2/models/cloudflare_account_create_request_attributes.rb +133 -0
  78. data/lib/datadog_api_client/v2/models/cloudflare_account_create_request_data.rb +123 -0
  79. data/lib/datadog_api_client/v2/models/cloudflare_account_response.rb +91 -0
  80. data/lib/datadog_api_client/v2/models/cloudflare_account_response_attributes.rb +112 -0
  81. data/lib/datadog_api_client/v2/models/cloudflare_account_response_data.rb +144 -0
  82. data/lib/datadog_api_client/v2/models/cloudflare_account_type.rb +26 -0
  83. data/lib/datadog_api_client/v2/models/cloudflare_account_update_request.rb +102 -0
  84. data/lib/datadog_api_client/v2/models/cloudflare_account_update_request_attributes.rb +112 -0
  85. data/lib/datadog_api_client/v2/models/cloudflare_account_update_request_data.rb +101 -0
  86. data/lib/datadog_api_client/v2/models/cloudflare_accounts_response.rb +93 -0
  87. data/lib/datadog_api_client/v2/models/cost_by_org_attributes.rb +11 -1
  88. data/lib/datadog_api_client/v2/models/data_scalar_column.rb +123 -0
  89. data/lib/datadog_api_client/v2/models/fastly_accoun_response_attributes.rb +114 -0
  90. data/lib/datadog_api_client/v2/models/fastly_account_create_request.rb +102 -0
  91. data/lib/datadog_api_client/v2/models/fastly_account_create_request_attributes.rb +135 -0
  92. data/lib/datadog_api_client/v2/models/fastly_account_create_request_data.rb +123 -0
  93. data/lib/datadog_api_client/v2/models/fastly_account_response.rb +91 -0
  94. data/lib/datadog_api_client/v2/models/fastly_account_response_data.rb +144 -0
  95. data/lib/datadog_api_client/v2/models/fastly_account_type.rb +26 -0
  96. data/lib/datadog_api_client/v2/models/fastly_account_update_request.rb +102 -0
  97. data/lib/datadog_api_client/v2/models/fastly_account_update_request_attributes.rb +91 -0
  98. data/lib/datadog_api_client/v2/models/fastly_account_update_request_data.rb +101 -0
  99. data/lib/datadog_api_client/v2/models/fastly_accounts_response.rb +93 -0
  100. data/lib/datadog_api_client/v2/models/fastly_service.rb +114 -0
  101. data/lib/datadog_api_client/v2/models/fastly_service_attributes.rb +93 -0
  102. data/lib/datadog_api_client/v2/models/fastly_service_data.rb +133 -0
  103. data/lib/datadog_api_client/v2/models/fastly_service_request.rb +102 -0
  104. data/lib/datadog_api_client/v2/models/fastly_service_response.rb +91 -0
  105. data/lib/datadog_api_client/v2/models/fastly_service_type.rb +26 -0
  106. data/lib/datadog_api_client/v2/models/fastly_services_response.rb +93 -0
  107. data/lib/datadog_api_client/v2/models/group_scalar_column.rb +113 -0
  108. data/lib/datadog_api_client/v2/models/monitor_config_policy_attribute_create_request.rb +123 -0
  109. data/lib/datadog_api_client/v2/models/monitor_config_policy_attribute_edit_request.rb +123 -0
  110. data/lib/datadog_api_client/v2/models/monitor_config_policy_attribute_response.rb +101 -0
  111. data/lib/datadog_api_client/v2/models/monitor_config_policy_create_data.rb +123 -0
  112. data/lib/datadog_api_client/v2/models/monitor_config_policy_create_request.rb +102 -0
  113. data/lib/datadog_api_client/v2/models/monitor_config_policy_edit_data.rb +144 -0
  114. data/lib/datadog_api_client/v2/models/monitor_config_policy_edit_request.rb +102 -0
  115. data/lib/datadog_api_client/v2/models/monitor_config_policy_list_response.rb +93 -0
  116. data/lib/datadog_api_client/v2/models/monitor_config_policy_policy.rb +62 -0
  117. data/lib/datadog_api_client/v2/models/monitor_config_policy_policy_create_request.rb +62 -0
  118. data/lib/datadog_api_client/v2/models/monitor_config_policy_resource_type.rb +26 -0
  119. data/lib/datadog_api_client/v2/models/monitor_config_policy_response.rb +91 -0
  120. data/lib/datadog_api_client/v2/models/monitor_config_policy_response_data.rb +111 -0
  121. data/lib/datadog_api_client/v2/models/monitor_config_policy_tag_policy.rb +124 -0
  122. data/lib/datadog_api_client/v2/models/monitor_config_policy_tag_policy_create_request.rb +150 -0
  123. data/lib/datadog_api_client/v2/models/monitor_config_policy_type.rb +26 -0
  124. data/lib/datadog_api_client/v2/models/scalar_column.rb +35 -77
  125. data/lib/datadog_api_client/v2/models/scalar_formula_response_atrributes.rb +4 -16
  126. data/lib/datadog_api_client/v2/models/scalar_meta.rb +96 -0
  127. data/lib/datadog_api_client/v2/models/security_monitoring_rule_detection_method.rb +1 -0
  128. data/lib/datadog_api_client/v2/models/security_monitoring_rule_query_aggregation.rb +1 -0
  129. data/lib/datadog_api_client/v2/models/security_monitoring_signal_rule_response.rb +11 -1
  130. data/lib/datadog_api_client/v2/models/security_monitoring_standard_rule_response.rb +11 -1
  131. data/lib/datadog_api_client/v2/models/sensitive_data_scanner_rule_attributes.rb +22 -9
  132. data/lib/datadog_api_client/v2/models/timeseries_response_series.rb +4 -1
  133. data/lib/datadog_api_client/version.rb +1 -1
  134. metadata +91 -3
@@ -159,6 +159,20 @@ components:
159
159
  required: true
160
160
  schema:
161
161
  type: string
162
+ FastlyAccountID:
163
+ description: Fastly Account id.
164
+ in: path
165
+ name: account_id
166
+ required: true
167
+ schema:
168
+ type: string
169
+ FastlyServiceID:
170
+ description: Fastly Service ID.
171
+ in: path
172
+ name: service_id
173
+ required: true
174
+ schema:
175
+ type: string
162
176
  IncidentAttachmentFilterQueryParameter:
163
177
  description: Specifies which types of attachments are included in the response.
164
178
  explode: false
@@ -2167,6 +2181,130 @@ components:
2167
2181
  $ref: '#/components/schemas/CloudWorkloadSecurityAgentRuleData'
2168
2182
  type: array
2169
2183
  type: object
2184
+ CloudflareAccountCreateRequest:
2185
+ description: Payload schema when adding a Cloudflare account.
2186
+ properties:
2187
+ data:
2188
+ $ref: '#/components/schemas/CloudflareAccountCreateRequestData'
2189
+ required:
2190
+ - data
2191
+ type: object
2192
+ CloudflareAccountCreateRequestAttributes:
2193
+ description: Attributes object for creating a Cloudflare account.
2194
+ properties:
2195
+ api_key:
2196
+ description: The API key (or token) for the Cloudflare account.
2197
+ example: a94a8fe5ccb19ba61c4c0873d391e987982fbbd3
2198
+ type: string
2199
+ email:
2200
+ description: The email associated with the Cloudflare account. If an API
2201
+ key is provided (and not a token), this field is also required.
2202
+ example: test-email@example.com
2203
+ type: string
2204
+ name:
2205
+ description: The name of the Cloudflare account.
2206
+ example: test-name
2207
+ type: string
2208
+ required:
2209
+ - api_key
2210
+ - name
2211
+ type: object
2212
+ CloudflareAccountCreateRequestData:
2213
+ description: Data object for creating a Cloudflare account.
2214
+ properties:
2215
+ attributes:
2216
+ $ref: '#/components/schemas/CloudflareAccountCreateRequestAttributes'
2217
+ type:
2218
+ $ref: '#/components/schemas/CloudflareAccountType'
2219
+ required:
2220
+ - attributes
2221
+ - type
2222
+ type: object
2223
+ CloudflareAccountResponse:
2224
+ description: The expected response schema when getting a Cloudflare account.
2225
+ properties:
2226
+ data:
2227
+ $ref: '#/components/schemas/CloudflareAccountResponseData'
2228
+ type: object
2229
+ CloudflareAccountResponseAttributes:
2230
+ description: Attributes object of a Cloudflare account.
2231
+ properties:
2232
+ email:
2233
+ description: The email associated with the Cloudflare account.
2234
+ example: test-email@example.com
2235
+ type: string
2236
+ name:
2237
+ description: The name of the Cloudflare account.
2238
+ example: test-name
2239
+ type: string
2240
+ required:
2241
+ - name
2242
+ type: object
2243
+ CloudflareAccountResponseData:
2244
+ description: Data object of a Cloudflare account.
2245
+ properties:
2246
+ attributes:
2247
+ $ref: '#/components/schemas/CloudflareAccountResponseAttributes'
2248
+ id:
2249
+ description: The ID of the Cloudflare account, a hash of the account name.
2250
+ example: c1a8e059bfd1e911cf10b626340c9a54
2251
+ type: string
2252
+ type:
2253
+ $ref: '#/components/schemas/CloudflareAccountType'
2254
+ required:
2255
+ - attributes
2256
+ - id
2257
+ - type
2258
+ type: object
2259
+ CloudflareAccountType:
2260
+ default: cloudflare-accounts
2261
+ description: The JSON:API type for this API. Should always be `cloudflare-accounts`.
2262
+ enum:
2263
+ - cloudflare-accounts
2264
+ example: cloudflare-accounts
2265
+ type: string
2266
+ x-enum-varnames:
2267
+ - CLOUDFLARE_ACCOUNTS
2268
+ CloudflareAccountUpdateRequest:
2269
+ description: Payload schema when updating a Cloudflare account.
2270
+ properties:
2271
+ data:
2272
+ $ref: '#/components/schemas/CloudflareAccountUpdateRequestData'
2273
+ required:
2274
+ - data
2275
+ type: object
2276
+ CloudflareAccountUpdateRequestAttributes:
2277
+ description: Attributes object for updating a Cloudflare account.
2278
+ properties:
2279
+ api_key:
2280
+ description: The API key of the Cloudflare account.
2281
+ example: a94a8fe5ccb19ba61c4c0873d391e987982fbbd3
2282
+ type: string
2283
+ email:
2284
+ description: The email associated with the Cloudflare account. If an API
2285
+ key is provided (and not a token), this field is also required.
2286
+ example: test-email@example.com
2287
+ type: string
2288
+ required:
2289
+ - api_key
2290
+ type: object
2291
+ CloudflareAccountUpdateRequestData:
2292
+ description: Data object for updating a Cloudflare account.
2293
+ properties:
2294
+ attributes:
2295
+ $ref: '#/components/schemas/CloudflareAccountUpdateRequestAttributes'
2296
+ type:
2297
+ $ref: '#/components/schemas/CloudflareAccountType'
2298
+ type: object
2299
+ CloudflareAccountsResponse:
2300
+ description: The expected response schema when getting Cloudflare accounts.
2301
+ properties:
2302
+ data:
2303
+ description: The JSON:API data schema.
2304
+ items:
2305
+ $ref: '#/components/schemas/CloudflareAccountResponseData'
2306
+ type: array
2307
+ type: object
2170
2308
  ConfluentAccountCreateRequest:
2171
2309
  description: Payload schema when adding a Confluent account.
2172
2310
  properties:
@@ -2488,6 +2626,10 @@ components:
2488
2626
  public_id:
2489
2627
  description: The organization public ID.
2490
2628
  type: string
2629
+ region:
2630
+ description: The region of the Datadog instance that the organization belongs
2631
+ to.
2632
+ type: string
2491
2633
  total_cost:
2492
2634
  description: The total cost of products for the month.
2493
2635
  format: double
@@ -2693,6 +2835,28 @@ components:
2693
2835
  - INTEGRATION_SCREENBOARD
2694
2836
  - INTEGRATION_TIMEBOARD
2695
2837
  - HOST_TIMEBOARD
2838
+ DataScalarColumn:
2839
+ description: A column containing the numerical results for a formula or query.
2840
+ properties:
2841
+ meta:
2842
+ $ref: '#/components/schemas/ScalarMeta'
2843
+ name:
2844
+ description: The name referencing the formula or query for this column.
2845
+ example: a
2846
+ type: string
2847
+ type:
2848
+ description: The type of column present.
2849
+ example: number
2850
+ type: string
2851
+ values:
2852
+ description: The array of numerical values for one formula or query.
2853
+ items:
2854
+ description: An individual value for a given column and group-by.
2855
+ example: 0.5
2856
+ format: double
2857
+ type: number
2858
+ type: array
2859
+ type: object
2696
2860
  Event:
2697
2861
  description: The metadata associated with a request.
2698
2862
  properties:
@@ -3192,6 +3356,201 @@ components:
3192
3356
  from the other indexes.
3193
3357
  type: string
3194
3358
  type: object
3359
+ FastlyAccounResponseAttributes:
3360
+ description: Attributes object of a Fastly account.
3361
+ properties:
3362
+ name:
3363
+ description: The name of the Fastly account.
3364
+ example: test-name
3365
+ type: string
3366
+ services:
3367
+ description: A list of services belonging to the parent account.
3368
+ items:
3369
+ $ref: '#/components/schemas/FastlyService'
3370
+ type: array
3371
+ required:
3372
+ - name
3373
+ type: object
3374
+ FastlyAccountCreateRequest:
3375
+ description: Payload schema when adding a Fastly account.
3376
+ properties:
3377
+ data:
3378
+ $ref: '#/components/schemas/FastlyAccountCreateRequestData'
3379
+ required:
3380
+ - data
3381
+ type: object
3382
+ FastlyAccountCreateRequestAttributes:
3383
+ description: Attributes object for creating a Fastly account.
3384
+ properties:
3385
+ api_key:
3386
+ description: The API key for the Fastly account.
3387
+ example: ABCDEFG123
3388
+ type: string
3389
+ name:
3390
+ description: The name of the Fastly account.
3391
+ example: test-name
3392
+ type: string
3393
+ services:
3394
+ description: A list of services belonging to the parent account.
3395
+ items:
3396
+ $ref: '#/components/schemas/FastlyService'
3397
+ type: array
3398
+ required:
3399
+ - api_key
3400
+ - name
3401
+ type: object
3402
+ FastlyAccountCreateRequestData:
3403
+ description: Data object for creating a Fastly account.
3404
+ properties:
3405
+ attributes:
3406
+ $ref: '#/components/schemas/FastlyAccountCreateRequestAttributes'
3407
+ type:
3408
+ $ref: '#/components/schemas/FastlyAccountType'
3409
+ required:
3410
+ - attributes
3411
+ - type
3412
+ type: object
3413
+ FastlyAccountResponse:
3414
+ description: The expected response schema when getting a Fastly account.
3415
+ properties:
3416
+ data:
3417
+ $ref: '#/components/schemas/FastlyAccountResponseData'
3418
+ type: object
3419
+ FastlyAccountResponseData:
3420
+ description: Data object of a Fastly account.
3421
+ properties:
3422
+ attributes:
3423
+ $ref: '#/components/schemas/FastlyAccounResponseAttributes'
3424
+ id:
3425
+ description: The ID of the Fastly account, a hash of the account name.
3426
+ example: abc123
3427
+ type: string
3428
+ type:
3429
+ $ref: '#/components/schemas/FastlyAccountType'
3430
+ required:
3431
+ - attributes
3432
+ - id
3433
+ - type
3434
+ type: object
3435
+ FastlyAccountType:
3436
+ default: fastly-accounts
3437
+ description: The JSON:API type for this API. Should always be `fastly-accounts`.
3438
+ enum:
3439
+ - fastly-accounts
3440
+ example: fastly-accounts
3441
+ type: string
3442
+ x-enum-varnames:
3443
+ - FASTLY_ACCOUNTS
3444
+ FastlyAccountUpdateRequest:
3445
+ description: Payload schema when updating a Fastly account.
3446
+ properties:
3447
+ data:
3448
+ $ref: '#/components/schemas/FastlyAccountUpdateRequestData'
3449
+ required:
3450
+ - data
3451
+ type: object
3452
+ FastlyAccountUpdateRequestAttributes:
3453
+ description: Attributes object for updating a Fastly account.
3454
+ properties:
3455
+ api_key:
3456
+ description: The API key of the Fastly account.
3457
+ example: ABCDEFG123
3458
+ type: string
3459
+ type: object
3460
+ FastlyAccountUpdateRequestData:
3461
+ description: Data object for updating a Fastly account.
3462
+ properties:
3463
+ attributes:
3464
+ $ref: '#/components/schemas/FastlyAccountUpdateRequestAttributes'
3465
+ type:
3466
+ $ref: '#/components/schemas/FastlyAccountType'
3467
+ type: object
3468
+ FastlyAccountsResponse:
3469
+ description: The expected response schema when getting Fastly accounts.
3470
+ properties:
3471
+ data:
3472
+ description: The JSON:API data schema.
3473
+ items:
3474
+ $ref: '#/components/schemas/FastlyAccountResponseData'
3475
+ type: array
3476
+ type: object
3477
+ FastlyService:
3478
+ description: The schema representation of a Fastly service.
3479
+ properties:
3480
+ id:
3481
+ description: The id of the Fastly service
3482
+ example: 6abc7de6893AbcDe9fghIj
3483
+ type: string
3484
+ tags:
3485
+ description: A list of tags for the Fastly service.
3486
+ example:
3487
+ - myTag
3488
+ - myTag2:myValue
3489
+ items:
3490
+ type: string
3491
+ type: array
3492
+ required:
3493
+ - id
3494
+ type: object
3495
+ FastlyServiceAttributes:
3496
+ description: Attributes object for Fastly service requests.
3497
+ properties:
3498
+ tags:
3499
+ description: A list of tags for the Fastly service.
3500
+ example:
3501
+ - myTag
3502
+ - myTag2:myValue
3503
+ items:
3504
+ type: string
3505
+ type: array
3506
+ type: object
3507
+ FastlyServiceData:
3508
+ description: Data object for Fastly service requests.
3509
+ properties:
3510
+ attributes:
3511
+ $ref: '#/components/schemas/FastlyServiceAttributes'
3512
+ id:
3513
+ description: The ID of the Fastly service.
3514
+ example: abc123
3515
+ type: string
3516
+ type:
3517
+ $ref: '#/components/schemas/FastlyServiceType'
3518
+ required:
3519
+ - id
3520
+ - type
3521
+ type: object
3522
+ FastlyServiceRequest:
3523
+ description: Payload schema for Fastly service requests.
3524
+ properties:
3525
+ data:
3526
+ $ref: '#/components/schemas/FastlyServiceData'
3527
+ required:
3528
+ - data
3529
+ type: object
3530
+ FastlyServiceResponse:
3531
+ description: The expected response schema when getting a Fastly service.
3532
+ properties:
3533
+ data:
3534
+ $ref: '#/components/schemas/FastlyServiceData'
3535
+ type: object
3536
+ FastlyServiceType:
3537
+ default: fastly-services
3538
+ description: The JSON:API type for this API. Should always be `fastly-services`.
3539
+ enum:
3540
+ - fastly-services
3541
+ example: fastly-services
3542
+ type: string
3543
+ x-enum-varnames:
3544
+ - FASTLY_SERVICES
3545
+ FastlyServicesResponse:
3546
+ description: The expected response schema when getting Fastly services.
3547
+ properties:
3548
+ data:
3549
+ description: The JSON:API data schema.
3550
+ items:
3551
+ $ref: '#/components/schemas/FastlyServiceResponse'
3552
+ type: array
3553
+ type: object
3195
3554
  FormulaLimit:
3196
3555
  description: Message for specifying limits to the number of values returned
3197
3556
  by a query.
@@ -3297,6 +3656,29 @@ components:
3297
3656
  nullable: true
3298
3657
  type: array
3299
3658
  type: object
3659
+ GroupScalarColumn:
3660
+ description: A column containing the tag keys and values in a group.
3661
+ properties:
3662
+ name:
3663
+ description: The name of the tag key or group.
3664
+ example: env
3665
+ type: string
3666
+ type:
3667
+ description: The type of column present.
3668
+ example: group
3669
+ type: string
3670
+ values:
3671
+ description: The array of tag values for each group found for the results
3672
+ of the formulas or queries.
3673
+ items:
3674
+ description: An individual tag value for a given group column.
3675
+ items:
3676
+ description: One tag value within a values array.
3677
+ example: production
3678
+ type: string
3679
+ type: array
3680
+ type: array
3681
+ type: object
3300
3682
  GroupTags:
3301
3683
  description: List of tags that apply to a single response value.
3302
3684
  items:
@@ -6855,7 +7237,7 @@ components:
6855
7237
  type: string
6856
7238
  query:
6857
7239
  description: A classic metrics query string.
6858
- example: avg:system.cpu.user{*}
7240
+ example: avg:system.cpu.user{*} by {env}
6859
7241
  type: string
6860
7242
  required:
6861
7243
  - data_source
@@ -6872,51 +7254,227 @@ components:
6872
7254
  type: string
6873
7255
  query:
6874
7256
  description: A classic metrics query string.
6875
- example: avg:system.cpu.user{*}
7257
+ example: avg:system.cpu.user{*} by {env}
6876
7258
  type: string
6877
7259
  required:
6878
7260
  - data_source
6879
7261
  - query
6880
7262
  type: object
6881
- MonitorType:
6882
- description: Attributes from the monitor that triggered the event.
6883
- nullable: true
7263
+ MonitorConfigPolicyAttributeCreateRequest:
7264
+ description: Policy and policy type for a monitor configuration policy.
6884
7265
  properties:
6885
- created_at:
6886
- description: The POSIX timestamp of the monitor's creation in nanoseconds.
6887
- example: 1646318692000
6888
- format: int64
6889
- type: integer
6890
- group_status:
6891
- description: Monitor group status used when there is no `result_groups`.
6892
- format: int32
6893
- maximum: 2147483647
6894
- type: integer
6895
- groups:
6896
- description: Groups to which the monitor belongs.
6897
- items:
6898
- description: A group.
6899
- type: string
6900
- type: array
6901
- id:
6902
- description: The monitor ID.
6903
- format: int64
6904
- type: integer
6905
- message:
6906
- description: The monitor message.
6907
- type: string
6908
- modified:
6909
- description: The monitor's last-modified timestamp.
6910
- format: int64
6911
- type: integer
6912
- name:
6913
- description: The monitor name.
6914
- type: string
6915
- query:
6916
- description: The query that triggers the alert.
6917
- type: string
6918
- tags:
6919
- description: A list of tags attached to the monitor.
7266
+ policy:
7267
+ $ref: '#/components/schemas/MonitorConfigPolicyPolicyCreateRequest'
7268
+ policy_type:
7269
+ $ref: '#/components/schemas/MonitorConfigPolicyType'
7270
+ required:
7271
+ - policy_type
7272
+ - policy
7273
+ type: object
7274
+ MonitorConfigPolicyAttributeEditRequest:
7275
+ description: Policy and policy type for a monitor configuration policy.
7276
+ properties:
7277
+ policy:
7278
+ $ref: '#/components/schemas/MonitorConfigPolicyPolicy'
7279
+ policy_type:
7280
+ $ref: '#/components/schemas/MonitorConfigPolicyType'
7281
+ required:
7282
+ - policy_type
7283
+ - policy
7284
+ type: object
7285
+ MonitorConfigPolicyAttributeResponse:
7286
+ description: Policy and policy type for a monitor configuration policy.
7287
+ properties:
7288
+ policy:
7289
+ $ref: '#/components/schemas/MonitorConfigPolicyPolicy'
7290
+ policy_type:
7291
+ $ref: '#/components/schemas/MonitorConfigPolicyType'
7292
+ type: object
7293
+ MonitorConfigPolicyCreateData:
7294
+ description: A monitor configuration policy data.
7295
+ properties:
7296
+ attributes:
7297
+ $ref: '#/components/schemas/MonitorConfigPolicyAttributeCreateRequest'
7298
+ type:
7299
+ $ref: '#/components/schemas/MonitorConfigPolicyResourceType'
7300
+ required:
7301
+ - type
7302
+ - attributes
7303
+ type: object
7304
+ MonitorConfigPolicyCreateRequest:
7305
+ description: Request for creating a monitor configuration policy.
7306
+ properties:
7307
+ data:
7308
+ $ref: '#/components/schemas/MonitorConfigPolicyCreateData'
7309
+ required:
7310
+ - data
7311
+ type: object
7312
+ MonitorConfigPolicyEditData:
7313
+ description: A monitor configuration policy data.
7314
+ properties:
7315
+ attributes:
7316
+ $ref: '#/components/schemas/MonitorConfigPolicyAttributeEditRequest'
7317
+ id:
7318
+ description: ID of this monitor configuration policy.
7319
+ example: 00000000-0000-1234-0000-000000000000
7320
+ type: string
7321
+ type:
7322
+ $ref: '#/components/schemas/MonitorConfigPolicyResourceType'
7323
+ required:
7324
+ - id
7325
+ - type
7326
+ - attributes
7327
+ type: object
7328
+ MonitorConfigPolicyEditRequest:
7329
+ description: Request for editing a monitor configuration policy.
7330
+ properties:
7331
+ data:
7332
+ $ref: '#/components/schemas/MonitorConfigPolicyEditData'
7333
+ required:
7334
+ - data
7335
+ type: object
7336
+ MonitorConfigPolicyListResponse:
7337
+ description: Response for retrieving all monitor configuration policies.
7338
+ properties:
7339
+ data:
7340
+ description: An array of monitor configuration policies.
7341
+ items:
7342
+ $ref: '#/components/schemas/MonitorConfigPolicyResponseData'
7343
+ type: array
7344
+ type: object
7345
+ MonitorConfigPolicyPolicy:
7346
+ description: Configuration for the policy.
7347
+ oneOf:
7348
+ - $ref: '#/components/schemas/MonitorConfigPolicyTagPolicy'
7349
+ type: object
7350
+ MonitorConfigPolicyPolicyCreateRequest:
7351
+ description: Configuration for the policy.
7352
+ oneOf:
7353
+ - $ref: '#/components/schemas/MonitorConfigPolicyTagPolicyCreateRequest'
7354
+ type: object
7355
+ MonitorConfigPolicyResourceType:
7356
+ default: monitor-config-policy
7357
+ description: Monitor configuration policy resource type.
7358
+ enum:
7359
+ - monitor-config-policy
7360
+ example: monitor-config-policy
7361
+ type: string
7362
+ x-enum-varnames:
7363
+ - MONITOR_CONFIG_POLICY
7364
+ MonitorConfigPolicyResponse:
7365
+ description: Response for retrieving a monitor configuration policy.
7366
+ properties:
7367
+ data:
7368
+ $ref: '#/components/schemas/MonitorConfigPolicyResponseData'
7369
+ type: object
7370
+ MonitorConfigPolicyResponseData:
7371
+ description: A monitor configuration policy data.
7372
+ properties:
7373
+ attributes:
7374
+ $ref: '#/components/schemas/MonitorConfigPolicyAttributeResponse'
7375
+ id:
7376
+ description: ID of this monitor configuration policy.
7377
+ example: 00000000-0000-1234-0000-000000000000
7378
+ type: string
7379
+ type:
7380
+ $ref: '#/components/schemas/MonitorConfigPolicyResourceType'
7381
+ type: object
7382
+ MonitorConfigPolicyTagPolicy:
7383
+ description: Tag attributes of a monitor configuration policy.
7384
+ properties:
7385
+ tag_key:
7386
+ description: The key of the tag.
7387
+ example: datacenter
7388
+ maxLength: 255
7389
+ type: string
7390
+ tag_key_required:
7391
+ description: If a tag key is required for monitor creation.
7392
+ example: true
7393
+ type: boolean
7394
+ valid_tag_values:
7395
+ description: Valid values for the tag.
7396
+ example:
7397
+ - prod
7398
+ - staging
7399
+ items:
7400
+ maxLength: 255
7401
+ type: string
7402
+ type: array
7403
+ type: object
7404
+ MonitorConfigPolicyTagPolicyCreateRequest:
7405
+ description: Tag attributes of a monitor configuration policy.
7406
+ properties:
7407
+ tag_key:
7408
+ description: The key of the tag.
7409
+ example: datacenter
7410
+ maxLength: 255
7411
+ type: string
7412
+ tag_key_required:
7413
+ description: If a tag key is required for monitor creation.
7414
+ example: true
7415
+ type: boolean
7416
+ valid_tag_values:
7417
+ description: Valid values for the tag.
7418
+ example:
7419
+ - prod
7420
+ - staging
7421
+ items:
7422
+ maxLength: 255
7423
+ type: string
7424
+ type: array
7425
+ required:
7426
+ - tag_key
7427
+ - tag_key_required
7428
+ - valid_tag_values
7429
+ type: object
7430
+ MonitorConfigPolicyType:
7431
+ default: tag
7432
+ description: The monitor configuration policy type.
7433
+ enum:
7434
+ - tag
7435
+ example: tag
7436
+ type: string
7437
+ x-enum-varnames:
7438
+ - TAG
7439
+ MonitorType:
7440
+ description: Attributes from the monitor that triggered the event.
7441
+ nullable: true
7442
+ properties:
7443
+ created_at:
7444
+ description: The POSIX timestamp of the monitor's creation in nanoseconds.
7445
+ example: 1646318692000
7446
+ format: int64
7447
+ type: integer
7448
+ group_status:
7449
+ description: Monitor group status used when there is no `result_groups`.
7450
+ format: int32
7451
+ maximum: 2147483647
7452
+ type: integer
7453
+ groups:
7454
+ description: Groups to which the monitor belongs.
7455
+ items:
7456
+ description: A group.
7457
+ type: string
7458
+ type: array
7459
+ id:
7460
+ description: The monitor ID.
7461
+ format: int64
7462
+ type: integer
7463
+ message:
7464
+ description: The monitor message.
7465
+ type: string
7466
+ modified:
7467
+ description: The monitor's last-modified timestamp.
7468
+ format: int64
7469
+ type: integer
7470
+ name:
7471
+ description: The monitor name.
7472
+ type: string
7473
+ query:
7474
+ description: The query that triggers the alert.
7475
+ type: string
7476
+ tags:
7477
+ description: A list of tags attached to the monitor.
6920
7478
  example:
6921
7479
  - environment:test
6922
7480
  items:
@@ -8731,20 +9289,9 @@ components:
8731
9289
  - SAML_ASSERTION_ATTRIBUTES
8732
9290
  ScalarColumn:
8733
9291
  description: A single column in a scalar query response.
8734
- properties:
8735
- unit:
8736
- description: List of units.
8737
- items:
8738
- $ref: '#/components/schemas/Unit'
8739
- type: array
8740
- values:
8741
- description: Array of values for each group-by combination that results
8742
- from one formula or query.
8743
- items:
8744
- description: An individual value for a given column and group-by.
8745
- format: double
8746
- type: number
8747
- type: array
9292
+ oneOf:
9293
+ - $ref: '#/components/schemas/GroupScalarColumn'
9294
+ - $ref: '#/components/schemas/DataScalarColumn'
8748
9295
  type: object
8749
9296
  ScalarFormulaQueryRequest:
8750
9297
  description: A wrapper request around one scalar query to be executed.
@@ -8825,8 +9372,6 @@ components:
8825
9372
  items:
8826
9373
  $ref: '#/components/schemas/ScalarColumn'
8827
9374
  type: array
8828
- series:
8829
- $ref: '#/components/schemas/ScalarResponseSeriesList'
8830
9375
  type: object
8831
9376
  ScalarFormulaResponseType:
8832
9377
  default: scalar_response
@@ -8837,6 +9382,23 @@ components:
8837
9382
  type: string
8838
9383
  x-enum-varnames:
8839
9384
  - SCALAR_RESPONSE
9385
+ ScalarMeta:
9386
+ description: Metadata for the resulting numerical values.
9387
+ properties:
9388
+ unit:
9389
+ description: 'Detailed information about the unit.
9390
+
9391
+ First element describes the "primary unit" (for example, `bytes` in `bytes
9392
+ per second`).
9393
+
9394
+ The second element describes the "per unit" (for example, `second` in
9395
+ `bytes per second`).
9396
+
9397
+ If the second element is not present, the API returns null.'
9398
+ items:
9399
+ $ref: '#/components/schemas/Unit'
9400
+ type: array
9401
+ type: object
8840
9402
  ScalarQuery:
8841
9403
  description: An individual scalar query to one of the basic Datadog data sources.
8842
9404
  oneOf:
@@ -8851,12 +9413,6 @@ components:
8851
9413
  type:
8852
9414
  $ref: '#/components/schemas/ScalarFormulaResponseType'
8853
9415
  type: object
8854
- ScalarResponseSeriesList:
8855
- description: List of group-by tags for the response. Parallel array to the values
8856
- in each scalar column.
8857
- items:
8858
- $ref: '#/components/schemas/GroupTags'
8859
- type: array
8860
9416
  SecurityFilter:
8861
9417
  description: The security filter's properties.
8862
9418
  properties:
@@ -9181,6 +9737,7 @@ components:
9181
9737
  - anomaly_detection
9182
9738
  - impossible_travel
9183
9739
  - hardcoded
9740
+ - third_party
9184
9741
  type: string
9185
9742
  x-enum-varnames:
9186
9743
  - THRESHOLD
@@ -9188,6 +9745,7 @@ components:
9188
9745
  - ANOMALY_DETECTION
9189
9746
  - IMPOSSIBLE_TRAVEL
9190
9747
  - HARDCODED
9748
+ - THIRD_PARTY
9191
9749
  SecurityMonitoringRuleEvaluationWindow:
9192
9750
  description: 'A time window is specified to match when at least one of the cases
9193
9751
  matches true. This is a sliding window
@@ -9401,6 +9959,7 @@ components:
9401
9959
  - new_value
9402
9960
  - geo_data
9403
9961
  - event_count
9962
+ - none
9404
9963
  type: string
9405
9964
  x-enum-varnames:
9406
9965
  - COUNT
@@ -9410,6 +9969,7 @@ components:
9410
9969
  - NEW_VALUE
9411
9970
  - GEO_DATA
9412
9971
  - EVENT_COUNT
9972
+ - NONE
9413
9973
  SecurityMonitoringRuleResponse:
9414
9974
  description: Create a new rule.
9415
9975
  oneOf:
@@ -9785,6 +10345,10 @@ components:
9785
10345
  description: User ID of the user who created the rule.
9786
10346
  format: int64
9787
10347
  type: integer
10348
+ deprecationDate:
10349
+ description: When the rule will be deprecated, timestamp in milliseconds.
10350
+ format: int64
10351
+ type: integer
9788
10352
  filters:
9789
10353
  description: Additional queries to filter matched events before they are
9790
10354
  processed.
@@ -10154,6 +10718,10 @@ components:
10154
10718
  description: User ID of the user who created the rule.
10155
10719
  format: int64
10156
10720
  type: integer
10721
+ deprecationDate:
10722
+ description: When the rule will be deprecated, timestamp in milliseconds.
10723
+ format: int64
10724
+ type: integer
10157
10725
  filters:
10158
10726
  description: Additional queries to filter matched events before they are
10159
10727
  processed.
@@ -10564,10 +11132,11 @@ components:
10564
11132
  description:
10565
11133
  description: Description of the rule.
10566
11134
  type: string
10567
- excluded_attributes:
10568
- description: Attributes excluded from the scan.
11135
+ excluded_namespaces:
11136
+ description: Attributes excluded from the scan. If namespaces is provided,
11137
+ it has to be a sub-path of the namespaces array.
10569
11138
  example:
10570
- - username
11139
+ - admin.name
10571
11140
  items:
10572
11141
  type: string
10573
11142
  type: array
@@ -10577,6 +11146,16 @@ components:
10577
11146
  name:
10578
11147
  description: Name of the rule.
10579
11148
  type: string
11149
+ namespaces:
11150
+ description: 'Attributes included in the scan. If namespaces is empty or
11151
+ missing, all attributes except excluded_namespaces are scanned.
11152
+
11153
+ If both are missing the whole event is scanned.'
11154
+ example:
11155
+ - admin
11156
+ items:
11157
+ type: string
11158
+ type: array
10580
11159
  pattern:
10581
11160
  description: Not included if there is a relationship to a standard pattern.
10582
11161
  type: string
@@ -11452,7 +12031,15 @@ components:
11452
12031
  maximum: 2147483647
11453
12032
  type: integer
11454
12033
  unit:
11455
- description: List of units.
12034
+ description: 'Detailed information about the unit.
12035
+
12036
+ The first element describes the "primary unit" (for example, `bytes` in
12037
+ `bytes per second`).
12038
+
12039
+ The second element describes the "per unit" (for example, `second` in
12040
+ `bytes per second`).
12041
+
12042
+ If the second element is not present, the API returns null.'
11456
12043
  items:
11457
12044
  $ref: '#/components/schemas/Unit'
11458
12045
  type: array
@@ -11474,9 +12061,13 @@ components:
11474
12061
  type: array
11475
12062
  TimeseriesResponseValues:
11476
12063
  description: Array of values for an individual formula or query.
12064
+ example:
12065
+ - 1575317847.0
12066
+ - 0.5
11477
12067
  items:
11478
12068
  description: An individual value for a given time.
11479
12069
  format: double
12070
+ nullable: true
11480
12071
  type: number
11481
12072
  type: array
11482
12073
  TimeseriesResponseValuesList:
@@ -13798,16 +14389,16 @@ paths:
13798
14389
  tags:
13799
14390
  - Opsgenie Integration
13800
14391
  x-codegen-request-body-name: body
13801
- /api/v2/integrations/confluent-cloud/accounts:
14392
+ /api/v2/integrations/cloudflare/accounts:
13802
14393
  get:
13803
- description: List Confluent accounts.
13804
- operationId: ListConfluentAccount
14394
+ description: List Cloudflare accounts.
14395
+ operationId: ListCloudflareAccounts
13805
14396
  responses:
13806
14397
  '200':
13807
14398
  content:
13808
14399
  application/json:
13809
14400
  schema:
13810
- $ref: '#/components/schemas/ConfluentAccountsResponse'
14401
+ $ref: '#/components/schemas/CloudflareAccountsResponse'
13811
14402
  description: OK
13812
14403
  '400':
13813
14404
  $ref: '#/components/responses/BadRequestResponse'
@@ -13817,26 +14408,28 @@ paths:
13817
14408
  $ref: '#/components/responses/NotFoundResponse'
13818
14409
  '429':
13819
14410
  $ref: '#/components/responses/TooManyRequestsResponse'
13820
- summary: List Confluent accounts
14411
+ security:
14412
+ - apiKeyAuth: []
14413
+ appKeyAuth: []
14414
+ summary: List Cloudflare accounts
13821
14415
  tags:
13822
- - Confluent Cloud
14416
+ - Cloudflare Integration
13823
14417
  post:
13824
- description: Create a Confluent account.
13825
- operationId: CreateConfluentAccount
14418
+ description: Create a Cloudflare account.
14419
+ operationId: CreateCloudflareAccount
13826
14420
  requestBody:
13827
14421
  content:
13828
14422
  application/json:
13829
14423
  schema:
13830
- $ref: '#/components/schemas/ConfluentAccountCreateRequest'
13831
- description: Confluent payload
14424
+ $ref: '#/components/schemas/CloudflareAccountCreateRequest'
13832
14425
  required: true
13833
14426
  responses:
13834
14427
  '201':
13835
14428
  content:
13836
14429
  application/json:
13837
14430
  schema:
13838
- $ref: '#/components/schemas/ConfluentAccountResponse'
13839
- description: OK
14431
+ $ref: '#/components/schemas/CloudflareAccountResponse'
14432
+ description: CREATED
13840
14433
  '400':
13841
14434
  $ref: '#/components/responses/BadRequestResponse'
13842
14435
  '403':
@@ -13845,16 +14438,24 @@ paths:
13845
14438
  $ref: '#/components/responses/NotFoundResponse'
13846
14439
  '429':
13847
14440
  $ref: '#/components/responses/TooManyRequestsResponse'
13848
- summary: Add Confluent account
14441
+ security:
14442
+ - apiKeyAuth: []
14443
+ appKeyAuth: []
14444
+ summary: Add Cloudflare account
13849
14445
  tags:
13850
- - Confluent Cloud
14446
+ - Cloudflare Integration
13851
14447
  x-codegen-request-body-name: body
13852
- /api/v2/integrations/confluent-cloud/accounts/{account_id}:
14448
+ /api/v2/integrations/cloudflare/accounts/{account_id}:
13853
14449
  delete:
13854
- description: Delete a Confluent account with the provided account ID.
13855
- operationId: DeleteConfluentAccount
14450
+ description: Delete a Cloudflare account.
14451
+ operationId: DeleteCloudflareAccount
13856
14452
  parameters:
13857
- - $ref: '#/components/parameters/ConfluentAccountID'
14453
+ - description: None
14454
+ in: path
14455
+ name: account_id
14456
+ required: true
14457
+ schema:
14458
+ type: string
13858
14459
  responses:
13859
14460
  '204':
13860
14461
  description: OK
@@ -13866,20 +14467,28 @@ paths:
13866
14467
  $ref: '#/components/responses/NotFoundResponse'
13867
14468
  '429':
13868
14469
  $ref: '#/components/responses/TooManyRequestsResponse'
13869
- summary: Delete Confluent account
14470
+ security:
14471
+ - apiKeyAuth: []
14472
+ appKeyAuth: []
14473
+ summary: Delete Cloudflare account
13870
14474
  tags:
13871
- - Confluent Cloud
14475
+ - Cloudflare Integration
13872
14476
  get:
13873
- description: Get the Confluent account with the provided account ID.
13874
- operationId: GetConfluentAccount
14477
+ description: Get a Cloudflare account.
14478
+ operationId: GetCloudflareAccount
13875
14479
  parameters:
13876
- - $ref: '#/components/parameters/ConfluentAccountID'
14480
+ - description: None
14481
+ in: path
14482
+ name: account_id
14483
+ required: true
14484
+ schema:
14485
+ type: string
13877
14486
  responses:
13878
14487
  '200':
13879
14488
  content:
13880
14489
  application/json:
13881
14490
  schema:
13882
- $ref: '#/components/schemas/ConfluentAccountResponse'
14491
+ $ref: '#/components/schemas/CloudflareAccountResponse'
13883
14492
  description: OK
13884
14493
  '400':
13885
14494
  $ref: '#/components/responses/BadRequestResponse'
@@ -13889,27 +14498,34 @@ paths:
13889
14498
  $ref: '#/components/responses/NotFoundResponse'
13890
14499
  '429':
13891
14500
  $ref: '#/components/responses/TooManyRequestsResponse'
13892
- summary: Get Confluent account
14501
+ security:
14502
+ - apiKeyAuth: []
14503
+ appKeyAuth: []
14504
+ summary: Get Cloudflare account
13893
14505
  tags:
13894
- - Confluent Cloud
14506
+ - Cloudflare Integration
13895
14507
  patch:
13896
- description: Update the Confluent account with the provided account ID.
13897
- operationId: UpdateConfluentAccount
14508
+ description: Update a Cloudflare account.
14509
+ operationId: UpdateCloudflareAccount
13898
14510
  parameters:
13899
- - $ref: '#/components/parameters/ConfluentAccountID'
14511
+ - description: None
14512
+ in: path
14513
+ name: account_id
14514
+ required: true
14515
+ schema:
14516
+ type: string
13900
14517
  requestBody:
13901
14518
  content:
13902
14519
  application/json:
13903
14520
  schema:
13904
- $ref: '#/components/schemas/ConfluentAccountUpdateRequest'
13905
- description: Confluent payload
14521
+ $ref: '#/components/schemas/CloudflareAccountUpdateRequest'
13906
14522
  required: true
13907
14523
  responses:
13908
14524
  '200':
13909
14525
  content:
13910
14526
  application/json:
13911
14527
  schema:
13912
- $ref: '#/components/schemas/ConfluentAccountResponse'
14528
+ $ref: '#/components/schemas/CloudflareAccountResponse'
13913
14529
  description: OK
13914
14530
  '400':
13915
14531
  $ref: '#/components/responses/BadRequestResponse'
@@ -13919,23 +14535,23 @@ paths:
13919
14535
  $ref: '#/components/responses/NotFoundResponse'
13920
14536
  '429':
13921
14537
  $ref: '#/components/responses/TooManyRequestsResponse'
13922
- summary: Update Confluent account
14538
+ security:
14539
+ - apiKeyAuth: []
14540
+ appKeyAuth: []
14541
+ summary: Update Cloudflare account
13923
14542
  tags:
13924
- - Confluent Cloud
14543
+ - Cloudflare Integration
13925
14544
  x-codegen-request-body-name: body
13926
- /api/v2/integrations/confluent-cloud/accounts/{account_id}/resources:
14545
+ /api/v2/integrations/confluent-cloud/accounts:
13927
14546
  get:
13928
- description: Get a Confluent resource for the account associated with the provided
13929
- ID.
13930
- operationId: ListConfluentResource
13931
- parameters:
13932
- - $ref: '#/components/parameters/ConfluentAccountID'
14547
+ description: List Confluent accounts.
14548
+ operationId: ListConfluentAccount
13933
14549
  responses:
13934
14550
  '200':
13935
14551
  content:
13936
14552
  application/json:
13937
14553
  schema:
13938
- $ref: '#/components/schemas/ConfluentResourcesResponse'
14554
+ $ref: '#/components/schemas/ConfluentAccountsResponse'
13939
14555
  description: OK
13940
14556
  '400':
13941
14557
  $ref: '#/components/responses/BadRequestResponse'
@@ -13945,20 +14561,17 @@ paths:
13945
14561
  $ref: '#/components/responses/NotFoundResponse'
13946
14562
  '429':
13947
14563
  $ref: '#/components/responses/TooManyRequestsResponse'
13948
- summary: List Confluent Account resources
14564
+ summary: List Confluent accounts
13949
14565
  tags:
13950
14566
  - Confluent Cloud
13951
14567
  post:
13952
- description: Create a Confluent resource for the account associated with the
13953
- provided ID.
13954
- operationId: CreateConfluentResource
13955
- parameters:
13956
- - $ref: '#/components/parameters/ConfluentAccountID'
14568
+ description: Create a Confluent account.
14569
+ operationId: CreateConfluentAccount
13957
14570
  requestBody:
13958
14571
  content:
13959
14572
  application/json:
13960
14573
  schema:
13961
- $ref: '#/components/schemas/ConfluentResourceRequest'
14574
+ $ref: '#/components/schemas/ConfluentAccountCreateRequest'
13962
14575
  description: Confluent payload
13963
14576
  required: true
13964
14577
  responses:
@@ -13966,7 +14579,7 @@ paths:
13966
14579
  content:
13967
14580
  application/json:
13968
14581
  schema:
13969
- $ref: '#/components/schemas/ConfluentResourceResponse'
14582
+ $ref: '#/components/schemas/ConfluentAccountResponse'
13970
14583
  description: OK
13971
14584
  '400':
13972
14585
  $ref: '#/components/responses/BadRequestResponse'
@@ -13976,18 +14589,149 @@ paths:
13976
14589
  $ref: '#/components/responses/NotFoundResponse'
13977
14590
  '429':
13978
14591
  $ref: '#/components/responses/TooManyRequestsResponse'
13979
- summary: Add resource to Confluent account
14592
+ summary: Add Confluent account
13980
14593
  tags:
13981
14594
  - Confluent Cloud
13982
14595
  x-codegen-request-body-name: body
13983
- /api/v2/integrations/confluent-cloud/accounts/{account_id}/resources/{resource_id}:
14596
+ /api/v2/integrations/confluent-cloud/accounts/{account_id}:
13984
14597
  delete:
13985
- description: Delete a Confluent resource with the provided resource id for the
13986
- account associated with the provided account ID.
13987
- operationId: DeleteConfluentResource
14598
+ description: Delete a Confluent account with the provided account ID.
14599
+ operationId: DeleteConfluentAccount
13988
14600
  parameters:
13989
14601
  - $ref: '#/components/parameters/ConfluentAccountID'
13990
- - $ref: '#/components/parameters/ConfluentResourceID'
14602
+ responses:
14603
+ '204':
14604
+ description: OK
14605
+ '400':
14606
+ $ref: '#/components/responses/BadRequestResponse'
14607
+ '403':
14608
+ $ref: '#/components/responses/ForbiddenResponse'
14609
+ '404':
14610
+ $ref: '#/components/responses/NotFoundResponse'
14611
+ '429':
14612
+ $ref: '#/components/responses/TooManyRequestsResponse'
14613
+ summary: Delete Confluent account
14614
+ tags:
14615
+ - Confluent Cloud
14616
+ get:
14617
+ description: Get the Confluent account with the provided account ID.
14618
+ operationId: GetConfluentAccount
14619
+ parameters:
14620
+ - $ref: '#/components/parameters/ConfluentAccountID'
14621
+ responses:
14622
+ '200':
14623
+ content:
14624
+ application/json:
14625
+ schema:
14626
+ $ref: '#/components/schemas/ConfluentAccountResponse'
14627
+ description: OK
14628
+ '400':
14629
+ $ref: '#/components/responses/BadRequestResponse'
14630
+ '403':
14631
+ $ref: '#/components/responses/ForbiddenResponse'
14632
+ '404':
14633
+ $ref: '#/components/responses/NotFoundResponse'
14634
+ '429':
14635
+ $ref: '#/components/responses/TooManyRequestsResponse'
14636
+ summary: Get Confluent account
14637
+ tags:
14638
+ - Confluent Cloud
14639
+ patch:
14640
+ description: Update the Confluent account with the provided account ID.
14641
+ operationId: UpdateConfluentAccount
14642
+ parameters:
14643
+ - $ref: '#/components/parameters/ConfluentAccountID'
14644
+ requestBody:
14645
+ content:
14646
+ application/json:
14647
+ schema:
14648
+ $ref: '#/components/schemas/ConfluentAccountUpdateRequest'
14649
+ description: Confluent payload
14650
+ required: true
14651
+ responses:
14652
+ '200':
14653
+ content:
14654
+ application/json:
14655
+ schema:
14656
+ $ref: '#/components/schemas/ConfluentAccountResponse'
14657
+ description: OK
14658
+ '400':
14659
+ $ref: '#/components/responses/BadRequestResponse'
14660
+ '403':
14661
+ $ref: '#/components/responses/ForbiddenResponse'
14662
+ '404':
14663
+ $ref: '#/components/responses/NotFoundResponse'
14664
+ '429':
14665
+ $ref: '#/components/responses/TooManyRequestsResponse'
14666
+ summary: Update Confluent account
14667
+ tags:
14668
+ - Confluent Cloud
14669
+ x-codegen-request-body-name: body
14670
+ /api/v2/integrations/confluent-cloud/accounts/{account_id}/resources:
14671
+ get:
14672
+ description: Get a Confluent resource for the account associated with the provided
14673
+ ID.
14674
+ operationId: ListConfluentResource
14675
+ parameters:
14676
+ - $ref: '#/components/parameters/ConfluentAccountID'
14677
+ responses:
14678
+ '200':
14679
+ content:
14680
+ application/json:
14681
+ schema:
14682
+ $ref: '#/components/schemas/ConfluentResourcesResponse'
14683
+ description: OK
14684
+ '400':
14685
+ $ref: '#/components/responses/BadRequestResponse'
14686
+ '403':
14687
+ $ref: '#/components/responses/ForbiddenResponse'
14688
+ '404':
14689
+ $ref: '#/components/responses/NotFoundResponse'
14690
+ '429':
14691
+ $ref: '#/components/responses/TooManyRequestsResponse'
14692
+ summary: List Confluent Account resources
14693
+ tags:
14694
+ - Confluent Cloud
14695
+ post:
14696
+ description: Create a Confluent resource for the account associated with the
14697
+ provided ID.
14698
+ operationId: CreateConfluentResource
14699
+ parameters:
14700
+ - $ref: '#/components/parameters/ConfluentAccountID'
14701
+ requestBody:
14702
+ content:
14703
+ application/json:
14704
+ schema:
14705
+ $ref: '#/components/schemas/ConfluentResourceRequest'
14706
+ description: Confluent payload
14707
+ required: true
14708
+ responses:
14709
+ '201':
14710
+ content:
14711
+ application/json:
14712
+ schema:
14713
+ $ref: '#/components/schemas/ConfluentResourceResponse'
14714
+ description: OK
14715
+ '400':
14716
+ $ref: '#/components/responses/BadRequestResponse'
14717
+ '403':
14718
+ $ref: '#/components/responses/ForbiddenResponse'
14719
+ '404':
14720
+ $ref: '#/components/responses/NotFoundResponse'
14721
+ '429':
14722
+ $ref: '#/components/responses/TooManyRequestsResponse'
14723
+ summary: Add resource to Confluent account
14724
+ tags:
14725
+ - Confluent Cloud
14726
+ x-codegen-request-body-name: body
14727
+ /api/v2/integrations/confluent-cloud/accounts/{account_id}/resources/{resource_id}:
14728
+ delete:
14729
+ description: Delete a Confluent resource with the provided resource id for the
14730
+ account associated with the provided account ID.
14731
+ operationId: DeleteConfluentResource
14732
+ parameters:
14733
+ - $ref: '#/components/parameters/ConfluentAccountID'
14734
+ - $ref: '#/components/parameters/ConfluentResourceID'
13991
14735
  responses:
13992
14736
  '204':
13993
14737
  description: OK
@@ -14001,20 +14745,303 @@ paths:
14001
14745
  $ref: '#/components/responses/TooManyRequestsResponse'
14002
14746
  summary: Delete resource from Confluent account
14003
14747
  tags:
14004
- - Confluent Cloud
14748
+ - Confluent Cloud
14749
+ get:
14750
+ description: Get a Confluent resource with the provided resource id for the
14751
+ account associated with the provided account ID.
14752
+ operationId: GetConfluentResource
14753
+ parameters:
14754
+ - $ref: '#/components/parameters/ConfluentAccountID'
14755
+ - $ref: '#/components/parameters/ConfluentResourceID'
14756
+ responses:
14757
+ '200':
14758
+ content:
14759
+ application/json:
14760
+ schema:
14761
+ $ref: '#/components/schemas/ConfluentResourceResponse'
14762
+ description: OK
14763
+ '400':
14764
+ $ref: '#/components/responses/BadRequestResponse'
14765
+ '403':
14766
+ $ref: '#/components/responses/ForbiddenResponse'
14767
+ '404':
14768
+ $ref: '#/components/responses/NotFoundResponse'
14769
+ '429':
14770
+ $ref: '#/components/responses/TooManyRequestsResponse'
14771
+ summary: Get resource from Confluent account
14772
+ tags:
14773
+ - Confluent Cloud
14774
+ patch:
14775
+ description: Update a Confluent resource with the provided resource id for the
14776
+ account associated with the provided account ID.
14777
+ operationId: UpdateConfluentResource
14778
+ parameters:
14779
+ - $ref: '#/components/parameters/ConfluentAccountID'
14780
+ - $ref: '#/components/parameters/ConfluentResourceID'
14781
+ requestBody:
14782
+ content:
14783
+ application/json:
14784
+ schema:
14785
+ $ref: '#/components/schemas/ConfluentResourceRequest'
14786
+ description: Confluent payload
14787
+ required: true
14788
+ responses:
14789
+ '200':
14790
+ content:
14791
+ application/json:
14792
+ schema:
14793
+ $ref: '#/components/schemas/ConfluentResourceResponse'
14794
+ description: OK
14795
+ '400':
14796
+ $ref: '#/components/responses/BadRequestResponse'
14797
+ '403':
14798
+ $ref: '#/components/responses/ForbiddenResponse'
14799
+ '404':
14800
+ $ref: '#/components/responses/NotFoundResponse'
14801
+ '429':
14802
+ $ref: '#/components/responses/TooManyRequestsResponse'
14803
+ summary: Update resource in Confluent account
14804
+ tags:
14805
+ - Confluent Cloud
14806
+ x-codegen-request-body-name: body
14807
+ x-permission:
14808
+ operator: OR
14809
+ permissions:
14810
+ - STANDARD
14811
+ /api/v2/integrations/fastly/accounts:
14812
+ get:
14813
+ description: List Fastly accounts.
14814
+ operationId: ListFastlyAccounts
14815
+ responses:
14816
+ '200':
14817
+ content:
14818
+ application/json:
14819
+ schema:
14820
+ $ref: '#/components/schemas/FastlyAccountsResponse'
14821
+ description: OK
14822
+ '400':
14823
+ $ref: '#/components/responses/BadRequestResponse'
14824
+ '403':
14825
+ $ref: '#/components/responses/ForbiddenResponse'
14826
+ '404':
14827
+ $ref: '#/components/responses/NotFoundResponse'
14828
+ '429':
14829
+ $ref: '#/components/responses/TooManyRequestsResponse'
14830
+ security:
14831
+ - apiKeyAuth: []
14832
+ appKeyAuth: []
14833
+ summary: List Fastly accounts
14834
+ tags:
14835
+ - Fastly Integration
14836
+ post:
14837
+ description: Create a Fastly account.
14838
+ operationId: CreateFastlyAccount
14839
+ requestBody:
14840
+ content:
14841
+ application/json:
14842
+ schema:
14843
+ $ref: '#/components/schemas/FastlyAccountCreateRequest'
14844
+ required: true
14845
+ responses:
14846
+ '201':
14847
+ content:
14848
+ application/json:
14849
+ schema:
14850
+ $ref: '#/components/schemas/FastlyAccountResponse'
14851
+ description: CREATED
14852
+ '400':
14853
+ $ref: '#/components/responses/BadRequestResponse'
14854
+ '403':
14855
+ $ref: '#/components/responses/ForbiddenResponse'
14856
+ '404':
14857
+ $ref: '#/components/responses/NotFoundResponse'
14858
+ '429':
14859
+ $ref: '#/components/responses/TooManyRequestsResponse'
14860
+ security:
14861
+ - apiKeyAuth: []
14862
+ appKeyAuth: []
14863
+ summary: Add Fastly account
14864
+ tags:
14865
+ - Fastly Integration
14866
+ x-codegen-request-body-name: body
14867
+ /api/v2/integrations/fastly/accounts/{account_id}:
14868
+ delete:
14869
+ description: Delete a Fastly account.
14870
+ operationId: DeleteFastlyAccount
14871
+ parameters:
14872
+ - $ref: '#/components/parameters/FastlyAccountID'
14873
+ responses:
14874
+ '204':
14875
+ description: OK
14876
+ '400':
14877
+ $ref: '#/components/responses/BadRequestResponse'
14878
+ '403':
14879
+ $ref: '#/components/responses/ForbiddenResponse'
14880
+ '404':
14881
+ $ref: '#/components/responses/NotFoundResponse'
14882
+ '429':
14883
+ $ref: '#/components/responses/TooManyRequestsResponse'
14884
+ security:
14885
+ - apiKeyAuth: []
14886
+ appKeyAuth: []
14887
+ summary: Delete Fastly account
14888
+ tags:
14889
+ - Fastly Integration
14890
+ get:
14891
+ description: Get a Fastly account.
14892
+ operationId: GetFastlyAccount
14893
+ parameters:
14894
+ - $ref: '#/components/parameters/FastlyAccountID'
14895
+ responses:
14896
+ '200':
14897
+ content:
14898
+ application/json:
14899
+ schema:
14900
+ $ref: '#/components/schemas/FastlyAccountResponse'
14901
+ description: OK
14902
+ '400':
14903
+ $ref: '#/components/responses/BadRequestResponse'
14904
+ '403':
14905
+ $ref: '#/components/responses/ForbiddenResponse'
14906
+ '404':
14907
+ $ref: '#/components/responses/NotFoundResponse'
14908
+ '429':
14909
+ $ref: '#/components/responses/TooManyRequestsResponse'
14910
+ security:
14911
+ - apiKeyAuth: []
14912
+ appKeyAuth: []
14913
+ summary: Get Fastly account
14914
+ tags:
14915
+ - Fastly Integration
14916
+ patch:
14917
+ description: Update a Fastly account.
14918
+ operationId: UpdateFastlyAccount
14919
+ parameters:
14920
+ - $ref: '#/components/parameters/FastlyAccountID'
14921
+ requestBody:
14922
+ content:
14923
+ application/json:
14924
+ schema:
14925
+ $ref: '#/components/schemas/FastlyAccountUpdateRequest'
14926
+ required: true
14927
+ responses:
14928
+ '200':
14929
+ content:
14930
+ application/json:
14931
+ schema:
14932
+ $ref: '#/components/schemas/FastlyAccountResponse'
14933
+ description: OK
14934
+ '400':
14935
+ $ref: '#/components/responses/BadRequestResponse'
14936
+ '403':
14937
+ $ref: '#/components/responses/ForbiddenResponse'
14938
+ '404':
14939
+ $ref: '#/components/responses/NotFoundResponse'
14940
+ '429':
14941
+ $ref: '#/components/responses/TooManyRequestsResponse'
14942
+ security:
14943
+ - apiKeyAuth: []
14944
+ appKeyAuth: []
14945
+ summary: Update Fastly account
14946
+ tags:
14947
+ - Fastly Integration
14948
+ x-codegen-request-body-name: body
14949
+ /api/v2/integrations/fastly/accounts/{account_id}/services:
14950
+ get:
14951
+ description: List Fastly services for an account.
14952
+ operationId: ListFastlyServices
14953
+ parameters:
14954
+ - $ref: '#/components/parameters/FastlyAccountID'
14955
+ responses:
14956
+ '200':
14957
+ content:
14958
+ application/json:
14959
+ schema:
14960
+ $ref: '#/components/schemas/FastlyServicesResponse'
14961
+ description: OK
14962
+ '400':
14963
+ $ref: '#/components/responses/BadRequestResponse'
14964
+ '403':
14965
+ $ref: '#/components/responses/ForbiddenResponse'
14966
+ '404':
14967
+ $ref: '#/components/responses/NotFoundResponse'
14968
+ '429':
14969
+ $ref: '#/components/responses/TooManyRequestsResponse'
14970
+ security:
14971
+ - apiKeyAuth: []
14972
+ appKeyAuth: []
14973
+ summary: List Fastly services
14974
+ tags:
14975
+ - Fastly Integration
14976
+ post:
14977
+ description: Create a Fastly service for an account.
14978
+ operationId: CreateFastlyService
14979
+ parameters:
14980
+ - $ref: '#/components/parameters/FastlyAccountID'
14981
+ requestBody:
14982
+ content:
14983
+ application/json:
14984
+ schema:
14985
+ $ref: '#/components/schemas/FastlyServiceRequest'
14986
+ required: true
14987
+ responses:
14988
+ '201':
14989
+ content:
14990
+ application/json:
14991
+ schema:
14992
+ $ref: '#/components/schemas/FastlyServiceResponse'
14993
+ description: CREATED
14994
+ '400':
14995
+ $ref: '#/components/responses/BadRequestResponse'
14996
+ '403':
14997
+ $ref: '#/components/responses/ForbiddenResponse'
14998
+ '404':
14999
+ $ref: '#/components/responses/NotFoundResponse'
15000
+ '429':
15001
+ $ref: '#/components/responses/TooManyRequestsResponse'
15002
+ security:
15003
+ - apiKeyAuth: []
15004
+ appKeyAuth: []
15005
+ summary: Add Fastly service
15006
+ tags:
15007
+ - Fastly Integration
15008
+ x-codegen-request-body-name: body
15009
+ /api/v2/integrations/fastly/accounts/{account_id}/services/{service_id}:
15010
+ delete:
15011
+ description: Delete a Fastly service for an account.
15012
+ operationId: DeleteFastlyService
15013
+ parameters:
15014
+ - $ref: '#/components/parameters/FastlyAccountID'
15015
+ - $ref: '#/components/parameters/FastlyServiceID'
15016
+ responses:
15017
+ '204':
15018
+ description: OK
15019
+ '400':
15020
+ $ref: '#/components/responses/BadRequestResponse'
15021
+ '403':
15022
+ $ref: '#/components/responses/ForbiddenResponse'
15023
+ '404':
15024
+ $ref: '#/components/responses/NotFoundResponse'
15025
+ '429':
15026
+ $ref: '#/components/responses/TooManyRequestsResponse'
15027
+ security:
15028
+ - apiKeyAuth: []
15029
+ appKeyAuth: []
15030
+ summary: Delete Fastly service
15031
+ tags:
15032
+ - Fastly Integration
14005
15033
  get:
14006
- description: Get a Confluent resource with the provided resource id for the
14007
- account associated with the provided account ID.
14008
- operationId: GetConfluentResource
15034
+ description: Get a Fastly service for an account.
15035
+ operationId: GetFastlyService
14009
15036
  parameters:
14010
- - $ref: '#/components/parameters/ConfluentAccountID'
14011
- - $ref: '#/components/parameters/ConfluentResourceID'
15037
+ - $ref: '#/components/parameters/FastlyAccountID'
15038
+ - $ref: '#/components/parameters/FastlyServiceID'
14012
15039
  responses:
14013
15040
  '200':
14014
15041
  content:
14015
15042
  application/json:
14016
15043
  schema:
14017
- $ref: '#/components/schemas/ConfluentResourceResponse'
15044
+ $ref: '#/components/schemas/FastlyServiceResponse'
14018
15045
  description: OK
14019
15046
  '400':
14020
15047
  $ref: '#/components/responses/BadRequestResponse'
@@ -14024,29 +15051,30 @@ paths:
14024
15051
  $ref: '#/components/responses/NotFoundResponse'
14025
15052
  '429':
14026
15053
  $ref: '#/components/responses/TooManyRequestsResponse'
14027
- summary: Get resource from Confluent account
15054
+ security:
15055
+ - apiKeyAuth: []
15056
+ appKeyAuth: []
15057
+ summary: Get Fastly service
14028
15058
  tags:
14029
- - Confluent Cloud
15059
+ - Fastly Integration
14030
15060
  patch:
14031
- description: Update a Confluent resource with the provided resource id for the
14032
- account associated with the provided account ID.
14033
- operationId: UpdateConfluentResource
15061
+ description: Update a Fastly service for an account.
15062
+ operationId: UpdateFastlyService
14034
15063
  parameters:
14035
- - $ref: '#/components/parameters/ConfluentAccountID'
14036
- - $ref: '#/components/parameters/ConfluentResourceID'
15064
+ - $ref: '#/components/parameters/FastlyAccountID'
15065
+ - $ref: '#/components/parameters/FastlyServiceID'
14037
15066
  requestBody:
14038
15067
  content:
14039
15068
  application/json:
14040
15069
  schema:
14041
- $ref: '#/components/schemas/ConfluentResourceRequest'
14042
- description: Confluent payload
15070
+ $ref: '#/components/schemas/FastlyServiceRequest'
14043
15071
  required: true
14044
15072
  responses:
14045
15073
  '200':
14046
15074
  content:
14047
15075
  application/json:
14048
15076
  schema:
14049
- $ref: '#/components/schemas/ConfluentResourceResponse'
15077
+ $ref: '#/components/schemas/FastlyServiceResponse'
14050
15078
  description: OK
14051
15079
  '400':
14052
15080
  $ref: '#/components/responses/BadRequestResponse'
@@ -14056,14 +15084,13 @@ paths:
14056
15084
  $ref: '#/components/responses/NotFoundResponse'
14057
15085
  '429':
14058
15086
  $ref: '#/components/responses/TooManyRequestsResponse'
14059
- summary: Update resource in Confluent account
15087
+ security:
15088
+ - apiKeyAuth: []
15089
+ appKeyAuth: []
15090
+ summary: Update Fastly service
14060
15091
  tags:
14061
- - Confluent Cloud
15092
+ - Fastly Integration
14062
15093
  x-codegen-request-body-name: body
14063
- x-permission:
14064
- operator: OR
14065
- permissions:
14066
- - STANDARD
14067
15094
  /api/v2/logs:
14068
15095
  post:
14069
15096
  description: 'Send your logs to your Datadog platform over HTTP. Limits per
@@ -15621,6 +16648,210 @@ paths:
15621
16648
  summary: List distinct metric volumes by metric name
15622
16649
  tags:
15623
16650
  - Metrics
16651
+ /api/v2/monitor/policy:
16652
+ get:
16653
+ description: Get all monitor configuration policies.
16654
+ operationId: ListMonitorConfigPolicies
16655
+ responses:
16656
+ '200':
16657
+ content:
16658
+ application/json:
16659
+ schema:
16660
+ $ref: '#/components/schemas/MonitorConfigPolicyListResponse'
16661
+ description: OK
16662
+ '403':
16663
+ content:
16664
+ application/json:
16665
+ schema:
16666
+ $ref: '#/components/schemas/APIErrorResponse'
16667
+ description: Forbidden
16668
+ '429':
16669
+ $ref: '#/components/responses/TooManyRequestsResponse'
16670
+ security:
16671
+ - apiKeyAuth: []
16672
+ appKeyAuth: []
16673
+ - AuthZ:
16674
+ - monitors_read
16675
+ summary: Get all monitor configuration policies
16676
+ tags:
16677
+ - Monitors
16678
+ post:
16679
+ description: Create a monitor configuration policy.
16680
+ operationId: CreateMonitorConfigPolicy
16681
+ requestBody:
16682
+ content:
16683
+ application/json:
16684
+ schema:
16685
+ $ref: '#/components/schemas/MonitorConfigPolicyCreateRequest'
16686
+ description: Create a monitor configuration policy request body.
16687
+ required: true
16688
+ responses:
16689
+ '200':
16690
+ content:
16691
+ application/json:
16692
+ schema:
16693
+ $ref: '#/components/schemas/MonitorConfigPolicyResponse'
16694
+ description: OK
16695
+ '400':
16696
+ content:
16697
+ application/json:
16698
+ schema:
16699
+ $ref: '#/components/schemas/APIErrorResponse'
16700
+ description: Bad Request
16701
+ '403':
16702
+ content:
16703
+ application/json:
16704
+ schema:
16705
+ $ref: '#/components/schemas/APIErrorResponse'
16706
+ description: Forbidden
16707
+ '429':
16708
+ $ref: '#/components/responses/TooManyRequestsResponse'
16709
+ security:
16710
+ - apiKeyAuth: []
16711
+ appKeyAuth: []
16712
+ - AuthZ:
16713
+ - monitors_configuration_policy_write
16714
+ summary: Create a monitor configuration policy
16715
+ tags:
16716
+ - Monitors
16717
+ x-codegen-request-body-name: body
16718
+ /api/v2/monitor/policy/{policy_id}:
16719
+ delete:
16720
+ description: Delete a monitor configuration policy.
16721
+ operationId: DeleteMonitorConfigPolicy
16722
+ parameters:
16723
+ - description: ID of the monitor configuration policy.
16724
+ in: path
16725
+ name: policy_id
16726
+ required: true
16727
+ schema:
16728
+ example: 00000000-0000-1234-0000-000000000000
16729
+ type: string
16730
+ responses:
16731
+ '204':
16732
+ description: OK
16733
+ '400':
16734
+ content:
16735
+ application/json:
16736
+ schema:
16737
+ $ref: '#/components/schemas/APIErrorResponse'
16738
+ description: Bad Request
16739
+ '403':
16740
+ content:
16741
+ application/json:
16742
+ schema:
16743
+ $ref: '#/components/schemas/APIErrorResponse'
16744
+ description: Forbidden
16745
+ '404':
16746
+ content:
16747
+ application/json:
16748
+ schema:
16749
+ $ref: '#/components/schemas/APIErrorResponse'
16750
+ description: Not Found
16751
+ '429':
16752
+ $ref: '#/components/responses/TooManyRequestsResponse'
16753
+ security:
16754
+ - apiKeyAuth: []
16755
+ appKeyAuth: []
16756
+ - AuthZ:
16757
+ - monitors_configuration_policy_write
16758
+ summary: Delete a monitor configuration policy
16759
+ tags:
16760
+ - Monitors
16761
+ get:
16762
+ description: Get a monitor configuration policy by `policy_id`.
16763
+ operationId: GetMonitorConfigPolicy
16764
+ parameters:
16765
+ - description: ID of the monitor configuration policy.
16766
+ in: path
16767
+ name: policy_id
16768
+ required: true
16769
+ schema:
16770
+ example: 00000000-0000-1234-0000-000000000000
16771
+ type: string
16772
+ responses:
16773
+ '200':
16774
+ content:
16775
+ application/json:
16776
+ schema:
16777
+ $ref: '#/components/schemas/MonitorConfigPolicyResponse'
16778
+ description: OK
16779
+ '403':
16780
+ content:
16781
+ application/json:
16782
+ schema:
16783
+ $ref: '#/components/schemas/APIErrorResponse'
16784
+ description: Forbidden
16785
+ '404':
16786
+ content:
16787
+ application/json:
16788
+ schema:
16789
+ $ref: '#/components/schemas/APIErrorResponse'
16790
+ description: Not Found
16791
+ '429':
16792
+ $ref: '#/components/responses/TooManyRequestsResponse'
16793
+ security:
16794
+ - apiKeyAuth: []
16795
+ appKeyAuth: []
16796
+ - AuthZ:
16797
+ - monitors_read
16798
+ summary: Get a monitor configuration policy
16799
+ tags:
16800
+ - Monitors
16801
+ patch:
16802
+ description: Edit a monitor configuration policy.
16803
+ operationId: UpdateMonitorConfigPolicy
16804
+ parameters:
16805
+ - description: ID of the monitor configuration policy.
16806
+ in: path
16807
+ name: policy_id
16808
+ required: true
16809
+ schema:
16810
+ example: 00000000-0000-1234-0000-000000000000
16811
+ type: string
16812
+ requestBody:
16813
+ content:
16814
+ application/json:
16815
+ schema:
16816
+ $ref: '#/components/schemas/MonitorConfigPolicyEditRequest'
16817
+ description: Description of the update.
16818
+ required: true
16819
+ responses:
16820
+ '200':
16821
+ content:
16822
+ application/json:
16823
+ schema:
16824
+ $ref: '#/components/schemas/MonitorConfigPolicyResponse'
16825
+ description: OK
16826
+ '403':
16827
+ content:
16828
+ application/json:
16829
+ schema:
16830
+ $ref: '#/components/schemas/APIErrorResponse'
16831
+ description: Forbidden
16832
+ '404':
16833
+ content:
16834
+ application/json:
16835
+ schema:
16836
+ $ref: '#/components/schemas/APIErrorResponse'
16837
+ description: Not Found
16838
+ '422':
16839
+ content:
16840
+ application/json:
16841
+ schema:
16842
+ $ref: '#/components/schemas/APIErrorResponse'
16843
+ description: Unprocessable Entity
16844
+ '429':
16845
+ $ref: '#/components/responses/TooManyRequestsResponse'
16846
+ security:
16847
+ - apiKeyAuth: []
16848
+ appKeyAuth: []
16849
+ - AuthZ:
16850
+ - monitors_configuration_policy_write
16851
+ summary: Edit a monitor configuration policy
16852
+ tags:
16853
+ - Monitors
16854
+ x-codegen-request-body-name: body
15624
16855
  /api/v2/permissions:
15625
16856
  get:
15626
16857
  description: Returns a list of all permissions, including name, description,
@@ -15751,8 +16982,10 @@ paths:
15751
16982
  resultsPath: data
15752
16983
  /api/v2/query/scalar:
15753
16984
  post:
15754
- description: 'The internal endpoint to query scalar/table data for multiple
15755
- data sources and
16985
+ description: 'Query scalar values (as seen on Query Value, Table and Toplist
16986
+ widgets).
16987
+
16988
+ Multiple data sources are supported with the ability to
15756
16989
 
15757
16990
  process the data using formulas and functions.'
15758
16991
  operationId: QueryScalarData
@@ -15777,7 +17010,7 @@ paths:
15777
17010
  $ref: '#/components/responses/ForbiddenResponse'
15778
17011
  '429':
15779
17012
  $ref: '#/components/responses/TooManyRequestsResponse'
15780
- summary: Scalar cross product query
17013
+ summary: Query scalar data across multiple products
15781
17014
  tags:
15782
17015
  - Metrics
15783
17016
  x-codegen-request-body-name: body
@@ -15789,8 +17022,7 @@ paths:
15789
17022
  contact [Datadog support](https://docs.datadoghq.com/help/).'
15790
17023
  /api/v2/query/timeseries:
15791
17024
  post:
15792
- description: 'The internal endpoint to query timeseries data for multiple data
15793
- sources and
17025
+ description: 'Query timeseries data across various data sources and
15794
17026
 
15795
17027
  process the data by applying formulas and functions.'
15796
17028
  operationId: QueryTimeseriesData
@@ -15815,7 +17047,7 @@ paths:
15815
17047
  $ref: '#/components/responses/ForbiddenResponse'
15816
17048
  '429':
15817
17049
  $ref: '#/components/responses/TooManyRequestsResponse'
15818
- summary: Timeseries cross product query
17050
+ summary: Query timeseries data across multiple products
15819
17051
  tags:
15820
17052
  - Metrics
15821
17053
  x-codegen-request-body-name: body
@@ -17858,7 +19090,7 @@ paths:
17858
19090
  $ref: '#/components/responses/TooManyRequestsResponse'
17859
19091
  summary: Create a service account
17860
19092
  tags:
17861
- - Users
19093
+ - Service Accounts
17862
19094
  x-codegen-request-body-name: body
17863
19095
  /api/v2/service_accounts/{service_account_id}/application_keys:
17864
19096
  get:
@@ -19458,6 +20690,9 @@ tags:
19458
20690
  - description: Workload activity security rules for generating events using the Datadog
19459
20691
  security Agent.
19460
20692
  name: Cloud Workload Security
20693
+ - description: Configure your Datadog Cloudflare integration directly through the
20694
+ Datadog API.
20695
+ name: Cloudflare Integration
19461
20696
  - description: Configure your Datadog Confluent Cloud integration directly through
19462
20697
  the Datadog API.
19463
20698
  name: Confluent Cloud
@@ -19477,6 +20712,9 @@ tags:
19477
20712
 
19478
20713
  first 4000 characters are displayed.'
19479
20714
  name: Events
20715
+ - description: Configure your Datadog Fastly integration directly through the Datadog
20716
+ API.
20717
+ name: Fastly Integration
19480
20718
  - description: Create, update, delete, and retrieve services which can be associated
19481
20719
  with incidents.
19482
20720
  name: Incident Services
@@ -19524,6 +20762,20 @@ tags:
19524
20762
  `manage_tags` API methods can only be performed by\na user who has the `Manage
19525
20763
  Tags for Metrics` permission."
19526
20764
  name: Metrics
20765
+ - description: '[Monitors](https://docs.datadoghq.com/monitors) allow you to watch
20766
+ a metric or check that you care about and
20767
+
20768
+ notifies your team when a defined threshold has exceeded.
20769
+
20770
+
20771
+ For more information, see [Creating Monitors](https://docs.datadoghq.com/monitors/create/types/)
20772
+ and
20773
+
20774
+ [Tag Policies](https://docs.datadoghq.com/monitors/settings/).'
20775
+ externalDocs:
20776
+ description: Find out more at
20777
+ url: https://docs.datadoghq.com/monitors/create/types/
20778
+ name: Monitors
19527
20779
  - description: 'Configure your [Datadog Opsgenie integration](https://docs.datadoghq.com/integrations/opsgenie/)
19528
20780
 
19529
20781
  directly through the Datadog API.'