-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
108 lines (108 loc) · 3.83 KB
/
index.html
File metadata and controls
108 lines (108 loc) · 3.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>CISO Assistant API Documentation</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
background: #f5f7fa; color: #1a1a2e; }
header { background: #1a1a2e; color: white; padding: 2rem; text-align: center; }
header h1 { font-size: 1.8rem; margin-bottom: 0.5rem; }
header p { opacity: 0.8; font-size: 1rem; }
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
gap: 1rem; padding: 2rem; max-width: 1200px; margin: 0 auto; }
.card { background: white; border-radius: 8px; padding: 1.5rem;
text-decoration: none; color: inherit; border: 1px solid #e2e8f0;
transition: box-shadow 0.2s, transform 0.2s; }
.card:hover { box-shadow: 0 4px 12px rgba(0,0,0,0.1); transform: translateY(-2px); }
.card h2 { font-size: 1.1rem; margin-bottom: 0.5rem; color: #1a1a2e; }
.card p { font-size: 0.9rem; color: #64748b; }
footer { text-align: center; padding: 2rem; color: #94a3b8; font-size: 0.85rem; }
</style>
</head>
<body>
<header>
<h1>CISO Assistant API Documentation</h1>
<p>959 endpoints across 18 categories</p>
</header>
<div class="grid">
<a href="groups/analytics-and-metrology.html" class="card">
<h2>Analytics & Metrology</h2>
<p>45 endpoints</p>
</a>
<a href="groups/assets.html" class="card">
<h2>Assets</h2>
<p>29 endpoints</p>
</a>
<a href="groups/authentication-and-users.html" class="card">
<h2>Authentication & Users</h2>
<p>39 endpoints</p>
</a>
<a href="groups/compliance.html" class="card">
<h2>Compliance</h2>
<p>85 endpoints</p>
</a>
<a href="groups/ebios-rm.html" class="card">
<h2>EBIOS RM</h2>
<p>79 endpoints</p>
</a>
<a href="groups/evidence-and-attachments.html" class="card">
<h2>Evidence & Attachments</h2>
<p>42 endpoints</p>
</a>
<a href="groups/frameworks-and-libraries.html" class="card">
<h2>Frameworks & Libraries</h2>
<p>82 endpoints</p>
</a>
<a href="groups/governance.html" class="card">
<h2>Governance</h2>
<p>91 endpoints</p>
</a>
<a href="groups/incidents.html" class="card">
<h2>Incidents</h2>
<p>17 endpoints</p>
</a>
<a href="groups/integrations-and-tooling.html" class="card">
<h2>Integrations & Tooling</h2>
<p>53 endpoints</p>
</a>
<a href="groups/organization.html" class="card">
<h2>Organization</h2>
<p>72 endpoints</p>
</a>
<a href="groups/privacy.html" class="card">
<h2>Privacy</h2>
<p>74 endpoints</p>
</a>
<a href="groups/quantitative-risk-crq.html" class="card">
<h2>Quantitative Risk (CRQ)</h2>
<p>33 endpoints</p>
</a>
<a href="groups/resilience.html" class="card">
<h2>Resilience</h2>
<p>28 endpoints</p>
</a>
<a href="groups/risk-management.html" class="card">
<h2>Risk Management</h2>
<p>88 endpoints</p>
</a>
<a href="groups/security-exceptions-and-findings.html" class="card">
<h2>Security Exceptions & Findings</h2>
<p>32 endpoints</p>
</a>
<a href="groups/tasks-and-timeline.html" class="card">
<h2>Tasks & Timeline</h2>
<p>31 endpoints</p>
</a>
<a href="groups/third-party-risk-management.html" class="card">
<h2>Third-Party Risk Management</h2>
<p>39 endpoints</p>
</a>
</div>
<footer>
Generated from OpenAPI schema via drf-spectacular
</footer>
</body>
</html>