@@ -22722,6 +22722,7 @@ components:
2272222722 authorizationCode:
2272322723 authorizationUrl: /oauth2/v1/authorize
2272422724 scopes:
22725+ apm_read: Read and query APM and Trace Analytics.
2272522726 apm_service_catalog_read: View service catalog and service definitions.
2272622727 apm_service_catalog_write: Add, modify, and delete service catalog definitions
2272722728 when those definitions are maintained by Datadog.
@@ -22732,6 +22733,8 @@ components:
2273222733 access to the cloud cost data source in dashboards and notebooks.
2273322734 cloud_cost_management_write: Configure cloud cost accounts and global
2273422735 customizations.
22736+ continuous_profiler_pgo_read: Read and query Continuous Profiler data
22737+ for Profile-Guided Optimization (PGO).
2273522738 create_webhooks: Create webhooks integrations.
2273622739 dashboards_public_share: Generate public and authenticated links to share
2273722740 dashboards or embeddable graphs externally.
@@ -22751,6 +22754,11 @@ components:
2275122754 is not required to set downtimes.
2275222755 monitors_read: View monitors.
2275322756 monitors_write: Edit and delete individual monitors.
22757+ org_management: Edit org configurations, including authentication and
22758+ certain security preferences such as configuring SAML, renaming an org,
22759+ configuring allowed login methods, creating child orgs, subscribing
22760+ & unsubscribing from apps in the marketplace, and enabling & disabling
22761+ Remote Configuration for the entire organization.
2275422762 security_monitoring_filters_read: Read Security Filters.
2275522763 security_monitoring_filters_write: Create, edit, and delete Security Filters.
2275622764 security_monitoring_findings_read: View CSPM Findings.
@@ -27988,6 +27996,11 @@ paths:
2798827996 $ref: '#/components/responses/NotFoundResponse'
2798927997 '429':
2799027998 $ref: '#/components/responses/TooManyRequestsResponse'
27999+ security:
28000+ - apiKeyAuth: []
28001+ appKeyAuth: []
28002+ - AuthZ:
28003+ - org_management
2799128004 summary: Get IP Allowlist
2799228005 tags:
2799328006 - IP Allowlist
@@ -28015,6 +28028,11 @@ paths:
2801528028 $ref: '#/components/responses/NotFoundResponse'
2801628029 '429':
2801728030 $ref: '#/components/responses/TooManyRequestsResponse'
28031+ security:
28032+ - apiKeyAuth: []
28033+ appKeyAuth: []
28034+ - AuthZ:
28035+ - org_management
2801828036 summary: Update IP Allowlist
2801928037 tags:
2802028038 - IP Allowlist
@@ -34016,6 +34034,11 @@ paths:
3401634034 $ref: '#/components/responses/ForbiddenResponse'
3401734035 '429':
3401834036 $ref: '#/components/responses/TooManyRequestsResponse'
34037+ security:
34038+ - apiKeyAuth: []
34039+ appKeyAuth: []
34040+ - AuthZ:
34041+ - apm_read
3401934042 summary: Aggregate spans
3402034043 tags:
3402134044 - Spans
0 commit comments