Skip to content

Commit

Permalink
Update Documentation for APM DevSecOps (#1825)
Browse files Browse the repository at this point in the history
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec committed Jan 8, 2024
1 parent 903b743 commit 9d8bd29
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 4 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-01-05 16:07:37.284367",
"spec_repo_commit": "bafcada7"
"regenerated": "2024-01-08 16:03:17.520602",
"spec_repo_commit": "8b5aed97"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-01-05 16:07:37.299570",
"spec_repo_commit": "bafcada7"
"regenerated": "2024-01-08 16:03:17.535558",
"spec_repo_commit": "8b5aed97"
}
}
}
15 changes: 15 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18631,6 +18631,11 @@ components:
over all hours in the current date all organizations.
format: int64
type: integer
apm_devsecops_host_top99p:
description: Shows the 99th percentile of all APM DevSecOps hosts over all
hours in the current date for the given org.
format: int64
type: integer
apm_fargate_count_avg:
description: Shows the average of all APM ECS Fargate tasks over all hours
in the current date for all organizations.
Expand Down Expand Up @@ -19156,6 +19161,11 @@ components:
over all hours in the current date for the given org.
format: int64
type: integer
apm_devsecops_host_top99p:
description: Shows the 99th percentile of all APM DevSecOps hosts over all
hours in the current date for the given org.
format: int64
type: integer
apm_fargate_count_avg:
description: Shows the average of all APM ECS Fargate tasks over all hours
in the current months for the given org.
Expand Down Expand Up @@ -19694,6 +19704,11 @@ components:
over all hours in the current months all organizations.
format: int64
type: integer
apm_devsecops_host_top99p_sum:
description: Shows the 99th percentile of all APM DevSecOps hosts over all
hours in the current months for all organizations.
format: int64
type: integer
apm_fargate_count_avg_sum:
description: Shows the average of all APM ECS Fargate tasks over all hours
in the current months for all organizations.
Expand Down
8 changes: 8 additions & 0 deletions src/datadog_api_client/v1/model/usage_summary_date.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ def openapi_types(_):
return {
"agent_host_top99p": (int,),
"apm_azure_app_service_host_top99p": (int,),
"apm_devsecops_host_top99p": (int,),
"apm_fargate_count_avg": (int,),
"apm_host_top99p": (int,),
"appsec_fargate_count_avg": (int,),
Expand Down Expand Up @@ -131,6 +132,7 @@ def openapi_types(_):
attribute_map = {
"agent_host_top99p": "agent_host_top99p",
"apm_azure_app_service_host_top99p": "apm_azure_app_service_host_top99p",
"apm_devsecops_host_top99p": "apm_devsecops_host_top99p",
"apm_fargate_count_avg": "apm_fargate_count_avg",
"apm_host_top99p": "apm_host_top99p",
"appsec_fargate_count_avg": "appsec_fargate_count_avg",
Expand Down Expand Up @@ -237,6 +239,7 @@ def __init__(
self_,
agent_host_top99p: Union[int, UnsetType] = unset,
apm_azure_app_service_host_top99p: Union[int, UnsetType] = unset,
apm_devsecops_host_top99p: Union[int, UnsetType] = unset,
apm_fargate_count_avg: Union[int, UnsetType] = unset,
apm_host_top99p: Union[int, UnsetType] = unset,
appsec_fargate_count_avg: Union[int, UnsetType] = unset,
Expand Down Expand Up @@ -348,6 +351,9 @@ def __init__(
:param apm_azure_app_service_host_top99p: Shows the 99th percentile of all Azure app services using APM over all hours in the current date all organizations.
:type apm_azure_app_service_host_top99p: int, optional
:param apm_devsecops_host_top99p: Shows the 99th percentile of all APM DevSecOps hosts over all hours in the current date for the given org.
:type apm_devsecops_host_top99p: int, optional
:param apm_fargate_count_avg: Shows the average of all APM ECS Fargate tasks over all hours in the current date for all organizations.
:type apm_fargate_count_avg: int, optional
Expand Down Expand Up @@ -652,6 +658,8 @@ def __init__(
kwargs["agent_host_top99p"] = agent_host_top99p
if apm_azure_app_service_host_top99p is not unset:
kwargs["apm_azure_app_service_host_top99p"] = apm_azure_app_service_host_top99p
if apm_devsecops_host_top99p is not unset:
kwargs["apm_devsecops_host_top99p"] = apm_devsecops_host_top99p
if apm_fargate_count_avg is not unset:
kwargs["apm_fargate_count_avg"] = apm_fargate_count_avg
if apm_host_top99p is not unset:
Expand Down
8 changes: 8 additions & 0 deletions src/datadog_api_client/v1/model/usage_summary_date_org.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ def openapi_types(_):
return {
"agent_host_top99p": (int,),
"apm_azure_app_service_host_top99p": (int,),
"apm_devsecops_host_top99p": (int,),
"apm_fargate_count_avg": (int,),
"apm_host_top99p": (int,),
"appsec_fargate_count_avg": (int,),
Expand Down Expand Up @@ -128,6 +129,7 @@ def openapi_types(_):
attribute_map = {
"agent_host_top99p": "agent_host_top99p",
"apm_azure_app_service_host_top99p": "apm_azure_app_service_host_top99p",
"apm_devsecops_host_top99p": "apm_devsecops_host_top99p",
"apm_fargate_count_avg": "apm_fargate_count_avg",
"apm_host_top99p": "apm_host_top99p",
"appsec_fargate_count_avg": "appsec_fargate_count_avg",
Expand Down Expand Up @@ -238,6 +240,7 @@ def __init__(
self_,
agent_host_top99p: Union[int, UnsetType] = unset,
apm_azure_app_service_host_top99p: Union[int, UnsetType] = unset,
apm_devsecops_host_top99p: Union[int, UnsetType] = unset,
apm_fargate_count_avg: Union[int, UnsetType] = unset,
apm_host_top99p: Union[int, UnsetType] = unset,
appsec_fargate_count_avg: Union[int, UnsetType] = unset,
Expand Down Expand Up @@ -353,6 +356,9 @@ def __init__(
:param apm_azure_app_service_host_top99p: Shows the 99th percentile of all Azure app services using APM over all hours in the current date for the given org.
:type apm_azure_app_service_host_top99p: int, optional
:param apm_devsecops_host_top99p: Shows the 99th percentile of all APM DevSecOps hosts over all hours in the current date for the given org.
:type apm_devsecops_host_top99p: int, optional
:param apm_fargate_count_avg: Shows the average of all APM ECS Fargate tasks over all hours in the current months for the given org.
:type apm_fargate_count_avg: int, optional
Expand Down Expand Up @@ -669,6 +675,8 @@ def __init__(
kwargs["agent_host_top99p"] = agent_host_top99p
if apm_azure_app_service_host_top99p is not unset:
kwargs["apm_azure_app_service_host_top99p"] = apm_azure_app_service_host_top99p
if apm_devsecops_host_top99p is not unset:
kwargs["apm_devsecops_host_top99p"] = apm_devsecops_host_top99p
if apm_fargate_count_avg is not unset:
kwargs["apm_fargate_count_avg"] = apm_fargate_count_avg
if apm_host_top99p is not unset:
Expand Down
8 changes: 8 additions & 0 deletions src/datadog_api_client/v1/model/usage_summary_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ def openapi_types(_):
return {
"agent_host_top99p_sum": (int,),
"apm_azure_app_service_host_top99p_sum": (int,),
"apm_devsecops_host_top99p_sum": (int,),
"apm_fargate_count_avg_sum": (int,),
"apm_host_top99p_sum": (int,),
"appsec_fargate_count_avg_sum": (int,),
Expand Down Expand Up @@ -144,6 +145,7 @@ def openapi_types(_):
attribute_map = {
"agent_host_top99p_sum": "agent_host_top99p_sum",
"apm_azure_app_service_host_top99p_sum": "apm_azure_app_service_host_top99p_sum",
"apm_devsecops_host_top99p_sum": "apm_devsecops_host_top99p_sum",
"apm_fargate_count_avg_sum": "apm_fargate_count_avg_sum",
"apm_host_top99p_sum": "apm_host_top99p_sum",
"appsec_fargate_count_avg_sum": "appsec_fargate_count_avg_sum",
Expand Down Expand Up @@ -261,6 +263,7 @@ def __init__(
self_,
agent_host_top99p_sum: Union[int, UnsetType] = unset,
apm_azure_app_service_host_top99p_sum: Union[int, UnsetType] = unset,
apm_devsecops_host_top99p_sum: Union[int, UnsetType] = unset,
apm_fargate_count_avg_sum: Union[int, UnsetType] = unset,
apm_host_top99p_sum: Union[int, UnsetType] = unset,
appsec_fargate_count_avg_sum: Union[int, UnsetType] = unset,
Expand Down Expand Up @@ -383,6 +386,9 @@ def __init__(
:param apm_azure_app_service_host_top99p_sum: Shows the 99th percentile of all Azure app services using APM over all hours in the current months all organizations.
:type apm_azure_app_service_host_top99p_sum: int, optional
:param apm_devsecops_host_top99p_sum: Shows the 99th percentile of all APM DevSecOps hosts over all hours in the current months for all organizations.
:type apm_devsecops_host_top99p_sum: int, optional
:param apm_fargate_count_avg_sum: Shows the average of all APM ECS Fargate tasks over all hours in the current months for all organizations.
:type apm_fargate_count_avg_sum: int, optional
Expand Down Expand Up @@ -720,6 +726,8 @@ def __init__(
kwargs["agent_host_top99p_sum"] = agent_host_top99p_sum
if apm_azure_app_service_host_top99p_sum is not unset:
kwargs["apm_azure_app_service_host_top99p_sum"] = apm_azure_app_service_host_top99p_sum
if apm_devsecops_host_top99p_sum is not unset:
kwargs["apm_devsecops_host_top99p_sum"] = apm_devsecops_host_top99p_sum
if apm_fargate_count_avg_sum is not unset:
kwargs["apm_fargate_count_avg_sum"] = apm_fargate_count_avg_sum
if apm_host_top99p_sum is not unset:
Expand Down

0 comments on commit 9d8bd29

Please sign in to comment.