| 1 | import activeResponse from "./endpoints/activeResponse" |
| 2 | import agents from "./endpoints/agents" |
| 3 | import aiAnalyst from "./endpoints/aiAnalyst" |
| 4 | import alerts from "./endpoints/alerts" |
| 5 | import artifacts from "./endpoints/artifacts" |
| 6 | import askSocfortress from "./endpoints/askSocfortress" |
| 7 | import auth from "./endpoints/auth" |
| 8 | import cloudSecurityAssessment from "./endpoints/cloudSecurityAssessment" |
| 9 | import connectors from "./endpoints/connectors" |
| 10 | import copilotAction from "./endpoints/copilotAction" |
| 11 | import copilotMCP from "./endpoints/copilotMCP" |
| 12 | import copilotSearches from "./endpoints/copilotSearches" |
| 13 | import customerPortal from "./endpoints/customerPortal" |
| 14 | import customers from "./endpoints/customers" |
| 15 | import detectionCatalog from "./endpoints/detectionCatalog" |
| 16 | import flow from "./endpoints/flow" |
| 17 | import githubAudit from "./endpoints/githubAudit" |
| 18 | import graylog from "./endpoints/graylog" |
| 19 | import healthchecks from "./endpoints/healthchecks" |
| 20 | import incidentManagement from "./endpoints/incidentManagement" |
| 21 | import integrations from "./endpoints/integrations" |
| 22 | import license from "./endpoints/license" |
| 23 | import logs from "./endpoints/logs" |
| 24 | import metrics from "./endpoints/metrics" |
| 25 | import monitoringAlerts from "./endpoints/monitoringAlerts" |
| 26 | import networkConnectors from "./endpoints/networkConnectors" |
| 27 | import notifications from "./endpoints/notifications" |
| 28 | import patchTuesday from "./endpoints/patchTuesday" |
| 29 | import portainer from "./endpoints/portainer" |
| 30 | import reporting from "./endpoints/reporting" |
| 31 | import sca from "./endpoints/sca" |
| 32 | import scheduler from "./endpoints/scheduler" |
| 33 | import shuffle from "./endpoints/shuffle" |
| 34 | import siem from "./endpoints/siem" |
| 35 | import sigma from "./endpoints/sigma" |
| 36 | import snapshots from "./endpoints/snapshots" |
| 37 | import soc from "./endpoints/soc" |
| 38 | import sso from "./endpoints/sso" |
| 39 | import stackProvisioning from "./endpoints/stackProvisioning" |
| 40 | import sysmonConfig from "./endpoints/sysmonConfig" |
| 41 | import tagRbac from "./endpoints/tagRbac" |
| 42 | import talon from "./endpoints/talon" |
| 43 | import threatIntel from "./endpoints/threatIntel" |
| 44 | import totp from "./endpoints/totp" |
| 45 | import users from "./endpoints/users" |
| 46 | import version from "./endpoints/version" |
| 47 | import vulnerabilities from "./endpoints/vulnerabilities" |
| 48 | import wazuh from "./endpoints/wazuh" |
| 49 | import indices from "./endpoints/wazuh/indices" |
| 50 | import webVulnerabilityAssessment from "./endpoints/webVulnerabilityAssessment" |
| 51 | |
| 52 | export default { |
| 53 | agents, |
| 54 | aiAnalyst, |
| 55 | alerts, |
| 56 | artifacts, |
| 57 | auth, |
| 58 | connectors, |
| 59 | copilotAction, |
| 60 | graylog, |
| 61 | indices, |
| 62 | soc, |
| 63 | healthchecks, |
| 64 | threatIntel, |
| 65 | askSocfortress, |
| 66 | customers, |
| 67 | logs, |
| 68 | metrics, |
| 69 | flow, |
| 70 | integrations, |
| 71 | monitoringAlerts, |
| 72 | activeResponse, |
| 73 | stackProvisioning, |
| 74 | reporting, |
| 75 | license, |
| 76 | githubAudit, |
| 77 | scheduler, |
| 78 | networkConnectors, |
| 79 | notifications, |
| 80 | copilotSearches, |
| 81 | detectionCatalog, |
| 82 | cloudSecurityAssessment, |
| 83 | webVulnerabilityAssessment, |
| 84 | incidentManagement, |
| 85 | sigma, |
| 86 | users, |
| 87 | sysmonConfig, |
| 88 | vulnerabilities, |
| 89 | sca, |
| 90 | siem, |
| 91 | wazuh, |
| 92 | patchTuesday, |
| 93 | portainer, |
| 94 | shuffle, |
| 95 | copilotMCP, |
| 96 | customerPortal, |
| 97 | version, |
| 98 | snapshots, |
| 99 | tagRbac, |
| 100 | talon, |
| 101 | sso, |
| 102 | totp |
| 103 | } |