https://github.com/DataDog/datadog-api-client-python
· scanned 2026-06-05 14:22 UTC (5 days, 5 hours ago)
· 10 languages
515 raw signals (17 security + 498 graph) 11/13 scanners ran 94th percentile · Python · small (2-20K LoC) System graph score 93 (lower by 6)
Last scanned 5 days, 5 hours ago · v2 · 239 actionable findings from 2 signal sources. 27 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
| Component | Sub-score | Weight | Contribution |
|---|---|---|---|
structure_score |
100.0 | 0.15 | 15.00 |
security_score |
100.0 | 0.25 | 25.00 |
testing_score |
75.0 | 0.20 | 15.00 |
documentation_score |
87.0 | 0.15 | 13.05 |
practices_score |
76.0 | 0.15 | 11.40 |
code_quality |
70.0 | 0.10 | 7.00 |
| Overall | 1.00 | 86.5 |
All 35007 nodes from the latest scan, grouped by kind. Each node is a unit the engine identified (file, function, endpoint, table…). Most users won't need this view — it's primarily for debugging the engine's graph extraction or for AI agents that want to enumerate the project structure.
| Label | Layer | Status | Path |
|---|---|---|---|
test_init |
software | healthy | tests/aws_test.py:37 |
test_init_default_region |
software | healthy | tests/aws_test.py:55 |
test_init_custom_region |
software | healthy | tests/aws_test.py:60 |
test_get_credentials_success |
software | healthy | tests/aws_test.py:74 |
test_get_credentials_missing_access_key |
software | healthy | tests/aws_test.py:84 |
test_get_credentials_missing_secret_key |
software | healthy | tests/aws_test.py:92 |
test_get_credentials_missing_session_token |
software | healthy | tests/aws_test.py:102 |
test_get_connection_parameters_default_region |
software | healthy | tests/aws_test.py:109 |
test_get_connection_parameters_custom_region |
software | healthy | tests/aws_test.py:118 |
test_generate_aws_auth_data |
software | healthy | tests/aws_test.py:135 |
test_generate_aws_auth_data_missing_org_uuid |
software | healthy | tests/aws_test.py:149 |
test_generate_aws_auth_data_missing_credentials |
software | healthy | tests/aws_test.py:157 |
test_hmac256 |
software | healthy | tests/aws_test.py:164 |
test_authenticate_success |
software | healthy | tests/aws_test.py:184 |
test_authenticate_missing_org_uuid |
software | healthy | tests/aws_test.py:199 |
test_authenticate_missing_config |
software | healthy | tests/aws_test.py:208 |
test_invalid_header |
software | healthy | tests/test_errors.py:9 |
pytest_terminal_summary |
software | healthy | tests/conftest.py:20 |
sleep_after_request |
software | healthy | tests/conftest.py:73 |
wrapper |
software | healthy | tests/conftest.py:482 |
escape_reserved_keyword |
software | healthy | tests/conftest.py:87 |
pytest_bdd_after_scenario |
software | healthy | tests/conftest.py:99 |
pytest_bdd_apply_tag |
software | healthy | tests/conftest.py:108 |
snake_case |
software | healthy | tests/conftest.py:123 |
glom |
software | healthy | tests/conftest.py:133 |
_get_prefix |
software | healthy | tests/conftest.py:147 |
unique |
software | healthy | tests/conftest.py:159 |
relative_time |
software | healthy | tests/conftest.py:164 |
func |
software | healthy | tests/conftest.py:167 |
generate_uuid |
software | healthy | tests/conftest.py:198 |
context |
software | healthy | tests/conftest.py:204 |
record_mode |
software | healthy | tests/conftest.py:232 |
_disable_recording |
software | healthy | tests/conftest.py:237 |
disable_recording |
software | healthy | tests/conftest.py:243 |
vcr_config |
software | healthy | tests/conftest.py:249 |
default_cassette_name |
software | healthy | tests/conftest.py:280 |
freezed_time |
software | healthy | tests/conftest.py:285 |
pytest_recording_configure |
software | healthy | tests/conftest.py:318 |
body |
software | healthy | tests/conftest.py:325 |
a_valid_api_key |
software | healthy | tests/conftest.py:335 |
a_valid_application_key |
software | healthy | tests/conftest.py:341 |
package_name |
software | healthy | tests/conftest.py:347 |
undo_operations |
software | healthy | tests/conftest.py:352 |
build_configuration |
software | healthy | tests/conftest.py:367 |
configuration |
software | healthy | tests/conftest.py:382 |
client |
software | healthy | tests/conftest.py:387 |
_api_name |
software | healthy | tests/conftest.py:392 |
api |
software | healthy | tests/conftest.py:398 |
operation_enabled |
software | healthy | tests/conftest.py:410 |
api_request |
software | healthy | tests/conftest.py:416 |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
TESTING.md |
software | healthy | TESTING.md |
check-examples.sh |
software | healthy | check-examples.sh |
DEVELOPMENT.md |
software | healthy | DEVELOPMENT.md |
.readthedocs.yml |
software | healthy | .readthedocs.yml |
README.md |
software | healthy | README.md |
repository.datadog.yaml |
software | healthy | repository.datadog.yaml |
run-tests.sh |
software | healthy | run-tests.sh |
CONTRIBUTING.md |
software | healthy | CONTRIBUTING.md |
.pre-commit-config.yaml |
software | healthy | .pre-commit-config.yaml |
setup.py |
software | warning | setup.py |
generate.sh |
software | healthy | generate.sh |
CHANGELOG.md |
software | healthy | CHANGELOG.md |
ruff.toml |
software | healthy | ruff.toml |
aws_test.py |
software | healthy | tests/aws_test.py |
test_errors.py |
software | healthy | tests/test_errors.py |
__init__.py |
software | healthy | tests/__init__.py |
conftest.py |
software | healthy | tests/conftest.py |
test_thread.py |
software | healthy | tests/test_thread.py |
test_version.py |
software | healthy | tests/test_version.py |
client_test.py |
software | healthy | tests/client_test.py |
test_retry.py |
software | healthy | tests/test_retry.py |
test_deserialization.py |
software | healthy | tests/test_deserialization.py |
delegated_auth_test.py |
software | healthy | tests/delegated_auth_test.py |
test_serialization.py |
software | healthy | tests/test_serialization.py |
test_async.py |
software | healthy | tests/test_async.py |
__init__.py |
software | healthy | tests/v2/__init__.py |
conftest.py |
software | healthy | tests/v2/conftest.py |
test_scenarios.py |
software | warning | tests/v2/test_scenarios.py |
test_get_estimated_cost_across_multiorg_account_with_month_… |
software | healthy | tests/v2/cassettes/test_scenarios/test_get_estimated_cost_a… |
test_list_security_findings_returns_ok_response.yaml |
software | healthy | tests/v2/cassettes/test_scenarios/test_list_security_findin… |
test_update_a_team_link_returns_ok_response.yaml |
software | healthy | tests/v2/cassettes/test_scenarios/test_update_a_team_link_r… |
test_update_a_retention_filters_returns_ok_response.yaml |
software | healthy | tests/v2/cassettes/test_scenarios/test_update_a_retention_f… |
test_update_an_existing_scorecard_rule_returns_not_found_re… |
software | healthy | tests/v2/cassettes/test_scenarios/test_update_an_existing_s… |
test_get_a_restriction_query_returns_bad_request_response.y… |
software | healthy | tests/v2/cassettes/test_scenarios/test_get_a_restriction_qu… |
test_create_a_case_type_returns_created_response.yaml |
software | healthy | tests/v2/cassettes/test_scenarios/test_create_a_case_type_r… |
test_get_incident_notification_template_returns_ok_response… |
software | healthy | tests/v2/cassettes/test_scenarios/test_get_incident_notific… |
test_create_an_aws_integration_returns_aws_account_object_r… |
software | healthy | tests/v2/cassettes/test_scenarios/test_create_an_aws_integr… |
test_search_logs_returns_ok_response.yaml |
software | healthy | tests/v2/cassettes/test_scenarios/test_search_logs_returns_… |
test_reorder_groups_returns_ok_response.yaml |
software | healthy | tests/v2/cassettes/test_scenarios/test_reorder_groups_retur… |
test_scalar_cross_product_query_with_product_analytics_data… |
software | healthy | tests/v2/cassettes/test_scenarios/test_scalar_cross_product… |
test_update_a_monitor_notification_rule_returns_not_found_r… |
software | healthy | tests/v2/cassettes/test_scenarios/test_update_a_monitor_not… |
test_get_all_containers_returns_ok_response.yaml |
software | healthy | tests/v2/cassettes/test_scenarios/test_get_all_containers_r… |
test_scalar_cross_product_query_with_audit_data_source_retu… |
software | healthy | tests/v2/cassettes/test_scenarios/test_scalar_cross_product… |
test_get_the_list_of_tags_for_a_device_returns_ok_response.… |
software | healthy | tests/v2/cassettes/test_scenarios/test_get_the_list_of_tags… |
test_mute_or_unmute_a_batch_of_findings_returns_ok_response… |
software | healthy | tests/v2/cassettes/test_scenarios/test_mute_or_unmute_a_bat… |
test_list_scanned_assets_metadata_returns_ok_response.yaml |
software | healthy | tests/v2/cassettes/test_scenarios/test_list_scanned_assets_… |
test_list_all_apm_retention_filters_returns_ok_response.yaml |
software | healthy | tests/v2/cassettes/test_scenarios/test_list_all_apm_retenti… |
test_get_a_rum_application_returns_not_found_response.yaml |
software | healthy | tests/v2/cassettes/test_scenarios/test_get_a_rum_applicatio… |
test_get_all_suppression_rules_returns_ok_response_with_pag… |
software | healthy | tests/v2/cassettes/test_scenarios/test_get_all_suppression_… |
test_get_aws_on_demand_task_by_id_returns_bad_request_respo… |
software | healthy | tests/v2/cassettes/test_scenarios/test_get_aws_on_demand_ta… |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
TestAWSCredentials |
software | healthy | tests/aws_test.py:18 |
TestSigningData |
software | healthy | tests/aws_test.py:34 |
TestAWSAuth |
software | healthy | tests/aws_test.py:52 |
MockDelegatedTokenProvider |
software | healthy | tests/client_test.py:27 |
ExpiredMockProvider |
software | healthy | tests/client_test.py:46 |
TestClientDelegatedAuthentication |
software | healthy | tests/client_test.py:54 |
FailingProvider |
software | healthy | tests/client_test.py:250 |
TestClientDelegatedAuthenticationWithRealMocks |
software | healthy | tests/client_test.py:298 |
CountingProvider |
software | healthy | tests/client_test.py:306 |
TestDelegatedTokenCredentials |
software | healthy | tests/delegated_auth_test.py:20 |
TestDelegatedTokenConfig |
software | healthy | tests/delegated_auth_test.py:52 |
TestGetDelegatedTokenUrl |
software | healthy | tests/delegated_auth_test.py:68 |
TestParseDelegatedTokenResponse |
software | healthy | tests/delegated_auth_test.py:81 |
TestGetDelegatedToken |
software | healthy | tests/delegated_auth_test.py:106 |
ApiClient |
software | healthy | src/datadog_api_client/api_client.py:36 |
ThreadedApiClient |
software | healthy | src/datadog_api_client/api_client.py:512 |
AsyncApiClient |
software | healthy | src/datadog_api_client/api_client.py:574 |
Endpoint |
software | healthy | src/datadog_api_client/api_client.py:678 |
UnsetType |
software | healthy | src/datadog_api_client/model_utils.py:49 |
cached_property |
software | healthy | src/datadog_api_client/model_utils.py:56 |
OpenApiModel |
software | healthy | src/datadog_api_client/model_utils.py:113 |
ModelSimple |
software | healthy | src/datadog_api_client/model_utils.py:289 |
ModelNormal |
software | healthy | src/datadog_api_client/model_utils.py:369 |
ModelComposed |
software | healthy | src/datadog_api_client/model_utils.py:445 |
UnparsedObject |
software | healthy | src/datadog_api_client/model_utils.py:1834 |
AWSCredentials |
software | healthy | src/datadog_api_client/aws.py:50 |
SigningData |
software | healthy | src/datadog_api_client/aws.py:59 |
AWSAuth |
software | healthy | src/datadog_api_client/aws.py:69 |
ClientRetry |
software | healthy | src/datadog_api_client/rest.py:30 |
RESTClientObject |
software | healthy | src/datadog_api_client/rest.py:54 |
_AioSonicResponseWrapper |
software | healthy | src/datadog_api_client/rest.py:229 |
AsyncRESTClientObject |
software | healthy | src/datadog_api_client/rest.py:238 |
OpenApiException |
software | healthy | src/datadog_api_client/exceptions.py:8 |
ApiTypeError |
software | healthy | src/datadog_api_client/exceptions.py:12 |
ApiValueError |
software | healthy | src/datadog_api_client/exceptions.py:37 |
ApiAttributeError |
software | healthy | src/datadog_api_client/exceptions.py:54 |
ApiKeyError |
software | healthy | src/datadog_api_client/exceptions.py:73 |
ApiException |
software | healthy | src/datadog_api_client/exceptions.py:90 |
NotFoundException |
software | healthy | src/datadog_api_client/exceptions.py:118 |
UnauthorizedException |
software | healthy | src/datadog_api_client/exceptions.py:123 |
ForbiddenException |
software | healthy | src/datadog_api_client/exceptions.py:128 |
ServiceException |
software | healthy | src/datadog_api_client/exceptions.py:133 |
_UnstableOperations |
software | healthy | src/datadog_api_client/configuration.py:28 |
Configuration |
software | healthy | src/datadog_api_client/configuration.py:67 |
DelegatedTokenCredentials |
software | healthy | src/datadog_api_client/delegated_auth.py:19 |
DelegatedTokenConfig |
software | healthy | src/datadog_api_client/delegated_auth.py:33 |
DelegatedTokenProvider |
software | healthy | src/datadog_api_client/delegated_auth.py:42 |
StaticAnalysisApi |
software | healthy | src/datadog_api_client/v2/api/static_analysis_api.py:49 |
ErrorTrackingApi |
software | healthy | src/datadog_api_client/v2/api/error_tracking_api.py:23 |
FleetAutomationApi |
software | healthy | src/datadog_api_client/v2/api/fleet_automation_api.py:32 |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
tests |
software | healthy | tests |
v2 |
software | healthy | tests/v2 |
cassettes |
software | healthy | tests/v2/cassettes |
test_scenarios |
software | healthy | tests/v2/cassettes/test_scenarios |
features |
software | healthy | tests/v2/features |
fixtures |
software | healthy | tests/v2/features/fixtures |
sourcemap_intake |
software | healthy | tests/v2/features/fixtures/sourcemap_intake |
javascript |
software | healthy | tests/v2/features/fixtures/sourcemap_intake/javascript |
v1 |
software | healthy | tests/v1 |
cassettes |
software | healthy | tests/v1/cassettes |
test_scenarios |
software | healthy | tests/v1/cassettes/test_scenarios |
features |
software | healthy | tests/v1/features |
dashboards_json_payload |
software | healthy | tests/v1/features/dashboards_json_payload |
cassettes |
software | healthy | tests/cassettes |
test_retry |
software | healthy | tests/cassettes/test_retry |
docs |
software | healthy | docs |
_templates |
software | healthy | docs/_templates |
examples |
software | healthy | examples |
v2 |
software | healthy | examples/v2 |
integrations |
software | healthy | examples/v2/integrations |
entity-integration-configs |
software | healthy | examples/v2/entity-integration-configs |
change-management |
software | healthy | examples/v2/change-management |
on-call |
software | healthy | examples/v2/on-call |
rum-retention-filters-hardcoded |
software | healthy | examples/v2/rum-retention-filters-hardcoded |
webhooks-integration |
software | healthy | examples/v2/webhooks-integration |
aws-integration |
software | healthy | examples/v2/aws-integration |
container-images |
software | healthy | examples/v2/container-images |
org-groups |
software | healthy | examples/v2/org-groups |
usage-metering |
software | healthy | examples/v2/usage-metering |
restriction-policies |
software | healthy | examples/v2/restriction-policies |
datasets |
software | healthy | examples/v2/datasets |
security-monitoring |
software | healthy | examples/v2/security-monitoring |
llm-observability |
software | healthy | examples/v2/llm-observability |
workflow-automation |
software | healthy | examples/v2/workflow-automation |
users |
software | healthy | examples/v2/users |
network-device-monitoring |
software | healthy | examples/v2/network-device-monitoring |
org-connections |
software | healthy | examples/v2/org-connections |
service-accounts |
software | healthy | examples/v2/service-accounts |
actions-datastores |
software | healthy | examples/v2/actions-datastores |
static-analysis |
software | healthy | examples/v2/static-analysis |
rum-insights |
software | healthy | examples/v2/rum-insights |
code-coverage |
software | healthy | examples/v2/code-coverage |
deployment-gates |
software | healthy | examples/v2/deployment-gates |
sensitive-data-scanner |
software | healthy | examples/v2/sensitive-data-scanner |
rum-retention-filters |
software | healthy | examples/v2/rum-retention-filters |
rum-replay-heatmaps |
software | healthy | examples/v2/rum-replay-heatmaps |
on-call-paging |
software | healthy | examples/v2/on-call-paging |
agentless-scanning |
software | healthy | examples/v2/agentless-scanning |
microsoft-teams-integration |
software | healthy | examples/v2/microsoft-teams-integration |
scorecards |
software | healthy | examples/v2/scorecards |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
10.0.0.1 |
network | healthy | tests/test_deserialization.py |
10.0.4.8 |
network | healthy | tests/v2/cassettes/test_scenarios/test_get_all_containers_r… |
127.0.0.1 |
network | healthy | tests/v2/cassettes/test_scenarios/test_get_ip_allowlist_ret… |
10.0.40.20 |
network | healthy | tests/v2/cassettes/test_scenarios/test_get_all_processes_re… |
10.59.175.16 |
network | healthy | tests/v2/cassettes/test_scenarios/test_get_a_list_of_securi… |
169.254.169.254 |
network | healthy | tests/v2/cassettes/test_scenarios/test_get_a_list_of_securi… |
169.254.170.2 |
network | healthy | tests/v2/cassettes/test_scenarios/test_get_all_workload_pro… |
127.0.0.0 |
network | healthy | tests/v2/cassettes/test_scenarios/test_get_all_workload_pro… |
1.2.3.4 |
network | healthy | tests/v2/cassettes/test_scenarios/test_get_the_list_of_devi… |
1.3.6.1 |
network | healthy | tests/v2/cassettes/test_scenarios/test_get_the_list_of_devi… |
10.0.40.5 |
network | healthy | tests/v2/cassettes/test_scenarios/test_get_a_list_of_logs_r… |
10.0.40.11 |
network | healthy | tests/v2/cassettes/test_scenarios/test_get_a_list_of_logs_r… |
169.254.0.1 |
network | healthy | tests/v2/cassettes/test_scenarios/test_get_a_list_of_logs_r… |
198.51.100.72 |
network | healthy | tests/v2/cassettes/test_scenarios/test_update_a_waf_exclusi… |
1.1.1.1 |
network | healthy | tests/v2/cassettes/test_scenarios/test_get_the_list_of_inte… |
1.1.1.2 |
network | healthy | tests/v2/cassettes/test_scenarios/test_get_the_list_of_inte… |
52.17.186.3 |
network | healthy | tests/v2/cassettes/test_scenarios/test_get_a_list_of_rum_ev… |
18.171.9.38 |
network | healthy | tests/v2/cassettes/test_scenarios/test_get_a_list_of_rum_ev… |
10.12.32.204 |
network | healthy | tests/v2/cassettes/test_scenarios/test_search_security_find… |
172.17.0.2 |
network | healthy | tests/v2/cassettes/test_scenarios/test_search_security_find… |
3.6.1.2 |
network | healthy | tests/v2/cassettes/test_scenarios/test_search_security_find… |
3.6.1.1 |
network | healthy | tests/v2/cassettes/test_scenarios/test_search_security_find… |
43.228.157.121 |
network | healthy | tests/v2/cassettes/test_scenarios/test_list_indicators_of_c… |
84.102.253.215 |
network | healthy | tests/v2/cassettes/test_scenarios/test_search_audit_logs_ev… |
149.14.155.42 |
network | healthy | tests/v2/cassettes/test_scenarios/test_search_audit_logs_ev… |
185.12.36.70 |
network | healthy | tests/v2/cassettes/test_scenarios/test_search_audit_logs_ev… |
8.8.8.8 |
network | healthy | tests/v2/cassettes/test_scenarios/test_get_a_signals_detail… |
34.95.79.70 |
network | healthy | tests/v1/cassettes/test_scenarios/test_create_a_totp_global… |
8.8.4.4 |
network | healthy | tests/v1/cassettes/test_scenarios/test_get_an_api_test_resu… |
142.250.189.238 |
network | healthy | tests/v1/cassettes/test_scenarios/test_get_an_api_test_resu… |
3.233.144.0 |
network | healthy | tests/v1/cassettes/test_scenarios/test_list_ip_ranges_retur… |
13.114.211.96 |
network | healthy | tests/v1/cassettes/test_scenarios/test_list_ip_ranges_retur… |
13.115.46.213 |
network | healthy | tests/v1/cassettes/test_scenarios/test_list_ip_ranges_retur… |
13.126.169.175 |
network | healthy | tests/v1/cassettes/test_scenarios/test_list_ip_ranges_retur… |
13.209.118.42 |
network | healthy | tests/v1/cassettes/test_scenarios/test_list_ip_ranges_retur… |
13.209.230.111 |
network | healthy | tests/v1/cassettes/test_scenarios/test_list_ip_ranges_retur… |
13.234.54.8 |
network | healthy | tests/v1/cassettes/test_scenarios/test_list_ip_ranges_retur… |
13.236.246.161 |
network | healthy | tests/v1/cassettes/test_scenarios/test_list_ip_ranges_retur… |
13.238.14.57 |
network | healthy | tests/v1/cassettes/test_scenarios/test_list_ip_ranges_retur… |
13.48.150.244 |
network | healthy | tests/v1/cassettes/test_scenarios/test_list_ip_ranges_retur… |
13.48.239.118 |
network | healthy | tests/v1/cassettes/test_scenarios/test_list_ip_ranges_retur… |
13.48.254.37 |
network | healthy | tests/v1/cassettes/test_scenarios/test_list_ip_ranges_retur… |
13.54.169.48 |
network | healthy | tests/v1/cassettes/test_scenarios/test_list_ip_ranges_retur… |
15.188.202.64 |
network | healthy | tests/v1/cassettes/test_scenarios/test_list_ip_ranges_retur… |
15.188.240.172 |
network | healthy | tests/v1/cassettes/test_scenarios/test_list_ip_ranges_retur… |
15.188.243.248 |
network | healthy | tests/v1/cassettes/test_scenarios/test_list_ip_ranges_retur… |
18.130.113.168 |
network | healthy | tests/v1/cassettes/test_scenarios/test_list_ip_ranges_retur… |
18.139.52.173 |
network | healthy | tests/v1/cassettes/test_scenarios/test_list_ip_ranges_retur… |
18.195.155.52 |
network | healthy | tests/v1/cassettes/test_scenarios/test_list_ip_ranges_retur… |
18.200.120.237 |
network | healthy | tests/v1/cassettes/test_scenarios/test_list_ip_ranges_retur… |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
port:17 |
network | healthy | tests/v2/cassettes/test_scenarios/test_get_estimated_cost_a… |
port:11 |
network | healthy | tests/v2/cassettes/test_scenarios/test_update_a_team_link_r… |
port:14 |
network | healthy | tests/v2/cassettes/test_scenarios/test_get_incident_notific… |
port:06 |
network | healthy | tests/v2/cassettes/test_scenarios/test_get_incident_notific… |
port:41 |
network | healthy | tests/v2/cassettes/test_scenarios/test_create_an_aws_integr… |
port:48 |
network | healthy | tests/v2/cassettes/test_scenarios/test_search_logs_returns_… |
port:01 |
network | healthy | tests/v2/cassettes/test_scenarios/test_search_logs_returns_… |
port:12 |
network | healthy | tests/v2/cassettes/test_scenarios/test_search_logs_returns_… |
port:13 |
network | healthy | tests/v2/cassettes/test_scenarios/test_get_all_containers_r… |
port:46 |
network | healthy | tests/v2/cassettes/test_scenarios/test_get_all_containers_r… |
port:08 |
network | healthy | tests/v2/cassettes/test_scenarios/test_get_all_containers_r… |
port:30 |
network | healthy | tests/v2/cassettes/test_scenarios/test_get_all_containers_r… |
port:09 |
network | healthy | tests/v2/cassettes/test_scenarios/test_list_roles_returns_o… |
port:52 |
network | healthy | tests/v2/cassettes/test_scenarios/test_list_roles_returns_o… |
port:19 |
network | healthy | tests/v2/cassettes/test_scenarios/test_update_an_existing_s… |
port:32 |
network | healthy | tests/v2/cassettes/test_scenarios/test_update_an_existing_s… |
port:27 |
network | healthy | tests/v2/cassettes/test_scenarios/test_create_a_tag_configu… |
port:15 |
network | healthy | tests/v2/cassettes/test_scenarios/test_create_role_with_a_p… |
port:35 |
network | healthy | tests/v2/cassettes/test_scenarios/test_create_role_with_a_p… |
port:39 |
network | healthy | tests/v2/cassettes/test_scenarios/test_create_role_with_a_p… |
port:40 |
network | healthy | tests/v2/cassettes/test_scenarios/test_create_role_with_a_p… |
port:18 |
network | healthy | tests/v2/cassettes/test_scenarios/test_create_role_with_a_p… |
port:16 |
network | healthy | tests/v2/cassettes/test_scenarios/test_create_role_with_a_p… |
port:24 |
network | healthy | tests/v2/cassettes/test_scenarios/test_create_role_with_a_p… |
port:07 |
network | healthy | tests/v2/cassettes/test_scenarios/test_create_role_with_a_p… |
port:38 |
network | healthy | tests/v2/cassettes/test_scenarios/test_create_role_with_a_p… |
port:20 |
network | healthy | tests/v2/cassettes/test_scenarios/test_create_role_with_a_p… |
port:21 |
network | healthy | tests/v2/cassettes/test_scenarios/test_create_role_with_a_p… |
port:55 |
network | healthy | tests/v2/cassettes/test_scenarios/test_create_role_with_a_p… |
port:43 |
network | healthy | tests/v2/cassettes/test_scenarios/test_create_role_with_a_p… |
port:56 |
network | healthy | tests/v2/cassettes/test_scenarios/test_create_role_with_a_p… |
port:59 |
network | healthy | tests/v2/cassettes/test_scenarios/test_create_role_with_a_p… |
port:51 |
network | healthy | tests/v2/cassettes/test_scenarios/test_create_role_with_a_p… |
port:31 |
network | healthy | tests/v2/cassettes/test_scenarios/test_create_role_with_a_p… |
port:26 |
network | healthy | tests/v2/cassettes/test_scenarios/test_create_role_with_a_p… |
port:10 |
network | healthy | tests/v2/cassettes/test_scenarios/test_create_role_with_a_p… |
port:36 |
network | healthy | tests/v2/cassettes/test_scenarios/test_create_role_with_a_p… |
port:25 |
network | healthy | tests/v2/cassettes/test_scenarios/test_create_role_with_a_p… |
port:50 |
network | healthy | tests/v2/cassettes/test_scenarios/test_create_role_with_a_p… |
port:45 |
network | healthy | tests/v2/cassettes/test_scenarios/test_create_role_with_a_p… |
port:03 |
network | healthy | tests/v2/cassettes/test_scenarios/test_create_role_with_a_p… |
port:22 |
network | healthy | tests/v2/cassettes/test_scenarios/test_create_role_with_a_p… |
port:05 |
network | healthy | tests/v2/cassettes/test_scenarios/test_create_role_with_a_p… |
port:47 |
network | healthy | tests/v2/cassettes/test_scenarios/test_delete_an_incident_i… |
port:53 |
network | healthy | tests/v2/cassettes/test_scenarios/test_cancel_a_downtime_re… |
port:33 |
network | healthy | tests/v2/cassettes/test_scenarios/test_cancel_a_downtime_re… |
port:37 |
network | healthy | tests/v2/cassettes/test_scenarios/test_get_a_list_of_entiti… |
port:34 |
network | healthy | tests/v2/cassettes/test_scenarios/test_get_a_list_of_entiti… |
port:02 |
network | healthy | tests/v2/cassettes/test_scenarios/test_get_a_list_of_entiti… |
port:57 |
network | healthy | tests/v2/cassettes/test_scenarios/test_create_a_network_pat… |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
auth::tests/v2/cassettes/test_scenarios/test_update_a_role_… |
security | healthy | tests/v2/cassettes/test_scenarios/test_update_a_role_return… |
auth::src/datadog_api_client/v1/model/synthetics_basic_auth… |
security | healthy | src/datadog_api_client/v1/model/synthetics_basic_auth.py |
auth::tests/v2/cassettes/test_scenarios/test_grant_permissi… |
security | healthy | tests/v2/cassettes/test_scenarios/test_grant_permission_to_… |
auth::src/datadog_api_client/v2/model/authn_mapping_attribu… |
security | healthy | src/datadog_api_client/v2/model/authn_mapping_attributes.py |
auth::examples/v2/oauth2-client-public/RegisterOAuthClient.… |
security | healthy | examples/v2/oauth2-client-public/RegisterOAuthClient.py |
auth::src/datadog_api_client/v2/model/saml_configuration_up… |
security | healthy | src/datadog_api_client/v2/model/saml_configuration_update_a… |
auth::.github/workflows/publish.yml |
security | healthy | .github/workflows/publish.yml |
auth::src/datadog_api_client/v2/model/saml_assertion_attrib… |
security | healthy | src/datadog_api_client/v2/model/saml_assertion_attributes_t… |
auth::src/datadog_api_client/v1/api/organizations_api.py |
security | healthy | src/datadog_api_client/v1/api/organizations_api.py |
auth::tests/v2/cassettes/test_scenarios/test_add_okta_accou… |
security | healthy | tests/v2/cassettes/test_scenarios/test_add_okta_account_ret… |
auth::examples/v1/synthetics/CreateSyntheticsAPITest_960766… |
security | healthy | examples/v1/synthetics/CreateSyntheticsAPITest_960766374.py |
auth::tests/v2/cassettes/test_scenarios/test_revoke_permiss… |
security | healthy | tests/v2/cassettes/test_scenarios/test_revoke_permission_re… |
auth::src/datadog_api_client/v1/model/synthetics_basic_auth… |
security | healthy | src/datadog_api_client/v1/model/synthetics_basic_auth_jwt.py |
auth::tests/v2/cassettes/test_scenarios/test_list_integrati… |
security | healthy | tests/v2/cassettes/test_scenarios/test_list_integrations_re… |
auth::examples/v2/okta-integration/CreateOktaAccount.py |
security | healthy | examples/v2/okta-integration/CreateOktaAccount.py |
auth::src/datadog_api_client/v2/model/authn_mapping_include… |
security | healthy | src/datadog_api_client/v2/model/authn_mapping_included.py |
auth::src/datadog_api_client/v2/model/upsert_o_auth_scopes_… |
security | healthy | src/datadog_api_client/v2/model/upsert_o_auth_scopes_restri… |
auth::tests/v2/cassettes/test_scenarios/test_create_role_wi… |
security | healthy | tests/v2/cassettes/test_scenarios/test_create_role_with_a_p… |
auth::tests/v1/cassettes/test_scenarios/test_create_an_api_… |
security | healthy | tests/v1/cassettes/test_scenarios/test_create_an_api_http_t… |
auth::tests/v1/features/given.json |
security | healthy | tests/v1/features/given.json |
auth::src/datadog_api_client/v1/model/organization_settings… |
security | healthy | src/datadog_api_client/v1/model/organization_settings_saml.… |
auth::tests/v2/cassettes/test_scenarios/test_list_all_users… |
security | healthy | tests/v2/cassettes/test_scenarios/test_list_all_users_retur… |
auth::examples/v2/webhooks-integration/CreateOAuth2ClientCr… |
security | healthy | examples/v2/webhooks-integration/CreateOAuth2ClientCredenti… |
auth::src/datadog_api_client/v2/api/salesforce_integration_… |
security | healthy | src/datadog_api_client/v2/api/salesforce_integration_api.py |
auth::src/datadog_api_client/v2/model/relationship_to_saml_… |
security | healthy | src/datadog_api_client/v2/model/relationship_to_saml_assert… |
auth::src/datadog_api_client/v2/model/azure_credentials_upd… |
security | healthy | src/datadog_api_client/v2/model/azure_credentials_update.py |
auth::tests/v2/cassettes/test_scenarios/test_update_a_role_… |
security | healthy | tests/v2/cassettes/test_scenarios/test_update_a_role_return… |
auth::tests/v2/cassettes/test_scenarios/test_revoke_permiss… |
security | healthy | tests/v2/cassettes/test_scenarios/test_revoke_permission_re… |
auth::src/datadog_api_client/v1/model/synthetics_basic_auth… |
security | healthy | src/datadog_api_client/v1/model/synthetics_basic_auth_jwt_a… |
auth::src/datadog_api_client/v1/model/synthetics_basic_auth… |
security | healthy | src/datadog_api_client/v1/model/synthetics_basic_auth_oauth… |
auth::src/datadog_api_client/v2/model/saml_configuration_re… |
security | healthy | src/datadog_api_client/v2/model/saml_configuration_response… |
auth::src/datadog_api_client/v1/model/synthetics_basic_auth… |
security | healthy | src/datadog_api_client/v1/model/synthetics_basic_auth_jwt_a… |
auth::src/datadog_api_client/v1/model/organization_settings… |
security | healthy | src/datadog_api_client/v1/model/organization_settings_saml_… |
auth::examples/v2/organizations/ListSAMLConfigurations.py |
security | healthy | examples/v2/organizations/ListSAMLConfigurations.py |
auth::src/datadog_api_client/v2/model/saml_configuration_up… |
security | healthy | src/datadog_api_client/v2/model/saml_configuration_update_d… |
auth::tests/v2/cassettes/test_scenarios/test_list_permissio… |
security | healthy | tests/v2/cassettes/test_scenarios/test_list_permissions_for… |
auth::src/datadog_api_client/v2/model/o_auth_oidc_scope.py |
security | healthy | src/datadog_api_client/v2/model/o_auth_oidc_scope.py |
auth::tests/v2/cassettes/test_scenarios/test_list_namespace… |
security | healthy | tests/v2/cassettes/test_scenarios/test_list_namespaces_retu… |
auth::tests/v2/cassettes/test_scenarios/test_list_okta_acco… |
security | healthy | tests/v2/cassettes/test_scenarios/test_list_okta_accounts_r… |
auth::src/datadog_api_client/v2/model/saml_configurations_r… |
security | healthy | src/datadog_api_client/v2/model/saml_configurations_respons… |
auth::src/datadog_api_client/v1/model/organization_settings… |
security | healthy | src/datadog_api_client/v1/model/organization_settings.py |
auth::tests/v2/cassettes/test_scenarios/test_list_org_confi… |
security | healthy | tests/v2/cassettes/test_scenarios/test_list_org_configs_ret… |
auth::src/datadog_api_client/v2/api/organizations_api.py |
security | healthy | src/datadog_api_client/v2/api/organizations_api.py |
auth::src/datadog_api_client/v2/model/o_auth_scopes_restric… |
security | healthy | src/datadog_api_client/v2/model/o_auth_scopes_restriction.py |
auth::src/datadog_api_client/v2/model/saml_assertion_attrib… |
security | healthy | src/datadog_api_client/v2/model/saml_assertion_attribute_at… |
auth::tests/v1/features/synthetics_api_http_test_payload.js… |
security | healthy | tests/v1/features/synthetics_api_http_test_payload.json |
auth::src/datadog_api_client/v2/model/azure_credentials.py |
security | healthy | src/datadog_api_client/v2/model/azure_credentials.py |
auth::tests/v1/features/synthetics_api_http_test_oauth_rop_… |
security | healthy | tests/v1/features/synthetics_api_http_test_oauth_rop_payloa… |
auth::src/datadog_api_client/v2/model/saml_configuration_up… |
security | healthy | src/datadog_api_client/v2/model/saml_configuration_update_r… |
auth::tests/v2/cassettes/test_scenarios/test_list_permissio… |
security | healthy | tests/v2/cassettes/test_scenarios/test_list_permissions_ret… |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
test_integration |
cicd | healthy | .github/workflows/reusable-integration-test.yml |
pre-commit |
cicd | healthy | .github/workflows/test.yml |
test |
cicd | healthy | .github/workflows/test.yml |
examples |
cicd | healthy | .github/workflows/test.yml |
report |
cicd | healthy | .github/workflows/test.yml |
send_status |
cicd | healthy | .github/workflows/approved_status.yml |
changelog |
cicd | healthy | .github/workflows/changelog.yml |
analyze |
cicd | healthy | .github/workflows/codeql-analysis.yml |
test |
cicd | healthy | .github/workflows/reusable-python-test.yml |
build |
cicd | healthy | .github/workflows/docs.yml |
publish |
cicd | healthy | .github/workflows/docs.yml |
triage |
cicd | healthy | .github/workflows/labeler.yml |
create_release |
cicd | healthy | .github/workflows/release.yml |
examples |
cicd | healthy | .github/workflows/reusable-examples.yml |
pre-commit |
cicd | healthy | .github/workflows/reusable-ci.yml |
test |
cicd | healthy | .github/workflows/reusable-ci.yml |
examples |
cicd | healthy | .github/workflows/reusable-ci.yml |
integration |
cicd | healthy | .github/workflows/reusable-ci.yml |
stale |
cicd | healthy | .github/workflows/stale.yml |
pre-commit |
cicd | healthy | .github/workflows/reusable-pre-commit.yml |
upload_release |
cicd | healthy | .github/workflows/publish.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
generic_api_key::examples/v2/statuspage-integration/CreateS… |
security | healthy | examples/v2/statuspage-integration/CreateStatuspageAccount.… |
generic_api_key::examples/v2/statuspage-integration/UpdateS… |
security | healthy | examples/v2/statuspage-integration/UpdateStatuspageAccount.… |
password_literal::examples/v2/logs-custom-destinations/Crea… |
security | healthy | examples/v2/logs-custom-destinations/CreateLogsCustomDestin… |
password_literal::examples/v2/logs-custom-destinations/Crea… |
security | healthy | examples/v2/logs-custom-destinations/CreateLogsCustomDestin… |
password_literal::examples/v2/logs-custom-destinations/Crea… |
security | healthy | examples/v2/logs-custom-destinations/CreateLogsCustomDestin… |
generic_api_key::examples/v2/fastly-integration/CreateFastl… |
security | healthy | examples/v2/fastly-integration/CreateFastlyAccount.py |
generic_api_key::examples/v2/opsgenie-integration/UpdateOps… |
security | healthy | examples/v2/opsgenie-integration/UpdateOpsgenieAccount.py |
generic_api_key::examples/v2/opsgenie-integration/CreateOps… |
security | healthy | examples/v2/opsgenie-integration/CreateOpsgenieAccount.py |
generic_api_key::examples/v2/opsgenie-integration/UpdateOps… |
security | healthy | examples/v2/opsgenie-integration/UpdateOpsgenieService.py |
generic_api_key::examples/v2/opsgenie-integration/CreateOps… |
security | healthy | examples/v2/opsgenie-integration/CreateOpsgenieService.py |
password_literal::examples/v1/synthetics/UpdateBrowserTest.… |
security | healthy | examples/v1/synthetics/UpdateBrowserTest.py |
password_literal::examples/v1/synthetics/CreateSyntheticsAP… |
security | healthy | examples/v1/synthetics/CreateSyntheticsAPITest_1717840259.py |
password_literal::examples/v1/synthetics/CreateSyntheticsAP… |
security | healthy | examples/v1/synthetics/CreateSyntheticsAPITest_1717840259.py |
password_literal::examples/v1/synthetics/CreateSyntheticsAP… |
security | healthy | examples/v1/synthetics/CreateSyntheticsAPITest_1717840259.py |
password_literal::examples/v1/synthetics/CreateSyntheticsAP… |
security | healthy | examples/v1/synthetics/CreateSyntheticsAPITest_1717840259.py |
password_literal::examples/v1/synthetics/CreateSyntheticsAP… |
security | healthy | examples/v1/synthetics/CreateSyntheticsAPITest_960766374.py |
password_literal::examples/v1/synthetics/CreateSyntheticsAP… |
security | healthy | examples/v1/synthetics/CreateSyntheticsAPITest_2106135939.py |
password_literal::examples/v1/synthetics/TriggerCITests.py |
security | healthy | examples/v1/synthetics/TriggerCITests.py |
password_literal::examples/v1/synthetics/CreateSyntheticsAP… |
security | healthy | examples/v1/synthetics/CreateSyntheticsAPITest_1279271422.py |
| Label | Layer | Status | Path |
|---|---|---|---|
gha::reusable-integration-test |
cicd | healthy | .github/workflows/reusable-integration-test.yml |
gha::test |
cicd | healthy | .github/workflows/test.yml |
gha::approved_status |
cicd | healthy | .github/workflows/approved_status.yml |
gha::changelog |
cicd | healthy | .github/workflows/changelog.yml |
gha::codeql-analysis |
cicd | healthy | .github/workflows/codeql-analysis.yml |
gha::reusable-python-test |
cicd | healthy | .github/workflows/reusable-python-test.yml |
gha::docs |
cicd | healthy | .github/workflows/docs.yml |
gha::labeler |
cicd | healthy | .github/workflows/labeler.yml |
gha::release |
cicd | healthy | .github/workflows/release.yml |
gha::reusable-examples |
cicd | healthy | .github/workflows/reusable-examples.yml |
gha::reusable-ci |
cicd | healthy | .github/workflows/reusable-ci.yml |
gha::stale |
cicd | healthy | .github/workflows/stale.yml |
gha::reusable-pre-commit |
cicd | healthy | .github/workflows/reusable-pre-commit.yml |
gha::publish |
cicd | healthy | .github/workflows/publish.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
elasticsearch |
data | healthy | tests/v2/cassettes/test_scenarios/test_list_security_findin… |
cassandra |
data | healthy | tests/v2/cassettes/test_scenarios/test_scalar_cross_product… |
postgres |
data | healthy | tests/v2/cassettes/test_scenarios/test_update_a_monitor_use… |
redis |
data | healthy | tests/v2/cassettes/test_scenarios/test_get_all_workload_pro… |
postgresql |
data | healthy | tests/v2/cassettes/test_scenarios/test_search_pipelines_eve… |
sqlite |
data | healthy | tests/v2/cassettes/test_scenarios/test_get_sbom_returns_ok_… |
mysql |
data | healthy | tests/v2/cassettes/test_scenarios/test_get_sbom_returns_ok_… |
mongodb |
data | healthy | tests/v2/cassettes/test_scenarios/test_get_sbom_returns_ok_… |
| Label | Layer | Status | Path |
|---|---|---|---|
vps::aws |
hardware | healthy | tests/aws_test.py |
vps::azure |
hardware | healthy | tests/test_deserialization.py |
vps::ec2 |
hardware | healthy | tests/v2/cassettes/test_scenarios/test_list_security_findin… |
vps::gcp |
hardware | healthy | tests/v2/cassettes/test_scenarios/test_update_gcp_scan_opti… |
vps::digitalocean |
hardware | healthy | tests/v2/cassettes/test_scenarios/test_get_sbom_returns_ok_… |
vps::vultr |
hardware | healthy | tests/v2/cassettes/test_scenarios/test_get_sbom_returns_ok_… |
vps::linode |
hardware | healthy | tests/v2/cassettes/test_scenarios/test_get_sbom_returns_ok_… |
vps::lightsail |
hardware | healthy | tests/v2/cassettes/test_scenarios/test_get_resource_collect… |
| Label | Layer | Status | Path |
|---|---|---|---|
DD_CLIENT_APP_KEY |
cicd | healthy | — |
DD_CLIENT_API_KEY |
cicd | healthy | — |
DD_API_KEY |
cicd | healthy | — |
SPHINX_VERSION |
cicd | healthy | — |
PY |
cicd | healthy | — |
SLEEP_AFTER_REQUEST |
cicd | healthy | — |
GITHUB_TOKEN |
cicd | healthy | — |
| Label | Layer | Status | Path |
|---|---|---|---|
nginx |
network | healthy | tests/v2/cassettes/test_scenarios/test_update_a_custom_dest… |
load
balancer |
network | healthy | tests/v2/cassettes/test_scenarios/test_get_a_tag_pipeline_r… |
loadbalancer |
network | healthy | tests/v1/cassettes/test_scenarios/test_get_all_monitors_ret… |
| Label | Layer | Status | Path |
|---|---|---|---|
kafka |
data | healthy | tests/v2/cassettes/test_scenarios/test_list_security_findin… |
sqs |
data | healthy | tests/v2/cassettes/test_scenarios/test_create_an_aws_integr… |
| Label | Layer | Status | Path |
|---|---|---|---|
k8s::stale::repository.datadog.yaml |
hardware | healthy | repository.datadog.yaml |
k8s::mergegate::repository.datadog.yaml |
hardware | healthy | repository.datadog.yaml |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-viokjojh |
software | healthy | /tmp/repobility-clone-viokjojh |
| Label | Layer | Status | Path |
|---|---|---|---|
gpu (detected) |
hardware | healthy | tests/v2/cassettes/test_scenarios/test_get_an_existing_app_… |
This page is publicly accessible at:
https://repobility.com/scan/efffaa4d-098b-4955-a5e8-f06a3af25d85/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/efffaa4d-098b-4955-a5e8-f06a3af25d85/
Important — please don't re-submit the same URL repeatedly. The submission endpoint is idempotent: re-submitting the same git URL returns this same scan_token, not a new one. To re-scan this repo, sign up free and use the dashboard.