Skip to content

Commit

Permalink
Merge branch 'master' into feature/add-saml-configurations-model
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel-macionczyk authored Nov 13, 2024
2 parents d74168a + 859ddc4 commit 72d55e5
Show file tree
Hide file tree
Showing 222 changed files with 15,603 additions and 239 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.6",
"regenerated": "2024-11-07 21:30:06.583590",
"spec_repo_commit": "66d9d069"
"regenerated": "2024-11-12 20:16:39.887967",
"spec_repo_commit": "9a869b6b"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-11-07 21:30:06.602727",
"spec_repo_commit": "66d9d069"
"regenerated": "2024-11-12 20:16:39.908526",
"spec_repo_commit": "9a869b6b"
}
}
}
39 changes: 37 additions & 2 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3040,6 +3040,8 @@ components:
enum:
- good_events
- bad_events
- good_minutes
- bad_minutes
- slo_status
- error_budget_remaining
- burn_rate
Expand All @@ -3049,6 +3051,8 @@ components:
x-enum-varnames:
- GOOD_EVENTS
- BAD_EVENTS
- GOOD_MINUTES
- BAD_MINUTES
- SLO_STATUS
- ERROR_BUDGET_REMAINING
- BURN_RATE
Expand Down Expand Up @@ -4187,6 +4191,7 @@ components:
- custom_ingested_timeseries_usage
- custom_timeseries_usage
- cws_containers_usage
- cws_fargate_task_usage
- cws_hosts_usage
- data_jobs_monitoring_usage
- data_stream_monitoring_usage
Expand Down Expand Up @@ -4259,6 +4264,7 @@ components:
- CUSTOM_INGESTED_TIMESERIES_USAGE
- CUSTOM_TIMESERIES_USAGE
- CWS_CONTAINERS_USAGE
- CWS_FARGATE_TASK_USAGE
- CWS_HOSTS_USAGE
- DATA_JOBS_MONITORING_USAGE
- DATA_STREAM_MONITORING_USAGE
Expand Down Expand Up @@ -7939,6 +7945,8 @@ components:
- custom_ingested_timeseries_percentage
- cws_containers_percentage
- cws_containers_usage
- cws_fargate_task_percentage
- cws_fargate_task_usage
- cws_hosts_percentage
- cws_hosts_usage
- data_jobs_monitoring_usage
Expand Down Expand Up @@ -8078,6 +8086,8 @@ components:
- CUSTOM_INGESTED_TIMESERIES_PERCENTAGE
- CWS_CONTAINERS_PERCENTAGE
- CWS_CONTAINERS_USAGE
- CWS_FARGATE_TASK_PERCENTAGE
- CWS_FARGATE_TASK_USAGE
- CWS_HOSTS_PERCENTAGE
- CWS_HOSTS_USAGE
- DATA_JOBS_MONITORING_USAGE
Expand Down Expand Up @@ -8357,6 +8367,15 @@ components:
description: The Cloud Workload Security container usage by tag(s).
format: double
type: number
cws_fargate_task_percentage:
description: The percentage of Cloud Workload Security Fargate task usage
by tag(s).
format: double
type: number
cws_fargate_task_usage:
description: The Cloud Workload Security Fargate task usage by tag(s).
format: double
type: number
cws_hosts_percentage:
description: The percentage of Cloud Workload Security host usage by tag(s).
format: double
Expand Down Expand Up @@ -15897,7 +15916,8 @@ components:
minimum: 300
type: integer
verbosity:
description: The level of verbosity for the mobile test.
description: The level of verbosity for the mobile test. This field can
not be set by a user.
format: int32
maximum: 5
minimum: 0
Expand Down Expand Up @@ -19908,6 +19928,11 @@ components:
over all hours in the current date for all organizations.
format: int64
type: integer
cws_fargate_task_avg:
description: Shows the average of all distinct Cloud Workload Security Fargate
tasks over all hours in the current date for all organizations.
format: int64
type: integer
cws_host_top99p:
description: Shows the 99th percentile of all Cloud Workload Security hosts
over all hours in the current date for all organizations.
Expand Down Expand Up @@ -20678,6 +20703,11 @@ components:
over all hours in the current date for the given org.
format: int64
type: integer
cws_fargate_task_avg:
description: Shows the average of all distinct Cloud Workload Security Fargate
tasks over all hours in the current date for the given org.
format: int64
type: integer
cws_host_top99p:
description: Shows the 99th percentile of all Cloud Workload Security hosts
over all hours in the current date for the given org.
Expand Down Expand Up @@ -21442,11 +21472,16 @@ components:
hours in the current month for all organizations.
format: int64
type: integer
cws_containers_avg_sum:
cws_container_avg_sum:
description: Shows the average of all distinct Cloud Workload Security containers
over all hours in the current month for all organizations.
format: int64
type: integer
cws_fargate_task_avg_sum:
description: Shows the average of all distinct Cloud Workload Security Fargate
tasks over all hours in the current month for all organizations.
format: int64
type: integer
cws_host_top99p_sum:
description: Shows the 99th percentile of all Cloud Workload Security hosts
over all hours in the current month for all organizations.
Expand Down
Loading

0 comments on commit 72d55e5

Please sign in to comment.