Skip to content

Commit

Permalink
Regenerate client from commit a0889f58 of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Nov 14, 2022
1 parent 78131d9 commit 7204ad9
Show file tree
Hide file tree
Showing 96 changed files with 5,078 additions and 1,714 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.4",
"regenerated": "2022-11-09 16:22:58.929339",
"spec_repo_commit": "a896c6f6"
"regenerated": "2022-11-14 15:19:57.556179",
"spec_repo_commit": "a0889f58"
},
"v2": {
"apigentools_version": "1.6.4",
"regenerated": "2022-11-09 16:22:58.941427",
"spec_repo_commit": "a896c6f6"
"regenerated": "2022-11-14 15:19:57.573455",
"spec_repo_commit": "a0889f58"
}
}
}
158 changes: 3 additions & 155 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3661,7 +3661,6 @@ components:
- api_usage
- apm_fargate_usage
- apm_host_usage
- appsec_fargate_usage
- appsec_usage
- browser_usage
- container_usage
Expand Down Expand Up @@ -3690,7 +3689,6 @@ components:
- API_USAGE
- APM_FARGATE_USAGE
- APM_HOST_USAGE
- APPSEC_FARGATE_USAGE
- APPSEC_USAGE
- BROWSER_USAGE
- CONTAINER_USAGE
Expand Down Expand Up @@ -6342,8 +6340,6 @@ components:
to `false` for sparse metrics,\notherwise some evaluations are skipped.
Default is false."
type: boolean
scheduling_options:
$ref: '#/components/schemas/MonitorOptionsSchedulingOptions'
silenced:
additionalProperties:
description: UTC epoch timestamp in seconds when the downtime for the
Expand Down Expand Up @@ -6395,39 +6391,6 @@ components:
type: string
readOnly: true
type: object
MonitorOptionsSchedulingOptions:
description: Configuration options for scheduling.
properties:
evaluation_window:
$ref: '#/components/schemas/MonitorOptionsSchedulingOptionsEvaluationWindow'
type: object
MonitorOptionsSchedulingOptionsEvaluationWindow:
description: Configuration options for the evaluation window. If `hour_starts`
is set, no other fields may be set. Otherwise, `day_starts` and `month_starts`
must be set together.
properties:
day_starts:
description: The time of the day at which a one day cumulative evaluation
window starts. Must be defined in UTC time in `HH:mm` format.
example: 04:00
type: string
hour_starts:
description: The minute of the hour at which a one hour cumulative evaluation
window starts.
example: 0
format: int32
maximum: 59
minimum: 0
type: integer
month_starts:
description: The day of the month at which a one month cumulative evaluation
window starts.
example: 1
format: int32
maximum: 1
minimum: 1
type: integer
type: object
MonitorOverallStates:
description: The different states your monitor can be in.
enum:
Expand Down Expand Up @@ -6980,8 +6943,6 @@ components:
- api_percentage
- apm_fargate_usage
- apm_fargate_percentage
- appsec_fargate_usage
- appsec_fargate_percentage
- apm_host_usage
- apm_host_percentage
- appsec_usage
Expand Down Expand Up @@ -7037,8 +6998,6 @@ components:
- API_PERCENTAGE
- APM_FARGATE_USAGE
- APM_FARGATE_PERCENTAGE
- APPSEC_FARGATE_USAGE
- APPSEC_FARGATE_PERCENTAGE
- APM_HOST_USAGE
- APM_HOST_PERCENTAGE
- APPSEC_USAGE
Expand Down Expand Up @@ -7115,16 +7074,6 @@ components:
description: The APM host usage by tag(s).
format: double
type: number
appsec_fargate_percentage:
description: The percentage of Application Security Monitoring ECS Fargate
task usage by tag(s).
format: double
type: number
appsec_fargate_usage:
description: The Application Security Monitoring ECS Fargate task usage
by tag(s).
format: double
type: number
appsec_percentage:
description: The percentage of Application Security Monitoring host usage
by tag(s).
Expand Down Expand Up @@ -11299,7 +11248,6 @@ components:
oneOf:
- $ref: '#/components/schemas/SyntheticsAssertionTarget'
- $ref: '#/components/schemas/SyntheticsAssertionJSONPathTarget'
- $ref: '#/components/schemas/SyntheticsAssertionXPathTarget'
type: object
SyntheticsAssertionJSONPathOperator:
description: Assertion operator to apply.
Expand Down Expand Up @@ -11429,42 +11377,6 @@ components:
- RECEIVED_MESSAGE
- GRPC_HEALTHCHECK_STATUS
- CONNECTION
SyntheticsAssertionXPathOperator:
description: Assertion operator to apply.
enum:
- validatesXPath
example: validatesXPath
type: string
x-enum-varnames:
- VALIDATES_X_PATH
SyntheticsAssertionXPathTarget:
description: An assertion for the `validatesXPath` operator.
properties:
operator:
$ref: '#/components/schemas/SyntheticsAssertionXPathOperator'
property:
description: The associated assertion property.
type: string
target:
$ref: '#/components/schemas/SyntheticsAssertionXPathTargetTarget'
type:
$ref: '#/components/schemas/SyntheticsAssertionType'
required:
- type
- operator
type: object
SyntheticsAssertionXPathTargetTarget:
description: Composed target for `validatesXPath` operator.
properties:
operator:
description: The specific operator to use on the path.
type: string
targetValue:
description: The path target value to compare to.
xPath:
description: The X path to assert.
type: string
type: object
SyntheticsBasicAuth:
description: Object to handle basic authentication when performing the test.
oneOf:
Expand Down Expand Up @@ -12781,9 +12693,6 @@ components:
name:
description: The name of the step.
type: string
noScreenshot:
description: A boolean set to not take a screenshot for the step.
type: boolean
params:
description: The parameters of the step.
type: object
Expand Down Expand Up @@ -13092,8 +13001,7 @@ components:
certificates.'
type: boolean
allow_insecure:
description: Allows loading insecure content for an HTTP request in an API
test.
description: Allows loading insecure content for an HTTP request.
type: boolean
checkCertificateRevocation:
description: For SSL test, whether or not the test should fail on revoked
Expand All @@ -13117,7 +13025,7 @@ components:
description: For API HTTP test, whether or not the test should follow redirects.
type: boolean
ignoreServerCertificateError:
description: Ignore server certificate error for browser tests.
description: Ignore server certificate error.
type: boolean
initialNavigationTimeout:
description: Timeout before declaring the initial step as failed (in seconds)
Expand Down Expand Up @@ -13232,8 +13140,6 @@ components:
body:
description: Body to include in the test.
type: string
bodyType:
$ref: '#/components/schemas/SyntheticsTestRequestBodyType'
certificate:
$ref: '#/components/schemas/SyntheticsTestRequestCertificate'
certificateDomains:
Expand Down Expand Up @@ -13312,24 +13218,6 @@ components:
example: https://example.com
type: string
type: object
SyntheticsTestRequestBodyType:
description: Type of the request body.
enum:
- text/plain
- application/json
- text/xml
- text/html
- application/x-www-form-urlencoded
- graphql
example: text/plain
type: string
x-enum-varnames:
- TEXT_PLAIN
- APPLICATION_JSON
- TEXT_XML
- TEXT_HTML
- APPLICATION_X_WWW_FORM_URLENCODED
- GRAPHQL
SyntheticsTestRequestCertificate:
description: Client certificate to use when performing the test request.
properties:
Expand Down Expand Up @@ -14287,8 +14175,6 @@ components:
- estimated_ingested_spans_percentage
- apm_fargate_usage
- apm_fargate_percentage
- appsec_fargate_usage
- appsec_fargate_percentage
type: string
x-enum-varnames:
- API_PERCENTAGE
Expand Down Expand Up @@ -14323,8 +14209,6 @@ components:
- ESTIMATED_INGESTED_SPANS_PERCENTAGE
- APM_FARGATE_USAGE
- APM_FARGATE_PERCENTAGE
- APPSEC_FARGATE_USAGE
- APPSEC_FARGATE_PERCENTAGE
UsageAttributionSupportedMetrics:
description: Supported fields for usage attribution requests (valid requests
contain one or more metrics, or `*` for all).
Expand Down Expand Up @@ -14371,8 +14255,6 @@ components:
- estimated_ingested_spans_percentage
- apm_fargate_usage
- apm_fargate_percentage
- appsec_fargate_usage
- appsec_fargate_percentage
- '*'
type: string
x-enum-varnames:
Expand Down Expand Up @@ -14418,8 +14300,6 @@ components:
- ESTIMATED_INGESTED_SPANS_PERCENTAGE
- APM_FARGATE_USAGE
- APM_FARGATE_PERCENTAGE
- APPSEC_FARGATE_USAGE
- APPSEC_FARGATE_PERCENTAGE
- ALL
UsageAttributionTagNames:
additionalProperties:
Expand Down Expand Up @@ -14476,16 +14356,6 @@ components:
description: The APM host usage by tag(s).
format: double
type: number
appsec_fargate_percentage:
description: The percentage of Application Security Monitoring ECS Fargate
task usage by tag(s).
format: double
type: number
appsec_fargate_usage:
description: The Application Security Monitoring ECS Fargate task usage
by tag(s).
format: double
type: number
appsec_percentage:
description: The percentage of Application Security Monitoring host usage
by tag(s).
Expand Down Expand Up @@ -15171,11 +15041,6 @@ components:
hour.
format: int64
type: integer
appsec_fargate_count:
description: The Application Security Monitoring ECS Fargate tasks during
the given hour.
format: int64
type: integer
avg_profiled_fargate_tasks:
description: The average profiled task count for Fargate Profiling.
format: int64
Expand Down Expand Up @@ -16007,11 +15872,6 @@ components:
hours in the current date for all organizations.
format: int64
type: integer
appsec_fargate_count_avg:
description: Shows the average of all Application Security Monitoring ECS
Fargate tasks over all hours in the current date for all organizations.
format: int64
type: integer
audit_logs_lines_indexed_sum:
description: Shows the sum of audit logs lines indexed over all hours in
the current date for all organizations.
Expand Down Expand Up @@ -16362,11 +16222,6 @@ components:
hours in the current date for the given org.
format: int64
type: integer
appsec_fargate_count_avg:
description: Shows the average of all Application Security Monitoring ECS
Fargate tasks over all hours in the current months for the given org.
format: int64
type: integer
audit_logs_lines_indexed_sum:
description: Shows the sum of all audit logs lines indexed over all hours
in the current date for the given org.
Expand Down Expand Up @@ -16720,11 +16575,6 @@ components:
hours in the current months for all organizations.
format: int64
type: integer
appsec_fargate_count_avg_sum:
description: Shows the average of all Application Security Monitoring ECS
Fargate tasks over all hours in the current months for all organizations.
format: int64
type: integer
audit_logs_lines_indexed_agg_sum:
description: Shows the sum of all audit logs lines indexed over all hours
in the current months for all organizations.
Expand Down Expand Up @@ -18289,7 +18139,6 @@ components:
user_access_invite: Invite other users to your organization.
user_access_manage: Disable users, manage user roles, manage SAML-to-role
mappings, and configure logs restriction queries.
user_access_read: View users and their roles and settings.
tokenUrl: /oauth2/v1/token
type: oauth2
apiKeyAuth:
Expand Down Expand Up @@ -29161,8 +29010,7 @@ paths:
security:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ:
- user_access_read
- AuthZ: []
summary: List all users
tags:
- Users
Expand Down
Loading

0 comments on commit 7204ad9

Please sign in to comment.