method,path,normalized_path,pages,titles,sdk_module_guesses,handler_declared,mock_method_path,mock_call_expectation,request_body_matcher,query_matcher,response_fixture,fixture_deserialization,live_evidence,handler_evidence,mock_evidence,request_evidence,response_evidence,fixture_evidence,live_evidence_files,uncertain_test_path_mentions,audit_status,notes
DELETE,/v1/bdbs/{uid},/v1/bdbs/{},bdbs,Database requests,bdb,true,true,false,false,false,true,false,true,src/bdb.rs:763,tests/bdb/crud.rs:136;tests/tower_integration_tests.rs:193,,tests/tower_integration_tests.rs:193,,tests/live_enterprise_smoke.rs:239,tests/bdb/monitoring.rs;tests/debuginfo_tests.rs;tests/stats_tests.rs;tests/tower_middleware_tests.rs,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation; unscoped path literals are not counted as behavioral evidence
DELETE,/v1/bdbs/{uid}/passwords,/v1/bdbs/{}/passwords,bdbs/passwords,Database passwords requests,bdb,true,true,false,false,false,false,false,false,src/bdb.rs:978,tests/bdb/monitoring.rs:168,,,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
DELETE,/v1/cluster/actions/{action},/v1/cluster/actions/{},cluster/actions,Cluster actions requests,,true,false,false,false,false,false,false,false,src/cluster.rs:627,,,,,,tests/bootstrap_tests.rs;tests/cluster_tests.rs;tests/route_coverage.rs,handler_without_mock_evidence,unscoped path literals are not counted as behavioral evidence
DELETE,/v1/cluster/auditing/db_conns,/v1/cluster/auditing/db_conns,cluster/auditing-db-conns,Auditing database connections requests,,true,false,false,false,false,false,false,false,src/cluster.rs:643,,,,,,tests/cluster_tests.rs,handler_without_mock_evidence,unscoped path literals are not counted as behavioral evidence
DELETE,/v1/cluster/certificates/{certificate_name},/v1/cluster/certificates/{},cluster/certificates,Cluster certificates requests,,true,false,false,false,false,false,false,false,src/cluster.rs:654,,,,,,tests/cluster_tests.rs,handler_without_mock_evidence,unscoped path literals are not counted as behavioral evidence
DELETE,/v1/cluster/ldap,/v1/cluster/ldap,cluster/ldap,Cluster LDAP requests,,true,true,false,false,false,true,false,false,src/cluster.rs:672,tests/cluster_tests.rs:134,,tests/cluster_tests.rs:134,,,tests/ldap_mappings_tests.rs,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation; unscoped path literals are not counted as behavioral evidence
DELETE,/v1/cluster/sso,/v1/cluster/sso,cluster/sso,Single sign-on requests,,true,true,false,false,false,false,false,false,src/cluster.rs:742,tests/cluster_tests.rs:408,,,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
DELETE,/v1/crdbs/{crdb_guid},/v1/crdbs/{},crdbs,CRDBs requests,crdb,true,true,false,false,false,true,false,false,src/crdb.rs:239,tests/crdb_tests.rs:469;tests/crdb_tests.rs:493,,tests/crdb_tests.rs:493,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
DELETE,/v1/ldap_mappings/{uid},/v1/ldap_mappings/{},ldap_mappings,LDAP mappings requests,ldap_mappings,true,true,false,false,false,true,false,false,src/ldap_mappings.rs:101,tests/ldap_mappings_tests.rs:346;tests/ldap_mappings_tests.rs:370,,tests/ldap_mappings_tests.rs:370,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
DELETE,/v1/nodes/{node_uid}/actions/{action},/v1/nodes/{}/actions/{},nodes/actions,Node actions requests,,true,true,false,false,false,false,false,false,src/nodes.rs:268,tests/node_tests.rs:144,,,,,tests/cluster_tests.rs,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation; unscoped path literals are not counted as behavioral evidence
DELETE,/v1/nodes/{uid}/snapshots/{snapshot_name},/v1/nodes/{}/snapshots/{},nodes/snapshots,Node snapshot requests,,true,true,false,false,false,false,false,false,src/nodes.rs:292,tests/node_tests.rs:130,,,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
DELETE,/v1/redis_acls/{uid},/v1/redis_acls/{},redis_acls,Redis access control list (ACL) requests,redis_acls,true,true,false,false,false,true,false,false,src/redis_acls.rs:52,tests/redis_acl_tests.rs:373;tests/redis_acl_tests.rs:524,,tests/redis_acl_tests.rs:524,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
DELETE,/v1/roles/{uid},/v1/roles/{},roles,Roles requests,roles,true,true,false,false,false,true,false,false,src/roles.rs:96,tests/roles_tests.rs:376;tests/roles_tests.rs:400,,tests/roles_tests.rs:400,,,tests/route_coverage.rs,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation; unscoped path literals are not counted as behavioral evidence
DELETE,/v1/users/{uid},/v1/users/{},users,Users requests,users,true,true,false,false,false,false,false,true,src/users.rs:226;src/users.rs:258,tests/user_tests.rs:272,,,,tests/live_enterprise_smoke.rs:394,tests/route_coverage.rs,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation; unscoped path literals are not counted as behavioral evidence
DELETE,/v2/local/modules/user-defined/artifacts/<module_name>/<version>,/v2/local/modules/user-defined/artifacts/{}/{},modules/user-defined,User-defined module requests,,true,true,false,false,false,false,false,false,src/modules.rs:238,tests/module_tests.rs:388,,,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
DELETE,/v2/modules/user-defined/<uid>,/v2/modules/user-defined/{},modules/user-defined,User-defined module requests,,true,true,false,false,false,false,false,false,src/modules.rs:225,tests/module_tests.rs:366,,,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
GET,/v1/actions,/v1/actions,actions,Actions requests,actions,true,true,false,false,false,true,false,false,src/actions.rs:108;src/actions.rs:120;src/actions.rs:192,tests/action_tests.rs:104;tests/action_tests.rs:261;tests/action_tests.rs:60,,tests/action_tests.rs:104;tests/action_tests.rs:261;tests/action_tests.rs:60,,,tests/live_compliance.rs,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation; unscoped path literals are not counted as behavioral evidence
GET,/v1/actions/bdb/{bdb_uid},/v1/actions/bdb/{},actions/bdb,Database actions requests,,true,false,false,false,false,false,false,false,src/actions.rs:156;src/actions.rs:215,,,,,,,handler_without_mock_evidence,
GET,/v1/actions/{uid},/v1/actions/{},actions,Actions requests,actions,true,true,false,false,false,true,false,false,src/actions.rs:126;src/actions.rs:201,tests/action_tests.rs:133;tests/action_tests.rs:168;tests/action_tests.rs:198;tests/action_tests.rs:231,,tests/action_tests.rs:133;tests/action_tests.rs:168;tests/action_tests.rs:198;tests/action_tests.rs:231,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
GET,/v1/bdbs,/v1/bdbs,bdbs,Database requests,bdb,true,true,false,false,false,true,true,true,src/bdb.rs:736,tests/bdb/crud.rs:15;tests/tower_integration_tests.rs:283;tests/tower_middleware_tests.rs:275;tests/tower_middleware_tests.rs:61,,tests/bdb/crud.rs:15;tests/tower_integration_tests.rs:283;tests/tower_middleware_tests.rs:275;tests/tower_middleware_tests.rs:61,tests/fixture_validation_tests.rs:25;tests/model_fidelity_tests.rs:70,tests/live_enterprise_smoke.rs:236;tests/live_enterprise_smoke.rs:333;tests/live_enterprise_smoke.rs:91,tests/live_compliance.rs,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation; unscoped path literals are not counted as behavioral evidence
GET,/v1/bdbs/alerts,/v1/bdbs/alerts,bdbs/alerts,Database alerts requests,alerts,true,true,false,false,false,true,false,false,src/bdb.rs:984,tests/bdb/monitoring.rs:137,,tests/bdb/monitoring.rs:137,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
GET,/v1/bdbs/alerts/{uid},/v1/bdbs/alerts/{},bdbs/alerts,Database alerts requests,alerts,true,true,false,false,false,true,false,false,src/alerts.rs:256;src/bdb.rs:989,tests/alerts_tests.rs:53;tests/alerts_tests.rs:81,,tests/alerts_tests.rs:53;tests/alerts_tests.rs:81,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
GET,/v1/bdbs/alerts/{uid}/{alert},/v1/bdbs/alerts/{}/{},bdbs/alerts,Database alerts requests,alerts,true,false,false,false,false,false,false,false,src/bdb.rs:995,,,,,,,handler_without_mock_evidence,
GET,/v1/bdbs/crdt_sources/alerts,/v1/bdbs/crdt_sources/alerts,bdbs/crdt_sources-alerts,Database CRDT sources alerts requests,alerts,true,false,false,false,false,false,false,false,src/bdb.rs:1001,,,,,,,handler_without_mock_evidence,
GET,/v1/bdbs/crdt_sources/alerts/{uid},/v1/bdbs/crdt_sources/alerts/{},bdbs/crdt_sources-alerts,Database CRDT sources alerts requests,alerts,true,false,false,false,false,false,false,false,src/bdb.rs:1007,,,,,,,handler_without_mock_evidence,
GET,/v1/bdbs/crdt_sources/alerts/{uid}/{crdt_src_id},/v1/bdbs/crdt_sources/alerts/{}/{},bdbs/crdt_sources-alerts,Database CRDT sources alerts requests,alerts,true,false,false,false,false,false,false,false,src/bdb.rs:1014,,,,,,,handler_without_mock_evidence,
GET,/v1/bdbs/crdt_sources/alerts/{uid}/{crdt_src_id}/{alert},/v1/bdbs/crdt_sources/alerts/{}/{}/{},bdbs/crdt_sources-alerts,Database CRDT sources alerts requests,alerts,true,true,false,false,false,true,false,false,src/bdb.rs:1029,tests/bdb/monitoring.rs:144,,tests/bdb/monitoring.rs:144,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
GET,/v1/bdbs/debuginfo,/v1/bdbs/debuginfo,bdbs/debuginfo,Database debug info requests,debuginfo,true,true,false,false,false,false,false,false,src/debuginfo.rs:164,tests/debuginfo_tests.rs:186,,,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
GET,/v1/bdbs/replica_sources/alerts,/v1/bdbs/replica_sources/alerts,bdbs/replica_sources-alerts,Database replica sources alerts requests,alerts,true,false,false,false,false,false,false,false,src/bdb.rs:1038,,,,,,,handler_without_mock_evidence,
GET,/v1/bdbs/replica_sources/alerts/{uid},/v1/bdbs/replica_sources/alerts/{},bdbs/replica_sources-alerts,Database replica sources alerts requests,alerts,true,false,false,false,false,false,false,false,src/bdb.rs:1044,,,,,,,handler_without_mock_evidence,
GET,/v1/bdbs/replica_sources/alerts/{uid}/{replica_src_id},/v1/bdbs/replica_sources/alerts/{}/{},bdbs/replica_sources-alerts,Database replica sources alerts requests,alerts,true,false,false,false,false,false,false,false,src/bdb.rs:1051,,,,,,,handler_without_mock_evidence,
GET,/v1/bdbs/replica_sources/alerts/{uid}/{replica_src_id}/{alert},/v1/bdbs/replica_sources/alerts/{}/{}/{},bdbs/replica_sources-alerts,Database replica sources alerts requests,alerts,true,false,false,false,false,false,false,false,src/bdb.rs:1066,,,,,,,handler_without_mock_evidence,
GET,/v1/bdbs/stats,/v1/bdbs/stats,bdbs/stats,Database stats requests,bdb,true,true,false,false,false,true,false,false,src/stats.rs:294;src/stats.rs:297,tests/stats_tests.rs:516,,tests/stats_tests.rs:516,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
GET,/v1/bdbs/stats/last,/v1/bdbs/stats/last,bdbs/stats/last,Latest database stats requests,,true,false,false,false,false,false,false,false,src/stats.rs:305,,,,,,,handler_without_mock_evidence,
GET,/v1/bdbs/stats/last/{uid},/v1/bdbs/stats/last/{},bdbs/stats/last,Latest database stats requests,,true,true,false,false,false,true,false,false,src/stats.rs:283,tests/stats_tests.rs:492,,tests/stats_tests.rs:492,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
GET,/v1/bdbs/stats/{uid},/v1/bdbs/stats/{},bdbs/stats,Database stats requests,bdb,true,true,false,false,false,true,false,false,src/bdb.rs:768;src/stats.rs:273;src/stats.rs:276;src/stats.rs:305,tests/bdb/monitoring.rs:71;tests/stats_tests.rs:440;tests/stats_tests.rs:468,,tests/bdb/monitoring.rs:71;tests/stats_tests.rs:440;tests/stats_tests.rs:468,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
GET,/v1/bdbs/{uid},/v1/bdbs/{},bdbs,Database requests,bdb,true,true,false,false,false,true,true,true,src/bdb.rs:741;src/bdb.rs:984;src/debuginfo.rs:164;src/stats.rs:294;src/stats.rs:297,tests/bdb/crud.rs:44;tests/bdb/monitoring.rs:137;tests/debuginfo_tests.rs:186;tests/stats_tests.rs:516;tests/tower_integration_tests.rs:339;tests/tower_middleware_tests.rs:333,,tests/bdb/crud.rs:44;tests/bdb/monitoring.rs:137;tests/stats_tests.rs:516;tests/tower_integration_tests.rs:339;tests/tower_middleware_tests.rs:333,tests/fixture_validation_tests.rs:34,tests/live_enterprise_smoke.rs:238,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
GET,/v1/bdbs/{uid}/actions/optimize_shards_placement,/v1/bdbs/{}/actions/optimize_shards_placement,bdbs/actions/optimize_shards_placement,Optimize shards placement database action requests,,true,true,false,false,false,true,false,false,src/bdb.rs:832,tests/bdb/actions.rs:49,,tests/bdb/actions.rs:49,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
GET,/v1/bdbs/{uid}/actions/recover,/v1/bdbs/{}/actions/recover,bdbs/actions/recover,Recover database requests,,true,false,false,false,false,false,false,false,src/bdb.rs:842,,,,,,tests/bdb/actions.rs,handler_without_mock_evidence,unscoped path literals are not counted as behavioral evidence
GET,/v1/bdbs/{uid}/availability,/v1/bdbs/{}/availability,bdbs/availability,Database availability requests,bdb,true,true,true,false,false,true,false,true,src/bdb.rs:1159,tests/bdb/monitoring.rs:48,,tests/bdb/monitoring.rs:48,,tests/live_enterprise_smoke.rs:334,,handler_with_asserted_mock,
GET,/v1/bdbs/{bdb_uid}/debuginfo,/v1/bdbs/{}/debuginfo,bdbs/debuginfo,Database debug info requests,debuginfo,true,true,false,false,false,false,false,false,src/debuginfo.rs:171,tests/debuginfo_tests.rs:208,,,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
GET,/v1/bdbs/{bdb_uid}/peer_stats,/v1/bdbs/{}/peer_stats,bdbs/peer_stats,CRDB peer stats requests,bdb,true,true,false,false,false,true,false,false,src/bdb.rs:929,tests/bdb/monitoring.rs:110,,tests/bdb/monitoring.rs:110,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
GET,/v1/bdbs/{bdb_uid}/peer_stats/{uid},/v1/bdbs/{}/peer_stats/{},bdbs/peer_stats,CRDB peer stats requests,bdb,true,false,false,false,false,false,false,false,src/bdb.rs:936,,,,,,,handler_without_mock_evidence,
GET,/v1/bdbs/{bdb_uid}/shards,/v1/bdbs/{}/shards,bdbs/shards,Database shards requests,bdb,true,true,false,false,false,true,false,false,src/bdb.rs:820;src/shards.rs:165,tests/bdb/monitoring.rs:88;tests/shard_tests.rs:372;tests/shard_tests.rs:406,,tests/bdb/monitoring.rs:88;tests/shard_tests.rs:372;tests/shard_tests.rs:406,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
GET,/v1/bdbs/{bdb_uid}/sync_source_stats,/v1/bdbs/{}/sync_source_stats,bdbs/sync_source_stats,Database syncer source stats requests,bdb,true,false,false,false,false,false,false,false,src/bdb.rs:943,,,,,,,handler_without_mock_evidence,
GET,/v1/bdbs/{bdb_uid}/sync_source_stats/{uid},/v1/bdbs/{}/sync_source_stats/{},bdbs/sync_source_stats,Database syncer source stats requests,bdb,true,false,false,false,false,false,false,false,src/bdb.rs:950,,,,,,,handler_without_mock_evidence,
GET,/v1/bdbs/{uid}/syncer_state,/v1/bdbs/{}/syncer_state,bdbs/syncer_state,Syncer state requests,bdb,true,true,false,false,false,true,false,false,src/bdb.rs:957,tests/bdb/monitoring.rs:117,,tests/bdb/monitoring.rs:117,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
GET,/v1/bdbs/{uid}/syncer_state/crdt,/v1/bdbs/{}/syncer_state/crdt,bdbs/syncer_state/crdt,CRDT syncer state requests,,true,false,false,false,false,false,false,false,src/bdb.rs:964,,,,,,,handler_without_mock_evidence,
GET,/v1/bdbs/{uid}/syncer_state/replica,/v1/bdbs/{}/syncer_state/replica,bdbs/syncer_state/replica,Replica syncer state requests,,true,false,false,false,false,false,false,false,src/bdb.rs:971,,,,,,,handler_without_mock_evidence,
GET,/v1/boostrap,/v1/boostrap,bootstrap,Bootstrap requests,bootstrap,false,false,false,false,false,false,false,false,,,,,,,,docs_only,
GET,/v1/cluster,/v1/cluster,cluster,Cluster requests,cluster,true,true,false,false,false,true,true,true,src/cluster.rs:491,tests/cluster_info_test.rs:34;tests/cluster_info_test.rs:84;tests/cluster_tests.rs:159;tests/tower_integration_tests.rs:19;tests/tower_integration_tests.rs:269;tests/tower_integration_tests.rs:372;tests/tower_middleware_tests.rs:204;tests/tower_middleware_tests.rs:26;tests/tower_middleware_tests.rs:370;tests/tower_middleware_tests.rs:92,,tests/cluster_info_test.rs:34;tests/cluster_info_test.rs:84;tests/cluster_tests.rs:159;tests/tower_integration_tests.rs:19;tests/tower_integration_tests.rs:269;tests/tower_integration_tests.rs:372;tests/tower_middleware_tests.rs:204;tests/tower_middleware_tests.rs:26;tests/tower_middleware_tests.rs:370;tests/tower_middleware_tests.rs:92,tests/fixture_validation_tests.rs:16;tests/model_fidelity_tests.rs:64,tests/live_enterprise_smoke.rs:89,tests/live_compliance.rs,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation; unscoped path literals are not counted as behavioral evidence
GET,/v1/cluster/actions,/v1/cluster/actions,cluster/actions,Cluster actions requests,,true,true,false,false,false,true,false,false,src/cluster.rs:607,tests/cluster_tests.rs:21,,tests/cluster_tests.rs:21,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
GET,/v1/cluster/actions/{action},/v1/cluster/actions/{},cluster/actions,Cluster actions requests,,true,false,false,false,false,false,false,false,src/cluster.rs:613,,,,,,tests/bootstrap_tests.rs;tests/cluster_tests.rs;tests/route_coverage.rs,handler_without_mock_evidence,unscoped path literals are not counted as behavioral evidence
GET,/v1/cluster/alerts,/v1/cluster/alerts,cluster/alerts,Cluster alerts requests,,true,true,false,false,false,true,false,false,src/alerts.rs:274,tests/alerts_tests.rs:161;tests/alerts_tests.rs:213,,tests/alerts_tests.rs:161;tests/alerts_tests.rs:213,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
GET,/v1/cluster/alerts/{alert},/v1/cluster/alerts/{},cluster/alerts,Cluster alerts requests,,true,true,false,false,false,true,false,false,src/cluster.rs:717,tests/cluster_tests.rs:127,,tests/cluster_tests.rs:127,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
GET,/v1/cluster/auditing/db_conns,/v1/cluster/auditing/db_conns,cluster/auditing-db-conns,Auditing database connections requests,,true,false,false,false,false,false,false,false,src/cluster.rs:633,,,,,,tests/cluster_tests.rs,handler_without_mock_evidence,unscoped path literals are not counted as behavioral evidence
GET,/v1/cluster/certificates,/v1/cluster/certificates,cluster/certificates,Cluster certificates requests,,true,false,false,false,false,false,false,false,src/cluster.rs:648,,,,,,,handler_without_mock_evidence,
GET,/v1/cluster/check,/v1/cluster/check,cluster/check,Check all cluster nodes requests,,true,true,false,false,false,true,false,true,src/cluster.rs:510,tests/cluster_tests.rs:58,,tests/cluster_tests.rs:58,,tests/live_enterprise_smoke.rs:153,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
GET,/v1/cluster/debuginfo,/v1/cluster/debuginfo,cluster/debuginfo,Cluster debug info requests,,true,true,false,false,false,false,false,false,src/debuginfo.rs:144,tests/debuginfo_tests.rs:120,,,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
GET,/v1/cluster/ldap,/v1/cluster/ldap,cluster/ldap,Cluster LDAP requests,,true,true,false,false,false,true,false,false,src/ldap_mappings.rs:110,tests/ldap_mappings_tests.rs:394,,tests/ldap_mappings_tests.rs:394,,,tests/cluster_tests.rs,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation; unscoped path literals are not counted as behavioral evidence
GET,/v1/cluster/module-capabilities,/v1/cluster/module-capabilities,cluster/module-capabilities,Cluster module capabilities requests,,true,false,false,false,false,false,false,false,src/cluster.rs:677,,,,,,,handler_without_mock_evidence,
GET,/v1/cluster/policy,/v1/cluster/policy,cluster/policy,Cluster policy requests,,true,false,false,false,false,false,false,false,src/cluster.rs:682,,,,,,,handler_without_mock_evidence,
GET,/v1/cluster/services_configuration,/v1/cluster/services_configuration,cluster/services_configuration,Cluster services configuration requests,,true,false,false,false,false,false,false,false,src/cluster.rs:699,,,,,,,handler_without_mock_evidence,
GET,/v1/cluster/sso,/v1/cluster/sso,cluster/sso,Single sign-on requests,,true,true,false,false,false,true,false,false,src/cluster.rs:727,tests/cluster_tests.rs:354,,tests/cluster_tests.rs:354,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
GET,/v1/cluster/sso/saml/metadata/sp,/v1/cluster/sso/saml/metadata/sp,cluster/sso,Single sign-on requests,,true,true,false,false,false,true,false,false,src/cluster.rs:754,tests/cluster_tests.rs:430,,tests/cluster_tests.rs:430,,,tests/live_compliance.rs,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation; unscoped path literals are not counted as behavioral evidence
GET,/v1/cluster/stats,/v1/cluster/stats,cluster/stats,Cluster stats requests,,true,true,false,false,true,true,false,false,src/cluster.rs:532;src/stats.rs:202;src/stats.rs:205,tests/stats_tests.rs:159;tests/stats_tests.rs:187,tests/stats_tests.rs:187,tests/stats_tests.rs:159;tests/stats_tests.rs:187,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
GET,/v1/cluster/stats/last,/v1/cluster/stats/last,cluster/stats/last,Cluster last stats requests,,true,true,false,false,false,true,false,false,src/stats.rs:211,tests/stats_tests.rs:221,,tests/stats_tests.rs:221,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
GET,/v1/cm_settings,/v1/cm_settings,cm_settings,Cluster Manager settings requests,cm_settings,true,true,false,false,false,true,false,false,src/cm_settings.rs:51,tests/cm_settings_tests.rs:118;tests/cm_settings_tests.rs:319;tests/cm_settings_tests.rs:54;tests/cm_settings_tests.rs:86,,tests/cm_settings_tests.rs:118;tests/cm_settings_tests.rs:319;tests/cm_settings_tests.rs:54;tests/cm_settings_tests.rs:86,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
GET,/v1/crdb_tasks,/v1/crdb_tasks,crdb_tasks,CRDB tasks requests,crdb_tasks,true,true,false,false,false,true,false,false,src/crdb.rs:248;src/crdb_tasks.rs:67,tests/crdb_tasks_tests.rs:110;tests/crdb_tasks_tests.rs:351;tests/crdb_tasks_tests.rs:383;tests/crdb_tasks_tests.rs:409;tests/crdb_tasks_tests.rs:76;tests/crdb_tests.rs:517;tests/crdb_tests.rs:549;tests/crdb_tests.rs:577,,tests/crdb_tasks_tests.rs:110;tests/crdb_tasks_tests.rs:351;tests/crdb_tasks_tests.rs:383;tests/crdb_tasks_tests.rs:409;tests/crdb_tasks_tests.rs:76;tests/crdb_tests.rs:517;tests/crdb_tests.rs:549;tests/crdb_tests.rs:577,,,tests/live_compliance.rs,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation; unscoped path literals are not counted as behavioral evidence
GET,/v1/crdb_tasks/{task_id},/v1/crdb_tasks/{},crdb_tasks,CRDB tasks requests,crdb_tasks,true,true,false,false,false,true,false,false,src/crdb_tasks.rs:73,tests/crdb_tasks_tests.rs:136;tests/crdb_tasks_tests.rs:169;tests/crdb_tasks_tests.rs:200;tests/crdb_tasks_tests.rs:230,,tests/crdb_tasks_tests.rs:136;tests/crdb_tasks_tests.rs:169;tests/crdb_tasks_tests.rs:200;tests/crdb_tasks_tests.rs:230,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
GET,/v1/crdbs,/v1/crdbs,crdbs,CRDBs requests,crdb,true,true,false,false,false,true,false,false,src/crdb.rs:209,tests/crdb_tests.rs:107;tests/crdb_tests.rs:140,,tests/crdb_tests.rs:107;tests/crdb_tests.rs:140,,,tests/live_compliance.rs,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation; unscoped path literals are not counted as behavioral evidence
GET,/v1/crdbs/{crdb_guid},/v1/crdbs/{},crdbs,CRDBs requests,crdb,true,true,false,false,false,true,false,false,src/crdb.rs:215,tests/crdb_tests.rs:166;tests/crdb_tests.rs:206,,tests/crdb_tests.rs:166;tests/crdb_tests.rs:206,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
GET,/v1/crdbs/{crdb_guid}/health_report,/v1/crdbs/{}/health_report,crdbs/health_report,CRDB health report requests,,true,true,false,false,false,true,false,false,src/crdb.rs:276,tests/crdb_tests.rs:632,,tests/crdb_tests.rs:632,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
GET,/v1/debuginfo/all,/v1/debuginfo/all,debuginfo;debuginfo/all,All nodes debug info requests;Debug info requests,debuginfo,true,true,false,false,false,true,false,false,src/debuginfo.rs:114;src/debuginfo.rs:180,tests/debuginfo_tests.rs:232;tests/debuginfo_tests.rs:31,,tests/debuginfo_tests.rs:31,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
GET,/v1/debuginfo/all/bdb/{bdb_uid},/v1/debuginfo/all/bdb/{},debuginfo;debuginfo/all/bdb,All nodes database debug info requests;Debug info requests,debuginfo,true,true,false,false,false,true,false,false,src/debuginfo.rs:121;src/debuginfo.rs:187,tests/debuginfo_tests.rs:254;tests/debuginfo_tests.rs:52,,tests/debuginfo_tests.rs:52,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
GET,/v1/debuginfo/node,/v1/debuginfo/node,debuginfo/node,Current node debug info requests,,true,true,false,false,false,true,false,false,src/debuginfo.rs:128;src/debuginfo.rs:194,tests/debuginfo_tests.rs:276;tests/debuginfo_tests.rs:74,,tests/debuginfo_tests.rs:74,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
GET,/v1/debuginfo/node/bdb/{bdb_uid},/v1/debuginfo/node/bdb/{},debuginfo/node/bdb,Current node database debug info requests,,true,true,false,false,false,true,false,false,src/debuginfo.rs:135;src/debuginfo.rs:201,tests/debuginfo_tests.rs:298;tests/debuginfo_tests.rs:96,,tests/debuginfo_tests.rs:96,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
GET,/v1/diagnostics,/v1/diagnostics,diagnostics,Diagnostics requests,diagnostics,true,true,false,false,false,true,false,false,src/diagnostics.rs:119,tests/diagnostics_tests.rs:20,,tests/diagnostics_tests.rs:20,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
GET,/v1/endpoints/stats,/v1/endpoints/stats,endpoints-stats,Endpoints stats requests,endpoints,true,true,false,false,false,true,false,false,src/endpoints.rs:100,tests/endpoints_tests.rs:119;tests/endpoints_tests.rs:146;tests/endpoints_tests.rs:183;tests/endpoints_tests.rs:49;tests/endpoints_tests.rs:89,,tests/endpoints_tests.rs:119;tests/endpoints_tests.rs:146;tests/endpoints_tests.rs:183;tests/endpoints_tests.rs:49;tests/endpoints_tests.rs:89,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
GET,/v1/job_scheduler,/v1/job_scheduler,job_scheduler,Job scheduler requests,job_scheduler,true,true,false,false,false,true,false,false,src/job_scheduler.rs:87,tests/job_scheduler_tests.rs:20,,tests/job_scheduler_tests.rs:20,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
GET,/v1/jsonschema,/v1/jsonschema,jsonschema,JSON schema requests,jsonschema,true,true,false,false,false,true,false,false,src/jsonschema.rs:23,tests/jsonschema_tests.rs:17;tests/jsonschema_tests.rs:44,,tests/jsonschema_tests.rs:17;tests/jsonschema_tests.rs:44,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
GET,/v1/ldap_mappings,/v1/ldap_mappings,ldap_mappings,LDAP mappings requests,ldap_mappings,true,true,false,false,false,true,false,false,src/ldap_mappings.rs:99,tests/ldap_mappings_tests.rs:100;tests/ldap_mappings_tests.rs:133,,tests/ldap_mappings_tests.rs:100;tests/ldap_mappings_tests.rs:133,,,tests/live_compliance.rs,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation; unscoped path literals are not counted as behavioral evidence
GET,/v1/ldap_mappings/{uid},/v1/ldap_mappings/{},ldap_mappings,LDAP mappings requests,ldap_mappings,true,true,false,false,false,true,false,false,src/ldap_mappings.rs:100,tests/ldap_mappings_tests.rs:159;tests/ldap_mappings_tests.rs:190,,tests/ldap_mappings_tests.rs:159;tests/ldap_mappings_tests.rs:190,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
GET,/v1/license,/v1/license,license,License requests,license,true,true,false,false,false,true,true,false,src/cluster.rs:542;src/license.rs:123,tests/license_tests.rs:117;tests/license_tests.rs:165;tests/license_tests.rs:215;tests/license_tests.rs:26,,tests/license_tests.rs:117;tests/license_tests.rs:165;tests/license_tests.rs:215;tests/license_tests.rs:26,tests/fixture_validation_tests.rs:72;tests/model_fidelity_tests.rs:87,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
GET,/v1/local/bdbs/{uid}/endpoint/availability,/v1/local/bdbs/{}/endpoint/availability,bdbs/availability,Database availability requests,bdb,true,false,false,false,false,false,false,true,src/bdb.rs:1169,,,,,tests/live_enterprise_smoke.rs:335,tests/bdb/monitoring.rs,handler_without_mock_evidence,unscoped path literals are not counted as behavioral evidence
GET,/v1/local/node/master_healthcheck,/v1/local/node/master_healthcheck,node_master_healthcheck,Node master healthcheck requests,local,true,true,false,false,false,true,false,false,src/local.rs:25,tests/local_tests.rs:36;tests/local_tests.rs:61,,tests/local_tests.rs:36;tests/local_tests.rs:61,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
GET,/v1/local/services,/v1/local/services,services,Services requests,services,true,true,false,false,false,true,false,false,src/local.rs:30,tests/local_tests.rs:100;tests/local_tests.rs:267,,tests/local_tests.rs:100;tests/local_tests.rs:267,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
GET,/v1/logs,/v1/logs,logs,Logs requests,logs,true,true,false,false,true,true,false,false,src/logs.rs:65;src/logs.rs:67,tests/logs_tests.rs:126;tests/logs_tests.rs:163;tests/logs_tests.rs:200;tests/logs_tests.rs:239;tests/logs_tests.rs:280;tests/logs_tests.rs:317;tests/logs_tests.rs:344;tests/logs_tests.rs:66;tests/logs_tests.rs:97,tests/logs_tests.rs:126;tests/logs_tests.rs:163;tests/logs_tests.rs:200;tests/logs_tests.rs:239;tests/logs_tests.rs:280,tests/logs_tests.rs:126;tests/logs_tests.rs:163;tests/logs_tests.rs:200;tests/logs_tests.rs:239;tests/logs_tests.rs:280;tests/logs_tests.rs:317;tests/logs_tests.rs:344;tests/logs_tests.rs:66;tests/logs_tests.rs:97,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
GET,/v1/metrics_config,/v1/metrics_config,metrics_config,Metrics configuration requests,metrics_config,true,true,true,false,false,true,false,false,src/metrics_config.rs:99,tests/metrics_config_tests.rs:34,,tests/metrics_config_tests.rs:34,,,,handler_with_asserted_mock,
GET,/v1/migrations/<uid>,/v1/migrations/{},migrations,Migrations requests,migrations,true,true,false,false,false,true,false,false,src/migrations.rs:101,tests/migrations_tests.rs:29;tests/migrations_tests.rs:46,,tests/migrations_tests.rs:29,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
GET,/v1/modules,/v1/modules,modules,Modules requests,modules,true,true,false,false,false,true,true,false,src/modules.rs:106,tests/module_tests.rs:191;tests/module_tests.rs:66,,tests/module_tests.rs:191;tests/module_tests.rs:66,tests/fixture_validation_tests.rs:58,,tests/live_compliance.rs,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation; unscoped path literals are not counted as behavioral evidence
GET,/v1/modules/{uid},/v1/modules/{},modules,Modules requests,modules,true,true,false,false,false,true,false,false,src/modules.rs:111,tests/module_tests.rs:101;tests/module_tests.rs:233,,tests/module_tests.rs:101;tests/module_tests.rs:233,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
GET,/v1/nodes,/v1/nodes,nodes,Nodes requests,nodes,true,true,false,false,false,true,true,true,src/cluster.rs:537;src/nodes.rs:186,tests/node_tests.rs:224;tests/node_tests.rs:253;tests/tower_integration_tests.rs:228;tests/tower_integration_tests.rs:277;tests/tower_middleware_tests.rs:161;tests/tower_middleware_tests.rs:281,,tests/node_tests.rs:224;tests/node_tests.rs:253;tests/tower_integration_tests.rs:228;tests/tower_integration_tests.rs:277;tests/tower_middleware_tests.rs:161;tests/tower_middleware_tests.rs:281,tests/fixture_validation_tests.rs:42;tests/model_fidelity_tests.rs:95,tests/live_enterprise_smoke.rs:127;tests/live_enterprise_smoke.rs:154;tests/live_enterprise_smoke.rs:235;tests/live_enterprise_smoke.rs:90,tests/live_compliance.rs;tests/live_enterprise_smoke.rs;tests/live_non_inventory_routes.rs,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation; unscoped path literals are not counted as behavioral evidence
GET,/v1/nodes/actions,/v1/nodes/actions,nodes/actions,Node actions requests,,true,true,false,false,false,true,false,false,src/nodes.rs:248,tests/node_tests.rs:47,,tests/node_tests.rs:47,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
GET,/v1/nodes/alerts,/v1/nodes/alerts,nodes/alerts,Node alerts requests,,true,false,false,false,false,false,false,false,src/nodes.rs:320,,,,,,,handler_without_mock_evidence,
GET,/v1/nodes/alerts/{uid},/v1/nodes/alerts/{},nodes/alerts,Node alerts requests,,true,true,false,false,false,true,false,false,src/alerts.rs:263;src/nodes.rs:325,tests/alerts_tests.rs:107;tests/alerts_tests.rs:135;tests/node_tests.rs:55,,tests/alerts_tests.rs:107;tests/alerts_tests.rs:135;tests/node_tests.rs:55,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
GET,/v1/nodes/alerts/{uid}/{alert},/v1/nodes/alerts/{}/{},nodes/alerts,Node alerts requests,,true,false,false,false,false,false,false,false,src/nodes.rs:331,,,,,,,handler_without_mock_evidence,
GET,/v1/nodes/check/{uid},/v1/nodes/check/{},nodes/check,Check node requests,,true,true,false,false,false,true,false,true,src/nodes.rs:210,tests/node_tests.rs:92,,tests/node_tests.rs:92,,tests/live_enterprise_smoke.rs:155,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
GET,/v1/nodes/debuginfo,/v1/nodes/debuginfo,nodes/debuginfo,Node debug info requests,,true,true,false,false,false,false,false,false,src/debuginfo.rs:150,tests/debuginfo_tests.rs:142,,,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
GET,/v1/nodes/stats,/v1/nodes/stats,nodes/stats,Node stats requests,,true,true,false,false,true,true,false,false,src/stats.rs:242;src/stats.rs:245,tests/stats_tests.rs:380;tests/stats_tests.rs:410,tests/stats_tests.rs:410,tests/stats_tests.rs:380;tests/stats_tests.rs:410,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
GET,/v1/nodes/stats/last,/v1/nodes/stats/last,nodes/stats/last,Latest node stats requests,,true,false,false,false,false,false,false,false,src/stats.rs:253,,,,,,,handler_without_mock_evidence,
GET,/v1/nodes/stats/last/{uid},/v1/nodes/stats/last/{},nodes/stats/last,Latest node stats requests,,true,true,false,false,false,true,false,false,src/stats.rs:231,tests/stats_tests.rs:332;tests/stats_tests.rs:356,,tests/stats_tests.rs:332;tests/stats_tests.rs:356,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
GET,/v1/nodes/stats/{uid},/v1/nodes/stats/{},nodes/stats,Node stats requests,,true,true,false,false,true,true,false,false,src/nodes.rs:215;src/stats.rs:221;src/stats.rs:224;src/stats.rs:253,tests/node_tests.rs:452;tests/node_tests.rs:484;tests/stats_tests.rs:245;tests/stats_tests.rs:273;tests/stats_tests.rs:308,tests/stats_tests.rs:273,tests/node_tests.rs:452;tests/node_tests.rs:484;tests/stats_tests.rs:245;tests/stats_tests.rs:273;tests/stats_tests.rs:308,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
GET,/v1/nodes/status,/v1/nodes/status,nodes/status,Node status requests,,true,false,false,false,false,false,false,false,src/nodes.rs:298,,,,,,,handler_without_mock_evidence,
GET,/v1/nodes/{uid},/v1/nodes/{},nodes,Nodes requests,nodes,true,true,false,false,true,true,false,false,src/debuginfo.rs:150;src/nodes.rs:191;src/nodes.rs:248;src/nodes.rs:298;src/nodes.rs:303;src/nodes.rs:320;src/stats.rs:242;src/stats.rs:245,tests/debuginfo_tests.rs:142;tests/node_tests.rs:279;tests/node_tests.rs:311;tests/node_tests.rs:47;tests/stats_tests.rs:380;tests/stats_tests.rs:410,tests/stats_tests.rs:410,tests/node_tests.rs:279;tests/node_tests.rs:311;tests/node_tests.rs:47;tests/stats_tests.rs:380;tests/stats_tests.rs:410,,,tests/route_coverage.rs,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation; unscoped path literals are not counted as behavioral evidence
GET,/v1/nodes/{node_uid}/actions,/v1/nodes/{}/actions,nodes/actions,Node actions requests,,true,true,false,false,false,true,false,false,src/nodes.rs:220,tests/node_tests.rs:508;tests/node_tests.rs:536,,tests/node_tests.rs:508;tests/node_tests.rs:536,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
GET,/v1/nodes/{node_uid}/actions/{action},/v1/nodes/{}/actions/{},nodes/actions,Node actions requests,,true,false,false,false,false,false,false,false,src/nodes.rs:254,,,,,,tests/cluster_tests.rs;tests/node_tests.rs,handler_without_mock_evidence,unscoped path literals are not counted as behavioral evidence
GET,/v1/nodes/{node_uid}/debuginfo,/v1/nodes/{}/debuginfo,nodes/debuginfo,Node debug info requests,,true,true,false,false,false,false,false,false,src/debuginfo.rs:157,tests/debuginfo_tests.rs:164,,,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
GET,/v1/nodes/{uid}/snapshots,/v1/nodes/{}/snapshots,nodes/snapshots,Node snapshot requests,,true,true,false,false,false,true,false,false,src/nodes.rs:275,tests/node_tests.rs:116,,tests/node_tests.rs:116,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
GET,/v1/nodes/{uid}/status,/v1/nodes/{}/status,nodes/status,Node status requests,,true,true,false,false,false,true,false,false,src/nodes.rs:308,tests/node_tests.rs:63,,tests/node_tests.rs:63,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
GET,/v1/ocsp,/v1/ocsp,ocsp,OCSP requests,ocsp,true,true,false,false,false,true,false,false,src/ocsp.rs:82,tests/ocsp_tests.rs:133;tests/ocsp_tests.rs:99,,tests/ocsp_tests.rs:133;tests/ocsp_tests.rs:99,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
GET,/v1/ocsp/status,/v1/ocsp/status,ocsp/status,OCSP status requests,,true,true,false,false,false,true,false,false,src/ocsp.rs:92,tests/ocsp_tests.rs:253;tests/ocsp_tests.rs:284;tests/ocsp_tests.rs:316,,tests/ocsp_tests.rs:253;tests/ocsp_tests.rs:284;tests/ocsp_tests.rs:316,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
GET,/v1/proxies,/v1/proxies,proxies,Proxy requests,proxies,true,true,false,false,false,true,false,false,src/proxies.rs:190,tests/proxy_tests.rs:110;tests/proxy_tests.rs:200;tests/proxy_tests.rs:238;tests/proxy_tests.rs:264;tests/proxy_tests.rs:302;tests/proxy_tests.rs:363;tests/proxy_tests.rs:52,,tests/proxy_tests.rs:110;tests/proxy_tests.rs:200;tests/proxy_tests.rs:238;tests/proxy_tests.rs:264;tests/proxy_tests.rs:302;tests/proxy_tests.rs:363;tests/proxy_tests.rs:52,,,tests/live_compliance.rs,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation; unscoped path literals are not counted as behavioral evidence
GET,/v1/proxies/{uid},/v1/proxies/{},proxies,Proxy requests,proxies,true,true,false,false,false,true,false,false,src/proxies.rs:195,tests/proxy_tests.rs:136;tests/proxy_tests.rs:169;tests/proxy_tests.rs:328,,tests/proxy_tests.rs:136;tests/proxy_tests.rs:169;tests/proxy_tests.rs:328,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
GET,/v1/redis_acls,/v1/redis_acls,redis_acls,Redis access control list (ACL) requests,redis_acls,true,true,false,false,false,true,false,false,src/redis_acls.rs:50,tests/redis_acl_tests.rs:118;tests/redis_acl_tests.rs:60,,tests/redis_acl_tests.rs:118;tests/redis_acl_tests.rs:60,,,tests/live_compliance.rs,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation; unscoped path literals are not counted as behavioral evidence
GET,/v1/redis_acls/{uid},/v1/redis_acls/{},redis_acls,Redis access control list (ACL) requests,redis_acls,true,true,false,false,false,true,false,false,src/redis_acls.rs:51,tests/redis_acl_tests.rs:144;tests/redis_acl_tests.rs:176;tests/redis_acl_tests.rs:397,,tests/redis_acl_tests.rs:144;tests/redis_acl_tests.rs:176;tests/redis_acl_tests.rs:397,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
GET,/v1/roles,/v1/roles,roles,Roles requests,roles,true,true,false,false,false,true,false,true,src/roles.rs:94;src/users.rs:335,tests/roles_tests.rs:65;tests/roles_tests.rs:95,,tests/roles_tests.rs:65;tests/roles_tests.rs:95,,tests/live_enterprise_smoke.rs:391,tests/live_compliance.rs,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation; unscoped path literals are not counted as behavioral evidence
GET,/v1/roles/{uid},/v1/roles/{},roles,Roles requests,roles,true,true,false,false,false,true,false,false,src/roles.rs:95;src/users.rs:340,tests/roles_tests.rs:121;tests/roles_tests.rs:152;tests/roles_tests.rs:183,,tests/roles_tests.rs:121;tests/roles_tests.rs:152;tests/roles_tests.rs:183,,,tests/route_coverage.rs,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation; unscoped path literals are not counted as behavioral evidence
GET,/v1/shards,/v1/shards,shards,Shard requests,shards,true,true,false,false,false,true,true,true,src/shards.rs:122,tests/shard_tests.rs:104;tests/shard_tests.rs:175;tests/shard_tests.rs:432;tests/shard_tests.rs:474,,tests/shard_tests.rs:104;tests/shard_tests.rs:175;tests/shard_tests.rs:432;tests/shard_tests.rs:474,tests/model_fidelity_tests.rs:102,tests/live_enterprise_smoke.rs:156,tests/live_compliance.rs,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation; unscoped path literals are not counted as behavioral evidence
GET,/v1/shards/stats,/v1/shards/stats,shards/stats,Shards stats requests,,true,true,false,false,false,true,false,false,src/stats.rs:337;src/stats.rs:340,tests/stats_tests.rs:598,,tests/stats_tests.rs:598,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
GET,/v1/shards/stats/last,/v1/shards/stats/last,shards/stats/last,Latest shards stats requests,,true,true,false,false,false,true,false,true,src/stats.rs:348,tests/stats_tests.rs:629,,tests/stats_tests.rs:629,,tests/live_enterprise_smoke.rs:159,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
GET,/v1/shards/stats/last/{uid},/v1/shards/stats/last/{},shards/stats/last,Latest shards stats requests,,true,true,false,false,false,true,false,true,src/stats.rs:354,tests/stats_tests.rs:653,,tests/stats_tests.rs:653,,tests/live_enterprise_smoke.rs:158,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
GET,/v1/shards/stats/{uid},/v1/shards/stats/{},shards/stats,Shards stats requests,,true,true,false,false,false,true,false,true,src/shards.rs:132;src/stats.rs:325;src/stats.rs:328;src/stats.rs:348,tests/shard_tests.rs:266;tests/shard_tests.rs:306;tests/shard_tests.rs:334;tests/shard_tests.rs:526;tests/shard_tests.rs:552;tests/stats_tests.rs:546;tests/stats_tests.rs:574;tests/stats_tests.rs:629,,tests/shard_tests.rs:266;tests/shard_tests.rs:306;tests/shard_tests.rs:334;tests/shard_tests.rs:526;tests/shard_tests.rs:552;tests/stats_tests.rs:546;tests/stats_tests.rs:574;tests/stats_tests.rs:629,,tests/live_enterprise_smoke.rs:157;tests/live_enterprise_smoke.rs:159,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
GET,/v1/shards/{uid},/v1/shards/{},shards,Shard requests,shards,true,true,false,false,false,true,false,false,src/shards.rs:127;src/stats.rs:337;src/stats.rs:340,tests/shard_tests.rs:201;tests/shard_tests.rs:234;tests/shard_tests.rs:500;tests/stats_tests.rs:598,,tests/shard_tests.rs:201;tests/shard_tests.rs:234;tests/shard_tests.rs:500;tests/stats_tests.rs:598,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
GET,/v1/suffix/{name},/v1/suffix/{},suffix,Suffix requests,suffixes,true,true,false,false,false,true,false,false,src/suffixes.rs:66,tests/suffixes_tests.rs:136;tests/suffixes_tests.rs:168,,tests/suffixes_tests.rs:136;tests/suffixes_tests.rs:168,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
GET,/v1/suffixes,/v1/suffixes,suffixes,Suffixes requests,suffixes,true,true,false,false,false,true,false,false,src/suffixes.rs:61,tests/suffixes_tests.rs:110;tests/suffixes_tests.rs:324;tests/suffixes_tests.rs:370;tests/suffixes_tests.rs:396;tests/suffixes_tests.rs:62,,tests/suffixes_tests.rs:110;tests/suffixes_tests.rs:324;tests/suffixes_tests.rs:370;tests/suffixes_tests.rs:396;tests/suffixes_tests.rs:62,,,tests/live_compliance.rs,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation; unscoped path literals are not counted as behavioral evidence
GET,/v1/usage_report,/v1/usage_report,usage_report,Usage report requests,usage_report,true,true,true,false,false,true,false,true,src/usage_report.rs:157,tests/usage_report_tests.rs:52,,tests/usage_report_tests.rs:52,,tests/live_enterprise_smoke.rs:336,tests/live_compliance.rs,handler_with_asserted_mock,unscoped path literals are not counted as behavioral evidence
GET,/v1/users,/v1/users,users,Users requests,users,true,true,false,false,false,true,true,false,src/roles.rs:114;src/users.rs:187,tests/roles_tests.rs:424;tests/roles_tests.rs:456;tests/roles_tests.rs:482;tests/user_tests.rs:32,,tests/roles_tests.rs:424;tests/roles_tests.rs:456;tests/roles_tests.rs:482;tests/user_tests.rs:32,tests/fixture_validation_tests.rs:50;tests/model_fidelity_tests.rs:111,,tests/live_compliance.rs,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation; unscoped path literals are not counted as behavioral evidence
GET,/v1/users/{uid},/v1/users/{},users,Users requests,users,true,true,false,false,false,true,false,true,src/users.rs:192;src/users.rs:231,tests/user_tests.rs:71,,tests/user_tests.rs:71,,tests/live_enterprise_smoke.rs:393,tests/route_coverage.rs,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation; unscoped path literals are not counted as behavioral evidence
GET,/v2/actions,/v2/actions,actions,Actions requests,actions,true,false,false,false,false,false,false,false,src/actions.rs:138;src/actions.rs:241,,,,,,tests/live_compliance.rs,handler_without_mock_evidence,unscoped path literals are not counted as behavioral evidence
GET,/v2/actions/{uid},/v2/actions/{},actions,Actions requests,actions,true,false,false,false,false,false,false,false,src/actions.rs:144;src/actions.rs:247,,,,,,,handler_without_mock_evidence,
GET,/v2/local/modules/user-defined/artifacts,/v2/local/modules/user-defined/artifacts,modules/user-defined,User-defined module requests,,true,true,false,false,false,true,false,false,src/modules.rs:179,tests/module_tests.rs:279,,tests/module_tests.rs:279,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
PATCH,/v1/cluster/change_password_hashing_algorithm,/v1/cluster/change_password_hashing_algorithm,cluster/change_password_hashing_algorithm,Change password hashing algorithm requests,,true,true,false,true,false,true,false,false,src/cluster.rs:526,tests/cluster_tests.rs:317,tests/cluster_tests.rs:317,tests/cluster_tests.rs:317,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
PATCH,/v1/crdbs/{crdb_guid},/v1/crdbs/{},crdbs,CRDBs requests,crdb,true,true,false,true,false,true,false,false,src/crdb.rs:232,tests/crdb_tests.rs:401;tests/crdb_tests.rs:444,tests/crdb_tests.rs:401;tests/crdb_tests.rs:444,tests/crdb_tests.rs:401;tests/crdb_tests.rs:444,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
POST,/v1/bdbs,/v1/bdbs,bdbs,Database requests,bdb,true,true,true,true,false,true,false,true,src/bdb.rs:751,tests/bdb/crud.rs:64;tests/bdb/crud.rs:95;tests/tower_integration_tests.rs:65;tests/tower_middleware_tests.rs:418,tests/bdb/crud.rs:64;tests/bdb/crud.rs:95,tests/bdb/crud.rs:64;tests/bdb/crud.rs:95;tests/tower_integration_tests.rs:65;tests/tower_middleware_tests.rs:418,,tests/live_enterprise_smoke.rs:237,tests/live_compliance.rs,handler_with_asserted_mock,unscoped path literals are not counted as behavioral evidence
POST,/v1/bdbs/alerts/{uid},/v1/bdbs/alerts/{},bdbs/alerts,Database alerts requests,alerts,false,false,false,false,false,false,false,false,,,,,,,tests/alerts_tests.rs,docs_only,unscoped path literals are not counted as behavioral evidence
POST,/v1/bdbs/{uid}/actions/export,/v1/bdbs/{}/actions/export,bdbs/actions/export,Export database action requests,,true,true,false,false,false,true,false,false,src/bdb.rs:785,tests/bdb/actions.rs:14,,tests/bdb/actions.rs:14,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation; write route has no request body matcher
POST,/v1/bdbs/{uid}/actions/import,/v1/bdbs/{}/actions/import,bdbs/actions/import,Import database action requests,,true,true,false,false,false,true,false,false,src/bdb.rs:801,tests/bdb/actions.rs:30,,tests/bdb/actions.rs:30,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation; write route has no request body matcher
POST,/v1/bdbs/{uid}/actions/recover,/v1/bdbs/{}/actions/recover,bdbs/actions/recover,Recover database requests,,true,true,false,false,false,true,false,false,src/bdb.rs:849,tests/bdb/actions.rs:67,,tests/bdb/actions.rs:67,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation; write route has no request body matcher
POST,/v1/bdbs/{uid}/actions/resume_traffic,/v1/bdbs/{}/actions/resume_traffic,bdbs/actions/resume_traffic,Resume database traffic requests,,true,false,false,false,false,false,false,false,src/bdb.rs:859,,,,,,,handler_without_mock_evidence,
POST,/v1/bdbs/{uid}/actions/stop_traffic,/v1/bdbs/{}/actions/stop_traffic,bdbs/actions/stop_traffic,Stop database traffic requests,,true,false,false,false,false,false,false,false,src/bdb.rs:869,,,,,,,handler_without_mock_evidence,
POST,/v1/bdbs/{uid}/modules/config,/v1/bdbs/{}/modules/config,bdbs/modules;bdbs/modules/config,Database modules config requests;Database modules requests,modules,false,false,false,false,false,false,false,false,,,,,,,,docs_only,
POST,/v1/bdbs/{uid}/modules/upgrade,/v1/bdbs/{}/modules/upgrade,bdbs/modules/upgrade,Database upgrade modules requests,,false,false,false,false,false,false,false,false,,,,,,,,docs_only,
POST,/v1/bdbs/{uid}/passwords,/v1/bdbs/{}/passwords,bdbs/passwords,Database passwords requests,bdb,false,false,false,false,false,false,false,false,,,,,,,tests/bdb/monitoring.rs,docs_only,unscoped path literals are not counted as behavioral evidence
POST,/v1/bdbs/{uid}/upgrade,/v1/bdbs/{}/upgrade,bdbs/upgrade,Database upgrade requests,bdb,true,true,false,false,false,true,false,false,src/bdb.rs:1112,tests/bdb/actions.rs:84,,tests/bdb/actions.rs:84,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation; write route has no request body matcher
POST,/v1/bootstrap/validate/{action},/v1/bootstrap/validate/{},bootstrap/validate,Bootstrap validation requests,,true,false,false,false,false,false,false,false,src/bootstrap.rs:190,,,,,,,handler_without_mock_evidence,
POST,/v1/bootstrap/{action},/v1/bootstrap/{},bootstrap,Bootstrap requests,bootstrap,true,true,false,false,false,true,false,false,src/bootstrap.rs:160;src/bootstrap.rs:177;src/bootstrap.rs:197;src/cluster.rs:499;src/cluster.rs:562,tests/bootstrap_tests.rs:235;tests/bootstrap_tests.rs:290;tests/bootstrap_tests.rs:88;tests/cluster_tests.rs:214,,tests/bootstrap_tests.rs:235;tests/bootstrap_tests.rs:290;tests/bootstrap_tests.rs:88;tests/cluster_tests.rs:214,,,tests/route_coverage.rs,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation; unscoped path literals are not counted as behavioral evidence; write route has no request body matcher
POST,/v1/cluster/actions/{action},/v1/cluster/actions/{},cluster/actions,Cluster actions requests,,true,true,false,false,false,true,false,false,src/bootstrap.rs:183;src/cluster.rs:578;src/cluster.rs:587;src/cluster.rs:620,tests/bootstrap_tests.rs:266;tests/cluster_tests.rs:264;tests/cluster_tests.rs:289,,tests/cluster_tests.rs:264;tests/cluster_tests.rs:289,,,tests/route_coverage.rs,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation; unscoped path literals are not counted as behavioral evidence; write route has no request body matcher
POST,/v1/cluster/certificates/rotate,/v1/cluster/certificates/rotate,cluster/certificates/rotate,Rotate cluster certificates requests,,true,true,false,false,false,true,false,false,src/cluster.rs:661,tests/cluster_tests.rs:84,,tests/cluster_tests.rs:84,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation; write route has no request body matcher
POST,/v1/cluster/sso/saml/metadata/idp,/v1/cluster/sso/saml/metadata/idp,cluster/sso,Single sign-on requests,,true,true,false,true,false,true,false,false,src/cluster.rs:765,tests/cluster_tests.rs:460,tests/cluster_tests.rs:460,tests/cluster_tests.rs:460,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
POST,/v1/crdb_tasks/{task_id}/actions/cancel,/v1/crdb_tasks/{}/actions/cancel,crdb_tasks,CRDB tasks requests,crdb_tasks,true,true,false,false,true,true,false,false,src/crdb_tasks.rs:86,tests/crdb_tasks_tests.rs:254;tests/crdb_tasks_tests.rs:278;tests/crdb_tasks_tests.rs:302;tests/crdb_tasks_tests.rs:326,tests/crdb_tasks_tests.rs:326,tests/crdb_tasks_tests.rs:278;tests/crdb_tasks_tests.rs:302,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation; write route has no request body matcher
POST,/v1/crdbs,/v1/crdbs,crdbs,CRDBs requests,crdb,true,true,false,true,false,true,false,false,src/crdb.rs:220,tests/crdb_tests.rs:244;tests/crdb_tests.rs:313;tests/crdb_tests.rs:371,tests/crdb_tests.rs:244;tests/crdb_tests.rs:313;tests/crdb_tests.rs:371,tests/crdb_tests.rs:244;tests/crdb_tests.rs:313;tests/crdb_tests.rs:371,,,tests/live_compliance.rs,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation; unscoped path literals are not counted as behavioral evidence
POST,/v1/crdbs/{crdb_guid}/updates,/v1/crdbs/{}/updates,crdbs/updates,CRDB updates requests,,true,true,false,true,false,true,false,false,src/crdb.rs:298,tests/crdb_tests.rs:685,tests/crdb_tests.rs:685,tests/crdb_tests.rs:685,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
POST,/v1/crdbs/{crdb_guid}/upgrade,/v1/crdbs/{}/upgrade,crdbs/upgrade,CRDB upgrade requests,crdb,true,true,false,true,false,true,false,false,src/crdb.rs:310,tests/crdb_tests.rs:726,tests/crdb_tests.rs:726,tests/crdb_tests.rs:726,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
POST,/v1/ldap_mappings,/v1/ldap_mappings,ldap_mappings,LDAP mappings requests,ldap_mappings,true,true,false,true,false,true,false,false,src/ldap_mappings.rs:102,tests/ldap_mappings_tests.rs:215;tests/ldap_mappings_tests.rs:259,tests/ldap_mappings_tests.rs:215;tests/ldap_mappings_tests.rs:259,tests/ldap_mappings_tests.rs:215;tests/ldap_mappings_tests.rs:259,,,tests/live_compliance.rs,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation; unscoped path literals are not counted as behavioral evidence
POST,/v1/local/services,/v1/local/services,services,Services requests,services,true,true,false,false,false,true,false,false,src/local.rs:35,tests/local_tests.rs:139;tests/local_tests.rs:183;tests/local_tests.rs:220;tests/local_tests.rs:245,,tests/local_tests.rs:139;tests/local_tests.rs:183;tests/local_tests.rs:220;tests/local_tests.rs:245,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation; write route has no request body matcher
POST,/v1/modules/config/bdb/{uid},/v1/modules/config/bdb/{},modules/config,Configure module requests,,true,false,false,false,false,false,false,false,src/modules.rs:168,,,,,,,handler_without_mock_evidence,
POST,/v1/nodes/{node_uid}/actions/{action},/v1/nodes/{}/actions/{},nodes/actions,Node actions requests,,true,true,false,true,false,true,false,false,src/nodes.rs:236;src/nodes.rs:261,tests/cluster_tests.rs:239;tests/node_tests.rs:137;tests/node_tests.rs:404;tests/node_tests.rs:428;tests/node_tests.rs:563;tests/node_tests.rs:591;tests/node_tests.rs:619;tests/node_tests.rs:644,tests/node_tests.rs:563;tests/node_tests.rs:591;tests/node_tests.rs:619;tests/node_tests.rs:644,tests/cluster_tests.rs:239;tests/node_tests.rs:137;tests/node_tests.rs:428;tests/node_tests.rs:563;tests/node_tests.rs:591;tests/node_tests.rs:619;tests/node_tests.rs:644,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
POST,/v1/ocsp/test,/v1/ocsp/test,ocsp/test,OCSP test requests,,true,true,false,false,false,true,false,false,src/ocsp.rs:102,tests/ocsp_tests.rs:340;tests/ocsp_tests.rs:371;tests/ocsp_tests.rs:402,,tests/ocsp_tests.rs:340;tests/ocsp_tests.rs:371;tests/ocsp_tests.rs:402,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation; write route has no request body matcher
POST,/v1/redis_acls,/v1/redis_acls,redis_acls,Redis access control list (ACL) requests,redis_acls,true,true,false,true,false,true,false,false,src/redis_acls.rs:53,tests/redis_acl_tests.rs:211;tests/redis_acl_tests.rs:255;tests/redis_acl_tests.rs:429;tests/redis_acl_tests.rs:463,tests/redis_acl_tests.rs:211;tests/redis_acl_tests.rs:255;tests/redis_acl_tests.rs:429;tests/redis_acl_tests.rs:463,tests/redis_acl_tests.rs:211;tests/redis_acl_tests.rs:255;tests/redis_acl_tests.rs:429;tests/redis_acl_tests.rs:463,,,tests/live_compliance.rs,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation; unscoped path literals are not counted as behavioral evidence
POST,/v1/roles,/v1/roles,roles,Roles requests,roles,true,true,false,true,false,true,false,false,src/roles.rs:97,tests/roles_tests.rs:219;tests/roles_tests.rs:269,tests/roles_tests.rs:219;tests/roles_tests.rs:269,tests/roles_tests.rs:219;tests/roles_tests.rs:269,,,tests/live_compliance.rs,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation; unscoped path literals are not counted as behavioral evidence
POST,/v1/services,/v1/services,services,Services requests,services,true,true,false,true,false,true,false,false,src/services.rs:53,tests/services_tests.rs:17,tests/services_tests.rs:17,tests/services_tests.rs:17,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
POST,/v1/shards/actions/failover,/v1/shards/actions/failover,shards/actions/failover,Shard failover requests,,true,false,false,false,false,false,false,false,src/shards.rs:187,,,,,,,handler_without_mock_evidence,
POST,/v1/shards/actions/migrate,/v1/shards/actions/migrate,shards/actions;shards/actions/migrate,Migrate shards requests;Shard actions requests,,true,false,false,false,false,false,false,false,src/shards.rs:192,,,,,,,handler_without_mock_evidence,
POST,/v1/shards/{uid}/actions/failover,/v1/shards/{}/actions/failover,shards/actions/failover,Shard failover requests,,true,false,false,false,false,false,false,false,src/shards.rs:198,,,,,,,handler_without_mock_evidence,
POST,/v1/shards/{uid}/actions/migrate,/v1/shards/{}/actions/migrate,shards/actions;shards/actions/migrate,Migrate shards requests;Shard actions requests,,true,false,false,false,false,false,false,false,src/shards.rs:205,,,,,,,handler_without_mock_evidence,
POST,/v1/users,/v1/users,users,Users requests,users,true,true,false,true,false,true,false,true,src/users.rs:214,tests/user_tests.rs:137;tests/user_tests.rs:98,tests/user_tests.rs:137,tests/user_tests.rs:137;tests/user_tests.rs:98,,tests/live_enterprise_smoke.rs:392,tests/live_compliance.rs;tests/roles_tests.rs,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation; unscoped path literals are not counted as behavioral evidence
POST,/v1/users/authorize,/v1/users/authorize,users/authorize,Authorize user requests,,true,false,false,false,false,false,false,false,src/users.rs:243,,,,,,,handler_without_mock_evidence,
POST,/v1/users/refresh_jwt,/v1/users/refresh_jwt,users/refresh_jwt,Refresh JWT requests,,true,false,false,false,false,false,false,false,src/users.rs:263,,,,,,,handler_without_mock_evidence,
POST,/v2/bdbs,/v2/bdbs,bdbs,Database requests,bdb,true,false,false,false,false,false,false,false,src/bdb.rs:1175,,,,,,,handler_without_mock_evidence,
POST,/v2/local/modules/user-defined/artifacts,/v2/local/modules/user-defined/artifacts,modules/user-defined,User-defined module requests,,true,true,false,false,false,true,false,false,src/modules.rs:196,tests/module_tests.rs:305,,tests/module_tests.rs:305,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation; write route has no request body matcher
POST,/v2/modules/user-defined,/v2/modules/user-defined,modules/user-defined,User-defined module requests,,true,true,false,true,false,true,false,false,src/modules.rs:215,tests/module_tests.rs:333,tests/module_tests.rs:333,tests/module_tests.rs:333,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
PUT,/v1/bdbs/{uid},/v1/bdbs/{},bdbs,Database requests,bdb,true,true,false,false,false,true,false,false,src/bdb.rs:757,tests/tower_integration_tests.rs:110,,tests/tower_integration_tests.rs:110,,,tests/bdb/crud.rs;tests/bdb/monitoring.rs;tests/debuginfo_tests.rs;tests/stats_tests.rs;tests/tower_middleware_tests.rs,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation; unscoped path literals are not counted as behavioral evidence; write route has no request body matcher
PUT,/v1/bdbs/{uid}/actions/backup_reset_status,/v1/bdbs/{}/actions/backup_reset_status,bdbs/actions;bdbs/actions/backup_reset_status,Backup reset status database action requests;Database actions requests,actions,true,true,false,false,false,true,false,false,src/bdb.rs:899,tests/bdb/monitoring.rs:175,,tests/bdb/monitoring.rs:175,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation; write route has no request body matcher
PUT,/v1/bdbs/{uid}/actions/export_reset_status,/v1/bdbs/{}/actions/export_reset_status,bdbs/actions/export_reset_status,Export resets status database action requests,,true,false,false,false,false,false,false,false,src/bdb.rs:909,,,,,,,handler_without_mock_evidence,
PUT,/v1/bdbs/{uid}/actions/import_reset_status,/v1/bdbs/{}/actions/import_reset_status,bdbs/actions/import_reset_status,Import reset status database action requests,,true,false,false,false,false,false,false,false,src/bdb.rs:919,,,,,,,handler_without_mock_evidence,
PUT,/v1/bdbs/{uid}/actions/rebalance,/v1/bdbs/{}/actions/rebalance,bdbs/actions/rebalance,Rebalance database requests,,true,false,false,false,false,false,false,false,src/bdb.rs:879,,,,,,,handler_without_mock_evidence,
PUT,/v1/bdbs/{uid}/actions/revamp,/v1/bdbs/{}/actions/revamp,bdbs/actions/revamp,Revamp database requests,,true,false,false,false,false,false,false,false,src/bdb.rs:889,,,,,,,handler_without_mock_evidence,
PUT,/v1/bdbs/{uid}/passwords,/v1/bdbs/{}/passwords,bdbs/passwords,Database passwords requests,bdb,false,false,false,false,false,false,false,false,,,,,,,tests/bdb/monitoring.rs,docs_only,unscoped path literals are not counted as behavioral evidence
PUT,/v1/bdbs/{uid}/{action},/v1/bdbs/{}/{},bdbs,Database requests,bdb,false,false,false,false,false,false,false,false,,,,,,,tests/alerts_tests.rs;tests/bdb/actions.rs;tests/bdb/monitoring.rs;tests/debuginfo_tests.rs;tests/shard_tests.rs;tests/stats_tests.rs,docs_only,unscoped path literals are not counted as behavioral evidence; concrete mocks are ambiguous for a multi-placeholder route without an exact handler
PUT,/v1/cluster,/v1/cluster,cluster,Cluster requests,cluster,true,false,false,false,false,false,false,false,src/cluster.rs:505,,,,,,tests/cluster_info_test.rs;tests/cluster_tests.rs;tests/live_compliance.rs;tests/tower_integration_tests.rs;tests/tower_middleware_tests.rs,handler_without_mock_evidence,unscoped path literals are not counted as behavioral evidence
PUT,/v1/cluster/auditing/db_conns,/v1/cluster/auditing/db_conns,cluster/auditing-db-conns,Auditing database connections requests,,true,true,false,false,false,true,false,false,src/cluster.rs:638,tests/cluster_tests.rs:29,,tests/cluster_tests.rs:29,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation; write route has no request body matcher
PUT,/v1/cluster/certificates,/v1/cluster/certificates,cluster/certificates,Cluster certificates requests,,false,false,false,false,false,false,false,false,,,,,,,,docs_only,
PUT,/v1/cluster/ldap,/v1/cluster/ldap,cluster/ldap,Cluster LDAP requests,,true,true,false,true,false,true,false,false,src/ldap_mappings.rs:115,tests/ldap_mappings_tests.rs:423;tests/ldap_mappings_tests.rs:460,tests/ldap_mappings_tests.rs:423;tests/ldap_mappings_tests.rs:460,tests/ldap_mappings_tests.rs:423;tests/ldap_mappings_tests.rs:460,,,tests/cluster_tests.rs,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation; unscoped path literals are not counted as behavioral evidence
PUT,/v1/cluster/policy,/v1/cluster/policy,cluster/policy,Cluster policy requests,,true,false,false,false,false,false,false,false,src/cluster.rs:687,,,,,,,handler_without_mock_evidence,
PUT,/v1/cluster/services_configuration,/v1/cluster/services_configuration,cluster/services_configuration,Cluster services configuration requests,,true,false,false,false,false,false,false,false,src/cluster.rs:705,,,,,,,handler_without_mock_evidence,
PUT,/v1/cluster/sso,/v1/cluster/sso,cluster/sso,Single sign-on requests,,true,true,false,true,false,true,false,false,src/cluster.rs:735,tests/cluster_tests.rs:379,tests/cluster_tests.rs:379,tests/cluster_tests.rs:379,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
PUT,/v1/cluster/update_cert,/v1/cluster/update_cert,cluster/certificates,Cluster certificates requests,,true,false,false,false,false,false,false,false,src/cluster.rs:667,,,,,,,handler_without_mock_evidence,
PUT,/v1/cm_settings,/v1/cm_settings,cm_settings,Cluster Manager settings requests,cm_settings,true,true,false,true,false,true,false,false,src/cm_settings.rs:56,tests/cm_settings_tests.rs:152;tests/cm_settings_tests.rs:203;tests/cm_settings_tests.rs:250;tests/cm_settings_tests.rs:293;tests/cm_settings_tests.rs:337,tests/cm_settings_tests.rs:152;tests/cm_settings_tests.rs:203;tests/cm_settings_tests.rs:250;tests/cm_settings_tests.rs:293;tests/cm_settings_tests.rs:337,tests/cm_settings_tests.rs:152;tests/cm_settings_tests.rs:203;tests/cm_settings_tests.rs:250;tests/cm_settings_tests.rs:293;tests/cm_settings_tests.rs:337,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
PUT,/v1/crdbs/{crdb_guid}/flush,/v1/crdbs/{}/flush,crdbs/flush,CRDB flush requests,,true,true,false,true,false,true,false,false,src/crdb.rs:265,tests/crdb_tests.rs:608;tests/crdb_tests.rs:771,tests/crdb_tests.rs:608,tests/crdb_tests.rs:608;tests/crdb_tests.rs:771,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
PUT,/v1/crdbs/{crdb_guid}/purge,/v1/crdbs/{}/purge,crdbs/purge,CRDB purge requests,,true,true,false,true,false,true,false,false,src/crdb.rs:288,tests/crdb_tests.rs:658,tests/crdb_tests.rs:658,tests/crdb_tests.rs:658,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
PUT,/v1/diagnostics,/v1/diagnostics,diagnostics,Diagnostics requests,diagnostics,true,true,false,true,false,true,false,false,src/diagnostics.rs:124,tests/diagnostics_tests.rs:38,tests/diagnostics_tests.rs:38,tests/diagnostics_tests.rs:38,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
PUT,/v1/job_scheduler,/v1/job_scheduler,job_scheduler,Job scheduler requests,job_scheduler,true,true,false,true,false,true,false,false,src/job_scheduler.rs:92,tests/job_scheduler_tests.rs:38,tests/job_scheduler_tests.rs:38,tests/job_scheduler_tests.rs:38,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
PUT,/v1/ldap_mappings/{uid},/v1/ldap_mappings/{},ldap_mappings,LDAP mappings requests,ldap_mappings,true,true,false,true,false,true,false,false,src/ldap_mappings.rs:103,tests/ldap_mappings_tests.rs:285;tests/ldap_mappings_tests.rs:321,tests/ldap_mappings_tests.rs:285;tests/ldap_mappings_tests.rs:321,tests/ldap_mappings_tests.rs:285;tests/ldap_mappings_tests.rs:321,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
PUT,/v1/license,/v1/license,license,License requests,license,true,true,false,true,false,true,false,false,src/license.rs:132,tests/license_tests.rs:108;tests/license_tests.rs:245,tests/license_tests.rs:108;tests/license_tests.rs:245,tests/license_tests.rs:245,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
PUT,/v1/metrics_config,/v1/metrics_config,metrics_config,Metrics configuration requests,metrics_config,true,true,true,true,false,true,false,false,src/metrics_config.rs:111,tests/metrics_config_tests.rs:65,tests/metrics_config_tests.rs:65,tests/metrics_config_tests.rs:65,,,,handler_with_asserted_mock,
PUT,/v1/nodes/{uid},/v1/nodes/{},nodes,Nodes requests,nodes,true,true,false,true,false,true,false,false,src/nodes.rs:197,tests/node_tests.rs:347;tests/node_tests.rs:379,tests/node_tests.rs:347;tests/node_tests.rs:379,tests/node_tests.rs:347;tests/node_tests.rs:379,,,tests/debuginfo_tests.rs;tests/route_coverage.rs;tests/stats_tests.rs,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation; unscoped path literals are not counted as behavioral evidence
PUT,/v1/ocsp,/v1/ocsp,ocsp,OCSP requests,ocsp,true,true,false,true,false,true,false,false,src/ocsp.rs:87,tests/ocsp_tests.rs:161;tests/ocsp_tests.rs:193;tests/ocsp_tests.rs:228,tests/ocsp_tests.rs:161;tests/ocsp_tests.rs:193;tests/ocsp_tests.rs:228,tests/ocsp_tests.rs:161;tests/ocsp_tests.rs:193;tests/ocsp_tests.rs:228,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
PUT,/v1/proxies,/v1/proxies,proxies,Proxy requests,proxies,true,false,false,false,false,false,false,false,src/proxies.rs:244,,,,,,tests/live_compliance.rs;tests/proxy_tests.rs,handler_without_mock_evidence,unscoped path literals are not counted as behavioral evidence
PUT,/v1/proxies/{uid},/v1/proxies/{},proxies,Proxy requests,proxies,true,false,false,false,false,false,false,false,src/proxies.rs:250,,,,,,tests/proxy_tests.rs,handler_without_mock_evidence,unscoped path literals are not counted as behavioral evidence
PUT,/v1/redis_acls/{uid},/v1/redis_acls/{},redis_acls,Redis access control list (ACL) requests,redis_acls,true,true,false,true,false,true,false,false,src/redis_acls.rs:54,tests/redis_acl_tests.rs:295;tests/redis_acl_tests.rs:339;tests/redis_acl_tests.rs:497,tests/redis_acl_tests.rs:295;tests/redis_acl_tests.rs:339;tests/redis_acl_tests.rs:497,tests/redis_acl_tests.rs:295;tests/redis_acl_tests.rs:339;tests/redis_acl_tests.rs:497,,,,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation
PUT,/v1/roles/{uid},/v1/roles/{},roles,Roles requests,roles,true,true,false,true,false,true,false,false,src/roles.rs:98,tests/roles_tests.rs:308;tests/roles_tests.rs:351,tests/roles_tests.rs:308;tests/roles_tests.rs:351,tests/roles_tests.rs:308;tests/roles_tests.rs:351,,,tests/route_coverage.rs,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation; unscoped path literals are not counted as behavioral evidence
PUT,/v1/users/{uid},/v1/users/{},users,Users requests,users,true,true,false,false,false,true,false,false,src/users.rs:220;src/users.rs:253,tests/user_tests.rs:243,,tests/user_tests.rs:243,,,tests/route_coverage.rs,handler_with_mock_evidence,Wiremock method/path matcher has no explicit call-count expectation; unscoped path literals are not counted as behavioral evidence; write route has no request body matcher