@djangocfg/api 1.2.22 → 1.2.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +5727 -2933
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +5121 -1310
- package/dist/index.d.ts +5121 -1310
- package/dist/index.mjs +5741 -2964
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
- package/src/cfg/generated/_utils/fetchers/cfg__centrifugo.ts +3 -2
- package/src/cfg/generated/_utils/fetchers/cfg__centrifugo__centrifugo_monitoring.ts +8 -8
- package/src/cfg/generated/_utils/fetchers/cfg__grpc__grpc_api_keys.ts +78 -0
- package/src/cfg/generated/_utils/fetchers/cfg__grpc__grpc_charts.ts +138 -0
- package/src/cfg/generated/_utils/fetchers/cfg__grpc__grpc_monitoring.ts +11 -11
- package/src/cfg/generated/_utils/fetchers/cfg__grpc__grpc_proto_files.ts +91 -0
- package/src/cfg/generated/_utils/fetchers/cfg__grpc__grpc_testing.ts +6 -6
- package/src/cfg/generated/_utils/fetchers/cfg__rq__rq_jobs.ts +10 -8
- package/src/cfg/generated/_utils/fetchers/cfg__rq__rq_registries.ts +24 -22
- package/src/cfg/generated/_utils/fetchers/cfg__rq__rq_schedules.ts +5 -4
- package/src/cfg/generated/_utils/fetchers/index.ts +3 -0
- package/src/cfg/generated/_utils/hooks/cfg__centrifugo.ts +3 -2
- package/src/cfg/generated/_utils/hooks/cfg__centrifugo__centrifugo_monitoring.ts +8 -8
- package/src/cfg/generated/_utils/hooks/cfg__grpc__grpc_api_keys.ts +66 -0
- package/src/cfg/generated/_utils/hooks/cfg__grpc__grpc_charts.ts +126 -0
- package/src/cfg/generated/_utils/hooks/cfg__grpc__grpc_monitoring.ts +9 -9
- package/src/cfg/generated/_utils/hooks/cfg__grpc__grpc_proto_files.ts +83 -0
- package/src/cfg/generated/_utils/hooks/cfg__grpc__grpc_testing.ts +4 -4
- package/src/cfg/generated/_utils/hooks/cfg__rq__rq_jobs.ts +8 -6
- package/src/cfg/generated/_utils/hooks/cfg__rq__rq_registries.ts +16 -14
- package/src/cfg/generated/_utils/hooks/cfg__rq__rq_schedules.ts +3 -2
- package/src/cfg/generated/_utils/hooks/index.ts +3 -0
- package/src/cfg/generated/_utils/schemas/ApiKey.schema.ts +32 -0
- package/src/cfg/generated/_utils/schemas/ApiKeyStats.schema.ts +23 -0
- package/src/cfg/generated/_utils/schemas/CentrifugoClientInfo.schema.ts +2 -2
- package/src/cfg/generated/_utils/schemas/CentrifugoHistoryRequestRequest.schema.ts +2 -2
- package/src/cfg/generated/_utils/schemas/{OverviewStats.schema.ts → CentrifugoOverviewStats.schema.ts} +3 -3
- package/src/cfg/generated/_utils/schemas/CentrifugoPublication.schema.ts +1 -1
- package/src/cfg/generated/_utils/schemas/Command.schema.ts +13 -0
- package/src/cfg/generated/_utils/schemas/DashboardCharts.schema.ts +30 -0
- package/src/cfg/generated/_utils/schemas/DjangoRQConfig.schema.ts +8 -1
- package/src/cfg/generated/_utils/schemas/ErrorDistributionChart.schema.ts +24 -0
- package/src/cfg/generated/_utils/schemas/ErrorDistributionDataPoint.schema.ts +22 -0
- package/src/cfg/generated/_utils/schemas/GRPCCallRequestRequest.schema.ts +2 -2
- package/src/cfg/generated/_utils/schemas/GRPCConfig.schema.ts +6 -6
- package/src/cfg/generated/_utils/schemas/{GRPCExampleSerializer.schema.ts → GRPCExample.schema.ts} +3 -3
- package/src/cfg/generated/_utils/schemas/GRPCExamplesList.schema.ts +2 -2
- package/src/cfg/generated/_utils/schemas/{GRPCFeaturesSerializer.schema.ts → GRPCFeatures.schema.ts} +4 -4
- package/src/cfg/generated/_utils/schemas/{GRPCFrameworkConfigSerializer.schema.ts → GRPCFrameworkConfig.schema.ts} +3 -3
- package/src/cfg/generated/_utils/schemas/GRPCHealthCheck.schema.ts +23 -0
- package/src/cfg/generated/_utils/schemas/{GRPCInterceptorInfoSerializer.schema.ts → GRPCInterceptorInfo.schema.ts} +3 -3
- package/src/cfg/generated/_utils/schemas/GRPCOverviewStats.schema.ts +27 -0
- package/src/cfg/generated/_utils/schemas/{GRPCServerConfigSerializer.schema.ts → GRPCServerConfig.schema.ts} +4 -4
- package/src/cfg/generated/_utils/schemas/GRPCServerInfo.schema.ts +7 -7
- package/src/cfg/generated/_utils/schemas/{GRPCServiceInfoSerializer.schema.ts → GRPCServiceInfo.schema.ts} +3 -3
- package/src/cfg/generated/_utils/schemas/{GRPCStatsSerializer.schema.ts → GRPCStats.schema.ts} +3 -3
- package/src/cfg/generated/_utils/schemas/{GRPCTestLogSerializer.schema.ts → GRPCTestLog.schema.ts} +4 -4
- package/src/cfg/generated/_utils/schemas/JobListRequest.schema.ts +28 -0
- package/src/cfg/generated/_utils/schemas/{MethodInfoSerializer.schema.ts → MethodInfo.schema.ts} +3 -3
- package/src/cfg/generated/_utils/schemas/MethodList.schema.ts +2 -2
- package/src/cfg/generated/_utils/schemas/{MethodStatsSerializer.schema.ts → MethodStats.schema.ts} +3 -3
- package/src/cfg/generated/_utils/schemas/{MethodSummarySerializer.schema.ts → MethodSummary.schema.ts} +5 -5
- package/src/cfg/generated/_utils/schemas/{ServiceStatsSerializer.schema.ts → MonitoringServiceStats.schema.ts} +5 -5
- package/src/cfg/generated/_utils/schemas/PaginatedApiKeyList.schema.ts +24 -0
- package/src/cfg/generated/_utils/schemas/PaginatedJobListList.schema.ts +24 -0
- package/src/cfg/generated/_utils/schemas/PaginatedPublishList.schema.ts +24 -0
- package/src/cfg/generated/_utils/schemas/PaginatedScheduledJobList.schema.ts +24 -0
- package/src/cfg/generated/_utils/schemas/ProtoFileDetail.schema.ts +27 -0
- package/src/cfg/generated/_utils/schemas/ProtoFileList.schema.ts +23 -0
- package/src/cfg/generated/_utils/schemas/ProtoGenerateError.schema.ts +20 -0
- package/src/cfg/generated/_utils/schemas/ProtoGenerateRequestRequest.schema.ts +20 -0
- package/src/cfg/generated/_utils/schemas/ProtoGenerateResponse.schema.ts +24 -0
- package/src/cfg/generated/_utils/schemas/Publish.schema.ts +29 -0
- package/src/cfg/generated/_utils/schemas/{RecentErrorSerializer.schema.ts → RecentError.schema.ts} +3 -3
- package/src/cfg/generated/_utils/schemas/RecentRequest.schema.ts +33 -0
- package/src/cfg/generated/_utils/schemas/RequestVolumeChart.schema.ts +25 -0
- package/src/cfg/generated/_utils/schemas/RequestVolumeDataPoint.schema.ts +23 -0
- package/src/cfg/generated/_utils/schemas/ResponseTimeChart.schema.ts +25 -0
- package/src/cfg/generated/_utils/schemas/ResponseTimeDataPoint.schema.ts +25 -0
- package/src/cfg/generated/_utils/schemas/ServerLifecycleChart.schema.ts +25 -0
- package/src/cfg/generated/_utils/schemas/ServerLifecycleEvent.schema.ts +24 -0
- package/src/cfg/generated/_utils/schemas/ServerUptimeChart.schema.ts +25 -0
- package/src/cfg/generated/_utils/schemas/ServerUptimeDataPoint.schema.ts +21 -0
- package/src/cfg/generated/_utils/schemas/ServiceActivityChart.schema.ts +24 -0
- package/src/cfg/generated/_utils/schemas/ServiceActivityDataPoint.schema.ts +22 -0
- package/src/cfg/generated/_utils/schemas/ServiceDetail.schema.ts +6 -6
- package/src/cfg/generated/_utils/schemas/ServiceList.schema.ts +2 -2
- package/src/cfg/generated/_utils/schemas/ServiceMethods.schema.ts +2 -2
- package/src/cfg/generated/_utils/schemas/ServiceStats.schema.ts +24 -0
- package/src/cfg/generated/_utils/schemas/index.ts +44 -17
- package/src/cfg/generated/cfg__centrifugo/client.ts +1 -1
- package/src/cfg/generated/cfg__centrifugo/models.ts +19 -0
- package/src/cfg/generated/cfg__centrifugo__centrifugo_admin_api/models.ts +5 -5
- package/src/cfg/generated/cfg__centrifugo__centrifugo_monitoring/client.ts +10 -9
- package/src/cfg/generated/cfg__centrifugo__centrifugo_monitoring/models.ts +38 -12
- package/src/cfg/generated/cfg__dashboard__dashboard_commands/models.ts +10 -1
- package/src/cfg/generated/cfg__dashboard__dashboard_config/models.ts +26 -1
- package/src/cfg/generated/cfg__endpoints/client.ts +1 -1
- package/src/cfg/generated/cfg__grpc__grpc_api_keys/client.ts +56 -0
- package/src/cfg/generated/cfg__grpc__grpc_api_keys/index.ts +2 -0
- package/src/cfg/generated/cfg__grpc__grpc_api_keys/models.ts +79 -0
- package/src/cfg/generated/cfg__grpc__grpc_charts/client.ts +162 -0
- package/src/cfg/generated/cfg__grpc__grpc_charts/index.ts +2 -0
- package/src/cfg/generated/cfg__grpc__grpc_charts/models.ts +239 -0
- package/src/cfg/generated/cfg__grpc__grpc_configuration/models.ts +12 -12
- package/src/cfg/generated/cfg__grpc__grpc_monitoring/client.ts +12 -11
- package/src/cfg/generated/cfg__grpc__grpc_monitoring/models.ts +57 -33
- package/src/cfg/generated/cfg__grpc__grpc_proto_files/client.ts +54 -0
- package/src/cfg/generated/cfg__grpc__grpc_proto_files/index.ts +2 -0
- package/src/cfg/generated/cfg__grpc__grpc_proto_files/models.ts +35 -0
- package/src/cfg/generated/cfg__grpc__grpc_services/models.ts +19 -19
- package/src/cfg/generated/cfg__grpc__grpc_testing/client.ts +9 -10
- package/src/cfg/generated/cfg__grpc__grpc_testing/models.ts +24 -40
- package/src/cfg/generated/cfg__payments/client.ts +1 -1
- package/src/cfg/generated/cfg__rq__rq_jobs/client.ts +8 -8
- package/src/cfg/generated/cfg__rq__rq_jobs/models.ts +65 -0
- package/src/cfg/generated/cfg__rq__rq_registries/client.ts +37 -34
- package/src/cfg/generated/cfg__rq__rq_registries/models.ts +65 -0
- package/src/cfg/generated/cfg__rq__rq_schedules/client.ts +4 -4
- package/src/cfg/generated/cfg__rq__rq_schedules/models.ts +25 -0
- package/src/cfg/generated/client.ts +9 -0
- package/src/cfg/generated/index.ts +15 -0
- package/src/cfg/generated/schema.ts +2618 -661
- package/src/cfg/generated/_utils/schemas/GRPCTestLogs.schema.ts +0 -23
- package/src/cfg/generated/_utils/schemas/RecentPublishes.schema.ts +0 -23
- package/src/cfg/generated/_utils/schemas/RecentRequests.schema.ts +0 -23
|
@@ -146,6 +146,126 @@ export const OPENAPI_SCHEMA = {
|
|
|
146
146
|
],
|
|
147
147
|
"type": "object"
|
|
148
148
|
},
|
|
149
|
+
"ApiKey": {
|
|
150
|
+
"description": "API Key information (read-only).",
|
|
151
|
+
"properties": {
|
|
152
|
+
"created_at": {
|
|
153
|
+
"description": "When key was created",
|
|
154
|
+
"format": "date-time",
|
|
155
|
+
"type": "string"
|
|
156
|
+
},
|
|
157
|
+
"created_by": {
|
|
158
|
+
"description": "User who created this key",
|
|
159
|
+
"nullable": true,
|
|
160
|
+
"type": "string"
|
|
161
|
+
},
|
|
162
|
+
"expires_at": {
|
|
163
|
+
"description": "When key expires (null = never)",
|
|
164
|
+
"format": "date-time",
|
|
165
|
+
"nullable": true,
|
|
166
|
+
"type": "string"
|
|
167
|
+
},
|
|
168
|
+
"id": {
|
|
169
|
+
"description": "Database ID",
|
|
170
|
+
"type": "integer"
|
|
171
|
+
},
|
|
172
|
+
"is_active": {
|
|
173
|
+
"description": "Whether key is active",
|
|
174
|
+
"type": "boolean"
|
|
175
|
+
},
|
|
176
|
+
"is_valid": {
|
|
177
|
+
"description": "Whether key is valid (active and not expired)",
|
|
178
|
+
"type": "boolean"
|
|
179
|
+
},
|
|
180
|
+
"key_type": {
|
|
181
|
+
"description": "Type of API key",
|
|
182
|
+
"type": "string"
|
|
183
|
+
},
|
|
184
|
+
"last_used_at": {
|
|
185
|
+
"description": "When key was last used",
|
|
186
|
+
"format": "date-time",
|
|
187
|
+
"nullable": true,
|
|
188
|
+
"type": "string"
|
|
189
|
+
},
|
|
190
|
+
"masked_key": {
|
|
191
|
+
"description": "Masked API key (first 4 and last 4 chars)",
|
|
192
|
+
"type": "string"
|
|
193
|
+
},
|
|
194
|
+
"name": {
|
|
195
|
+
"description": "Key name/description",
|
|
196
|
+
"type": "string"
|
|
197
|
+
},
|
|
198
|
+
"request_count": {
|
|
199
|
+
"description": "Total requests made with this key",
|
|
200
|
+
"type": "integer"
|
|
201
|
+
},
|
|
202
|
+
"user_email": {
|
|
203
|
+
"description": "User email",
|
|
204
|
+
"type": "string"
|
|
205
|
+
},
|
|
206
|
+
"user_id": {
|
|
207
|
+
"description": "User ID",
|
|
208
|
+
"type": "integer"
|
|
209
|
+
},
|
|
210
|
+
"username": {
|
|
211
|
+
"description": "Username",
|
|
212
|
+
"type": "string"
|
|
213
|
+
}
|
|
214
|
+
},
|
|
215
|
+
"required": [
|
|
216
|
+
"created_at",
|
|
217
|
+
"created_by",
|
|
218
|
+
"expires_at",
|
|
219
|
+
"id",
|
|
220
|
+
"is_active",
|
|
221
|
+
"is_valid",
|
|
222
|
+
"key_type",
|
|
223
|
+
"last_used_at",
|
|
224
|
+
"masked_key",
|
|
225
|
+
"name",
|
|
226
|
+
"request_count",
|
|
227
|
+
"user_email",
|
|
228
|
+
"user_id",
|
|
229
|
+
"username"
|
|
230
|
+
],
|
|
231
|
+
"type": "object"
|
|
232
|
+
},
|
|
233
|
+
"ApiKeyStats": {
|
|
234
|
+
"description": "API Key usage statistics.",
|
|
235
|
+
"properties": {
|
|
236
|
+
"active_keys": {
|
|
237
|
+
"description": "Active API keys",
|
|
238
|
+
"type": "integer"
|
|
239
|
+
},
|
|
240
|
+
"expired_keys": {
|
|
241
|
+
"description": "Expired API keys",
|
|
242
|
+
"type": "integer"
|
|
243
|
+
},
|
|
244
|
+
"keys_by_type": {
|
|
245
|
+
"additionalProperties": {
|
|
246
|
+
"type": "integer"
|
|
247
|
+
},
|
|
248
|
+
"description": "Count of keys by type",
|
|
249
|
+
"type": "object"
|
|
250
|
+
},
|
|
251
|
+
"total_keys": {
|
|
252
|
+
"description": "Total API keys",
|
|
253
|
+
"type": "integer"
|
|
254
|
+
},
|
|
255
|
+
"total_requests": {
|
|
256
|
+
"description": "Total requests across all keys",
|
|
257
|
+
"type": "integer"
|
|
258
|
+
}
|
|
259
|
+
},
|
|
260
|
+
"required": [
|
|
261
|
+
"active_keys",
|
|
262
|
+
"expired_keys",
|
|
263
|
+
"keys_by_type",
|
|
264
|
+
"total_keys",
|
|
265
|
+
"total_requests"
|
|
266
|
+
],
|
|
267
|
+
"type": "object"
|
|
268
|
+
},
|
|
149
269
|
"AppStatistics": {
|
|
150
270
|
"description": "Serializer for application-specific statistics.",
|
|
151
271
|
"properties": {
|
|
@@ -1411,6 +1531,63 @@ export const OPENAPI_SCHEMA = {
|
|
|
1411
1531
|
"title": "CentrifugoNodeInfo",
|
|
1412
1532
|
"type": "object"
|
|
1413
1533
|
},
|
|
1534
|
+
"CentrifugoOverviewStats": {
|
|
1535
|
+
"description": "Overview statistics for Centrifugo publishes.",
|
|
1536
|
+
"properties": {
|
|
1537
|
+
"avg_acks_received": {
|
|
1538
|
+
"description": "Average ACKs received",
|
|
1539
|
+
"title": "Avg Acks Received",
|
|
1540
|
+
"type": "number"
|
|
1541
|
+
},
|
|
1542
|
+
"avg_duration_ms": {
|
|
1543
|
+
"description": "Average duration in milliseconds",
|
|
1544
|
+
"title": "Avg Duration Ms",
|
|
1545
|
+
"type": "number"
|
|
1546
|
+
},
|
|
1547
|
+
"failed": {
|
|
1548
|
+
"description": "Failed publishes",
|
|
1549
|
+
"title": "Failed",
|
|
1550
|
+
"type": "integer"
|
|
1551
|
+
},
|
|
1552
|
+
"period_hours": {
|
|
1553
|
+
"description": "Statistics period in hours",
|
|
1554
|
+
"title": "Period Hours",
|
|
1555
|
+
"type": "integer"
|
|
1556
|
+
},
|
|
1557
|
+
"success_rate": {
|
|
1558
|
+
"description": "Success rate percentage",
|
|
1559
|
+
"title": "Success Rate",
|
|
1560
|
+
"type": "number"
|
|
1561
|
+
},
|
|
1562
|
+
"successful": {
|
|
1563
|
+
"description": "Successful publishes",
|
|
1564
|
+
"title": "Successful",
|
|
1565
|
+
"type": "integer"
|
|
1566
|
+
},
|
|
1567
|
+
"timeout": {
|
|
1568
|
+
"description": "Timeout publishes",
|
|
1569
|
+
"title": "Timeout",
|
|
1570
|
+
"type": "integer"
|
|
1571
|
+
},
|
|
1572
|
+
"total": {
|
|
1573
|
+
"description": "Total publishes in period",
|
|
1574
|
+
"title": "Total",
|
|
1575
|
+
"type": "integer"
|
|
1576
|
+
}
|
|
1577
|
+
},
|
|
1578
|
+
"required": [
|
|
1579
|
+
"total",
|
|
1580
|
+
"successful",
|
|
1581
|
+
"failed",
|
|
1582
|
+
"timeout",
|
|
1583
|
+
"success_rate",
|
|
1584
|
+
"avg_duration_ms",
|
|
1585
|
+
"avg_acks_received",
|
|
1586
|
+
"period_hours"
|
|
1587
|
+
],
|
|
1588
|
+
"title": "CentrifugoOverviewStatsSerializer",
|
|
1589
|
+
"type": "object"
|
|
1590
|
+
},
|
|
1414
1591
|
"CentrifugoPresenceRequestRequest": {
|
|
1415
1592
|
"description": "Request to get channel presence.",
|
|
1416
1593
|
"properties": {
|
|
@@ -2182,7 +2359,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
2182
2359
|
"type": "object"
|
|
2183
2360
|
},
|
|
2184
2361
|
"Command": {
|
|
2185
|
-
"description": "Django management command serializer.",
|
|
2362
|
+
"description": "Django management command serializer.\n\nIncludes security metadata from base classes (SafeCommand, InteractiveCommand, etc.):\n- web_executable: Can be executed via web interface\n- requires_input: Requires interactive user input\n- is_destructive: Modifies or deletes data",
|
|
2186
2363
|
"properties": {
|
|
2187
2364
|
"app": {
|
|
2188
2365
|
"type": "string"
|
|
@@ -2199,11 +2376,26 @@ export const OPENAPI_SCHEMA = {
|
|
|
2199
2376
|
"is_custom": {
|
|
2200
2377
|
"type": "boolean"
|
|
2201
2378
|
},
|
|
2379
|
+
"is_destructive": {
|
|
2380
|
+
"description": "Modifies or deletes data",
|
|
2381
|
+
"nullable": true,
|
|
2382
|
+
"type": "boolean"
|
|
2383
|
+
},
|
|
2202
2384
|
"name": {
|
|
2203
2385
|
"type": "string"
|
|
2204
2386
|
},
|
|
2387
|
+
"requires_input": {
|
|
2388
|
+
"description": "Requires interactive user input",
|
|
2389
|
+
"nullable": true,
|
|
2390
|
+
"type": "boolean"
|
|
2391
|
+
},
|
|
2205
2392
|
"risk_level": {
|
|
2206
2393
|
"type": "string"
|
|
2394
|
+
},
|
|
2395
|
+
"web_executable": {
|
|
2396
|
+
"description": "Can be executed via web interface",
|
|
2397
|
+
"nullable": true,
|
|
2398
|
+
"type": "boolean"
|
|
2207
2399
|
}
|
|
2208
2400
|
},
|
|
2209
2401
|
"required": [
|
|
@@ -2543,6 +2735,69 @@ export const OPENAPI_SCHEMA = {
|
|
|
2543
2735
|
},
|
|
2544
2736
|
"type": "object"
|
|
2545
2737
|
},
|
|
2738
|
+
"DashboardCharts": {
|
|
2739
|
+
"description": "Combined dashboard charts data.",
|
|
2740
|
+
"properties": {
|
|
2741
|
+
"error_distribution": {
|
|
2742
|
+
"allOf": [
|
|
2743
|
+
{
|
|
2744
|
+
"$ref": "#/components/schemas/ErrorDistributionChart"
|
|
2745
|
+
}
|
|
2746
|
+
],
|
|
2747
|
+
"description": "Error distribution chart"
|
|
2748
|
+
},
|
|
2749
|
+
"generated_at": {
|
|
2750
|
+
"description": "When data was generated",
|
|
2751
|
+
"type": "string"
|
|
2752
|
+
},
|
|
2753
|
+
"period_hours": {
|
|
2754
|
+
"description": "Period in hours for all charts",
|
|
2755
|
+
"type": "integer"
|
|
2756
|
+
},
|
|
2757
|
+
"request_volume": {
|
|
2758
|
+
"allOf": [
|
|
2759
|
+
{
|
|
2760
|
+
"$ref": "#/components/schemas/RequestVolumeChart"
|
|
2761
|
+
}
|
|
2762
|
+
],
|
|
2763
|
+
"description": "Request volume chart"
|
|
2764
|
+
},
|
|
2765
|
+
"response_time": {
|
|
2766
|
+
"allOf": [
|
|
2767
|
+
{
|
|
2768
|
+
"$ref": "#/components/schemas/ResponseTimeChart"
|
|
2769
|
+
}
|
|
2770
|
+
],
|
|
2771
|
+
"description": "Response time chart"
|
|
2772
|
+
},
|
|
2773
|
+
"server_uptime": {
|
|
2774
|
+
"allOf": [
|
|
2775
|
+
{
|
|
2776
|
+
"$ref": "#/components/schemas/ServerUptimeChart"
|
|
2777
|
+
}
|
|
2778
|
+
],
|
|
2779
|
+
"description": "Server uptime chart"
|
|
2780
|
+
},
|
|
2781
|
+
"service_activity": {
|
|
2782
|
+
"allOf": [
|
|
2783
|
+
{
|
|
2784
|
+
"$ref": "#/components/schemas/ServiceActivityChart"
|
|
2785
|
+
}
|
|
2786
|
+
],
|
|
2787
|
+
"description": "Service activity chart"
|
|
2788
|
+
}
|
|
2789
|
+
},
|
|
2790
|
+
"required": [
|
|
2791
|
+
"error_distribution",
|
|
2792
|
+
"generated_at",
|
|
2793
|
+
"period_hours",
|
|
2794
|
+
"request_volume",
|
|
2795
|
+
"response_time",
|
|
2796
|
+
"server_uptime",
|
|
2797
|
+
"service_activity"
|
|
2798
|
+
],
|
|
2799
|
+
"type": "object"
|
|
2800
|
+
},
|
|
2546
2801
|
"DashboardOverview": {
|
|
2547
2802
|
"description": "Main serializer for dashboard overview endpoint.\nUses typed serializers for proper OpenAPI schema generation.",
|
|
2548
2803
|
"properties": {
|
|
@@ -2952,12 +3207,41 @@ export const OPENAPI_SCHEMA = {
|
|
|
2952
3207
|
"DjangoRQConfig": {
|
|
2953
3208
|
"description": "Django-RQ configuration.",
|
|
2954
3209
|
"properties": {
|
|
3210
|
+
"api_token": {
|
|
3211
|
+
"nullable": true,
|
|
3212
|
+
"type": "string"
|
|
3213
|
+
},
|
|
3214
|
+
"enabled": {
|
|
3215
|
+
"nullable": true,
|
|
3216
|
+
"type": "boolean"
|
|
3217
|
+
},
|
|
3218
|
+
"exception_handlers": {
|
|
3219
|
+
"items": {},
|
|
3220
|
+
"nullable": true,
|
|
3221
|
+
"type": "array"
|
|
3222
|
+
},
|
|
3223
|
+
"prometheus_enabled": {
|
|
3224
|
+
"nullable": true,
|
|
3225
|
+
"type": "boolean"
|
|
3226
|
+
},
|
|
2955
3227
|
"queues": {
|
|
2956
|
-
"
|
|
3228
|
+
"items": {
|
|
2957
3229
|
"$ref": "#/components/schemas/RedisQueueConfig"
|
|
2958
3230
|
},
|
|
2959
3231
|
"nullable": true,
|
|
2960
|
-
"type": "
|
|
3232
|
+
"type": "array"
|
|
3233
|
+
},
|
|
3234
|
+
"schedules": {
|
|
3235
|
+
"items": {
|
|
3236
|
+
"additionalProperties": {},
|
|
3237
|
+
"type": "object"
|
|
3238
|
+
},
|
|
3239
|
+
"nullable": true,
|
|
3240
|
+
"type": "array"
|
|
3241
|
+
},
|
|
3242
|
+
"show_admin_link": {
|
|
3243
|
+
"nullable": true,
|
|
3244
|
+
"type": "boolean"
|
|
2961
3245
|
}
|
|
2962
3246
|
},
|
|
2963
3247
|
"type": "object"
|
|
@@ -4017,6 +4301,70 @@ export const OPENAPI_SCHEMA = {
|
|
|
4017
4301
|
],
|
|
4018
4302
|
"type": "object"
|
|
4019
4303
|
},
|
|
4304
|
+
"ErrorDistributionChart": {
|
|
4305
|
+
"description": "Error distribution chart data.",
|
|
4306
|
+
"properties": {
|
|
4307
|
+
"error_types": {
|
|
4308
|
+
"description": "Error distribution data",
|
|
4309
|
+
"items": {
|
|
4310
|
+
"$ref": "#/components/schemas/ErrorDistributionDataPoint"
|
|
4311
|
+
},
|
|
4312
|
+
"type": "array"
|
|
4313
|
+
},
|
|
4314
|
+
"most_common_error": {
|
|
4315
|
+
"description": "Most common error code",
|
|
4316
|
+
"nullable": true,
|
|
4317
|
+
"type": "string"
|
|
4318
|
+
},
|
|
4319
|
+
"period_hours": {
|
|
4320
|
+
"description": "Period in hours",
|
|
4321
|
+
"type": "integer"
|
|
4322
|
+
},
|
|
4323
|
+
"title": {
|
|
4324
|
+
"default": "Error Distribution",
|
|
4325
|
+
"description": "Chart title",
|
|
4326
|
+
"type": "string"
|
|
4327
|
+
},
|
|
4328
|
+
"total_errors": {
|
|
4329
|
+
"description": "Total number of errors",
|
|
4330
|
+
"type": "integer"
|
|
4331
|
+
}
|
|
4332
|
+
},
|
|
4333
|
+
"required": [
|
|
4334
|
+
"period_hours",
|
|
4335
|
+
"total_errors"
|
|
4336
|
+
],
|
|
4337
|
+
"type": "object"
|
|
4338
|
+
},
|
|
4339
|
+
"ErrorDistributionDataPoint": {
|
|
4340
|
+
"description": "Error distribution data point.",
|
|
4341
|
+
"properties": {
|
|
4342
|
+
"count": {
|
|
4343
|
+
"description": "Number of occurrences",
|
|
4344
|
+
"type": "integer"
|
|
4345
|
+
},
|
|
4346
|
+
"error_code": {
|
|
4347
|
+
"description": "gRPC status code",
|
|
4348
|
+
"type": "string"
|
|
4349
|
+
},
|
|
4350
|
+
"percentage": {
|
|
4351
|
+
"description": "Percentage of total errors",
|
|
4352
|
+
"format": "double",
|
|
4353
|
+
"type": "number"
|
|
4354
|
+
},
|
|
4355
|
+
"service_name": {
|
|
4356
|
+
"description": "Service name if filtered",
|
|
4357
|
+
"nullable": true,
|
|
4358
|
+
"type": "string"
|
|
4359
|
+
}
|
|
4360
|
+
},
|
|
4361
|
+
"required": [
|
|
4362
|
+
"count",
|
|
4363
|
+
"error_code",
|
|
4364
|
+
"percentage"
|
|
4365
|
+
],
|
|
4366
|
+
"type": "object"
|
|
4367
|
+
},
|
|
4020
4368
|
"ErrorResponse": {
|
|
4021
4369
|
"description": "Generic error response.",
|
|
4022
4370
|
"properties": {
|
|
@@ -4037,42 +4385,36 @@ export const OPENAPI_SCHEMA = {
|
|
|
4037
4385
|
"description": "Request to call a gRPC method (for future implementation).",
|
|
4038
4386
|
"properties": {
|
|
4039
4387
|
"metadata": {
|
|
4040
|
-
"additionalProperties": {
|
|
4041
|
-
"type": "string"
|
|
4042
|
-
},
|
|
4388
|
+
"additionalProperties": {},
|
|
4043
4389
|
"description": "Request metadata (headers)",
|
|
4044
|
-
"title": "Metadata",
|
|
4045
4390
|
"type": "object"
|
|
4046
4391
|
},
|
|
4047
4392
|
"method": {
|
|
4048
4393
|
"description": "Method name to call",
|
|
4049
|
-
"
|
|
4394
|
+
"minLength": 1,
|
|
4050
4395
|
"type": "string"
|
|
4051
4396
|
},
|
|
4052
4397
|
"payload": {
|
|
4053
|
-
"additionalProperties":
|
|
4398
|
+
"additionalProperties": {},
|
|
4054
4399
|
"description": "Request payload",
|
|
4055
|
-
"title": "Payload",
|
|
4056
4400
|
"type": "object"
|
|
4057
4401
|
},
|
|
4058
4402
|
"service": {
|
|
4059
4403
|
"description": "Service name to call",
|
|
4060
|
-
"
|
|
4404
|
+
"minLength": 1,
|
|
4061
4405
|
"type": "string"
|
|
4062
4406
|
},
|
|
4063
4407
|
"timeout_ms": {
|
|
4064
4408
|
"default": 5000,
|
|
4065
4409
|
"description": "Request timeout in milliseconds",
|
|
4066
|
-
"title": "Timeout Ms",
|
|
4067
4410
|
"type": "integer"
|
|
4068
4411
|
}
|
|
4069
4412
|
},
|
|
4070
4413
|
"required": [
|
|
4071
|
-
"service",
|
|
4072
4414
|
"method",
|
|
4073
|
-
"payload"
|
|
4415
|
+
"payload",
|
|
4416
|
+
"service"
|
|
4074
4417
|
],
|
|
4075
|
-
"title": "GRPCCallRequestSerializer",
|
|
4076
4418
|
"type": "object"
|
|
4077
4419
|
},
|
|
4078
4420
|
"GRPCCallResponse": {
|
|
@@ -4080,128 +4422,107 @@ export const OPENAPI_SCHEMA = {
|
|
|
4080
4422
|
"properties": {
|
|
4081
4423
|
"duration_ms": {
|
|
4082
4424
|
"description": "Call duration in milliseconds",
|
|
4083
|
-
"title": "Duration Ms",
|
|
4084
4425
|
"type": "integer"
|
|
4085
4426
|
},
|
|
4086
4427
|
"error": {
|
|
4087
|
-
"
|
|
4088
|
-
|
|
4089
|
-
|
|
4090
|
-
"type": "object"
|
|
4091
|
-
},
|
|
4092
|
-
{
|
|
4093
|
-
"type": "null"
|
|
4094
|
-
}
|
|
4095
|
-
],
|
|
4096
|
-
"default": null,
|
|
4097
|
-
"description": "Error details if failed",
|
|
4098
|
-
"title": "Error"
|
|
4428
|
+
"description": "Error message if failed",
|
|
4429
|
+
"nullable": true,
|
|
4430
|
+
"type": "string"
|
|
4099
4431
|
},
|
|
4100
4432
|
"grpc_status_code": {
|
|
4101
4433
|
"description": "gRPC status code",
|
|
4102
|
-
"title": "Grpc Status Code",
|
|
4103
4434
|
"type": "string"
|
|
4104
4435
|
},
|
|
4105
4436
|
"metadata": {
|
|
4106
|
-
"additionalProperties": {
|
|
4107
|
-
"type": "string"
|
|
4108
|
-
},
|
|
4437
|
+
"additionalProperties": {},
|
|
4109
4438
|
"description": "Response metadata",
|
|
4110
|
-
"title": "Metadata",
|
|
4111
4439
|
"type": "object"
|
|
4112
4440
|
},
|
|
4113
4441
|
"method": {
|
|
4114
4442
|
"description": "Method name",
|
|
4115
|
-
"title": "Method",
|
|
4116
4443
|
"type": "string"
|
|
4117
4444
|
},
|
|
4118
4445
|
"request_id": {
|
|
4119
4446
|
"description": "Request ID for tracking",
|
|
4120
|
-
"title": "Request Id",
|
|
4121
4447
|
"type": "string"
|
|
4122
4448
|
},
|
|
4123
4449
|
"response": {
|
|
4124
|
-
"
|
|
4125
|
-
|
|
4126
|
-
|
|
4127
|
-
"type": "object"
|
|
4128
|
-
},
|
|
4129
|
-
{
|
|
4130
|
-
"type": "null"
|
|
4131
|
-
}
|
|
4132
|
-
],
|
|
4133
|
-
"default": null,
|
|
4134
|
-
"description": "Response data if successful",
|
|
4135
|
-
"title": "Response"
|
|
4450
|
+
"description": "Response data if successful (JSON string)",
|
|
4451
|
+
"nullable": true,
|
|
4452
|
+
"type": "string"
|
|
4136
4453
|
},
|
|
4137
4454
|
"service": {
|
|
4138
4455
|
"description": "Service name",
|
|
4139
|
-
"title": "Service",
|
|
4140
4456
|
"type": "string"
|
|
4141
4457
|
},
|
|
4142
4458
|
"status": {
|
|
4143
4459
|
"description": "Request status",
|
|
4144
|
-
"title": "Status",
|
|
4145
4460
|
"type": "string"
|
|
4146
4461
|
},
|
|
4147
4462
|
"success": {
|
|
4148
4463
|
"description": "Whether call was successful",
|
|
4149
|
-
"title": "Success",
|
|
4150
4464
|
"type": "boolean"
|
|
4151
4465
|
},
|
|
4152
4466
|
"timestamp": {
|
|
4153
4467
|
"description": "Response timestamp (ISO format)",
|
|
4154
|
-
"title": "Timestamp",
|
|
4155
4468
|
"type": "string"
|
|
4156
4469
|
}
|
|
4157
4470
|
},
|
|
4158
4471
|
"required": [
|
|
4159
|
-
"
|
|
4472
|
+
"duration_ms",
|
|
4473
|
+
"grpc_status_code",
|
|
4474
|
+
"method",
|
|
4160
4475
|
"request_id",
|
|
4161
4476
|
"service",
|
|
4162
|
-
"method",
|
|
4163
4477
|
"status",
|
|
4164
|
-
"
|
|
4165
|
-
"duration_ms",
|
|
4478
|
+
"success",
|
|
4166
4479
|
"timestamp"
|
|
4167
4480
|
],
|
|
4168
|
-
"title": "GRPCCallResponseSerializer",
|
|
4169
4481
|
"type": "object"
|
|
4170
4482
|
},
|
|
4171
4483
|
"GRPCConfig": {
|
|
4172
4484
|
"description": "Complete gRPC configuration response.",
|
|
4173
4485
|
"properties": {
|
|
4174
4486
|
"features": {
|
|
4175
|
-
"
|
|
4487
|
+
"allOf": [
|
|
4488
|
+
{
|
|
4489
|
+
"$ref": "#/components/schemas/GRPCFeatures"
|
|
4490
|
+
}
|
|
4491
|
+
],
|
|
4176
4492
|
"description": "Feature flags"
|
|
4177
4493
|
},
|
|
4178
4494
|
"framework": {
|
|
4179
|
-
"
|
|
4495
|
+
"allOf": [
|
|
4496
|
+
{
|
|
4497
|
+
"$ref": "#/components/schemas/GRPCFrameworkConfig"
|
|
4498
|
+
}
|
|
4499
|
+
],
|
|
4180
4500
|
"description": "Framework configuration"
|
|
4181
4501
|
},
|
|
4182
4502
|
"registered_services": {
|
|
4183
4503
|
"description": "Number of registered services",
|
|
4184
|
-
"title": "Registered Services",
|
|
4185
4504
|
"type": "integer"
|
|
4186
4505
|
},
|
|
4187
4506
|
"server": {
|
|
4188
|
-
"
|
|
4507
|
+
"allOf": [
|
|
4508
|
+
{
|
|
4509
|
+
"$ref": "#/components/schemas/GRPCServerConfig"
|
|
4510
|
+
}
|
|
4511
|
+
],
|
|
4189
4512
|
"description": "Server configuration"
|
|
4190
4513
|
},
|
|
4191
4514
|
"total_methods": {
|
|
4192
4515
|
"description": "Total number of methods",
|
|
4193
|
-
"title": "Total Methods",
|
|
4194
4516
|
"type": "integer"
|
|
4195
4517
|
}
|
|
4196
4518
|
},
|
|
4197
4519
|
"required": [
|
|
4198
|
-
"server",
|
|
4199
|
-
"framework",
|
|
4200
4520
|
"features",
|
|
4521
|
+
"framework",
|
|
4201
4522
|
"registered_services",
|
|
4523
|
+
"server",
|
|
4202
4524
|
"total_methods"
|
|
4203
4525
|
],
|
|
4204
|
-
"title": "GRPCConfigSerializer",
|
|
4205
4526
|
"type": "object"
|
|
4206
4527
|
},
|
|
4207
4528
|
"GRPCConfigDashboard": {
|
|
@@ -4239,53 +4560,44 @@ export const OPENAPI_SCHEMA = {
|
|
|
4239
4560
|
},
|
|
4240
4561
|
"type": "object"
|
|
4241
4562
|
},
|
|
4242
|
-
"
|
|
4563
|
+
"GRPCExample": {
|
|
4243
4564
|
"description": "Example payload for a gRPC method.",
|
|
4244
4565
|
"properties": {
|
|
4245
4566
|
"description": {
|
|
4246
4567
|
"description": "Method description",
|
|
4247
|
-
"title": "Description",
|
|
4248
4568
|
"type": "string"
|
|
4249
4569
|
},
|
|
4250
4570
|
"expected_response": {
|
|
4251
|
-
"additionalProperties":
|
|
4571
|
+
"additionalProperties": {},
|
|
4252
4572
|
"description": "Example expected response",
|
|
4253
|
-
"title": "Expected Response",
|
|
4254
4573
|
"type": "object"
|
|
4255
4574
|
},
|
|
4256
4575
|
"metadata_example": {
|
|
4257
|
-
"additionalProperties": {
|
|
4258
|
-
"type": "string"
|
|
4259
|
-
},
|
|
4576
|
+
"additionalProperties": {},
|
|
4260
4577
|
"description": "Example metadata (headers)",
|
|
4261
|
-
"title": "Metadata Example",
|
|
4262
4578
|
"type": "object"
|
|
4263
4579
|
},
|
|
4264
4580
|
"method": {
|
|
4265
4581
|
"description": "Method name",
|
|
4266
|
-
"title": "Method",
|
|
4267
4582
|
"type": "string"
|
|
4268
4583
|
},
|
|
4269
4584
|
"payload_example": {
|
|
4270
|
-
"additionalProperties":
|
|
4585
|
+
"additionalProperties": {},
|
|
4271
4586
|
"description": "Example request payload",
|
|
4272
|
-
"title": "Payload Example",
|
|
4273
4587
|
"type": "object"
|
|
4274
4588
|
},
|
|
4275
4589
|
"service": {
|
|
4276
4590
|
"description": "Service name",
|
|
4277
|
-
"title": "Service",
|
|
4278
4591
|
"type": "string"
|
|
4279
4592
|
}
|
|
4280
4593
|
},
|
|
4281
4594
|
"required": [
|
|
4282
|
-
"service",
|
|
4283
|
-
"method",
|
|
4284
4595
|
"description",
|
|
4596
|
+
"expected_response",
|
|
4597
|
+
"method",
|
|
4285
4598
|
"payload_example",
|
|
4286
|
-
"
|
|
4599
|
+
"service"
|
|
4287
4600
|
],
|
|
4288
|
-
"title": "GRPCExampleSerializer",
|
|
4289
4601
|
"type": "object"
|
|
4290
4602
|
},
|
|
4291
4603
|
"GRPCExamplesList": {
|
|
@@ -4294,67 +4606,57 @@ export const OPENAPI_SCHEMA = {
|
|
|
4294
4606
|
"examples": {
|
|
4295
4607
|
"description": "List of examples",
|
|
4296
4608
|
"items": {
|
|
4297
|
-
"$ref": "#/components/schemas/
|
|
4609
|
+
"$ref": "#/components/schemas/GRPCExample"
|
|
4298
4610
|
},
|
|
4299
|
-
"title": "Examples",
|
|
4300
4611
|
"type": "array"
|
|
4301
4612
|
},
|
|
4302
4613
|
"total_examples": {
|
|
4303
4614
|
"description": "Total number of examples",
|
|
4304
|
-
"title": "Total Examples",
|
|
4305
4615
|
"type": "integer"
|
|
4306
4616
|
}
|
|
4307
4617
|
},
|
|
4308
4618
|
"required": [
|
|
4309
4619
|
"total_examples"
|
|
4310
4620
|
],
|
|
4311
|
-
"title": "GRPCExamplesListSerializer",
|
|
4312
4621
|
"type": "object"
|
|
4313
4622
|
},
|
|
4314
|
-
"
|
|
4623
|
+
"GRPCFeatures": {
|
|
4315
4624
|
"description": "gRPC features configuration.",
|
|
4316
4625
|
"properties": {
|
|
4317
|
-
"
|
|
4318
|
-
"description": "
|
|
4319
|
-
"title": "Jwt Auth",
|
|
4626
|
+
"api_key_auth": {
|
|
4627
|
+
"description": "API key authentication enabled",
|
|
4320
4628
|
"type": "boolean"
|
|
4321
4629
|
},
|
|
4322
4630
|
"metrics": {
|
|
4323
4631
|
"description": "Metrics collection enabled",
|
|
4324
|
-
"title": "Metrics",
|
|
4325
4632
|
"type": "boolean"
|
|
4326
4633
|
},
|
|
4327
4634
|
"reflection": {
|
|
4328
4635
|
"description": "gRPC reflection enabled",
|
|
4329
|
-
"title": "Reflection",
|
|
4330
4636
|
"type": "boolean"
|
|
4331
4637
|
},
|
|
4332
4638
|
"request_logging": {
|
|
4333
4639
|
"description": "Request logging enabled",
|
|
4334
|
-
"title": "Request Logging",
|
|
4335
4640
|
"type": "boolean"
|
|
4336
4641
|
}
|
|
4337
4642
|
},
|
|
4338
4643
|
"required": [
|
|
4339
|
-
"
|
|
4340
|
-
"request_logging",
|
|
4644
|
+
"api_key_auth",
|
|
4341
4645
|
"metrics",
|
|
4342
|
-
"reflection"
|
|
4646
|
+
"reflection",
|
|
4647
|
+
"request_logging"
|
|
4343
4648
|
],
|
|
4344
|
-
"title": "GRPCFeaturesSerializer",
|
|
4345
4649
|
"type": "object"
|
|
4346
4650
|
},
|
|
4347
|
-
"
|
|
4651
|
+
"GRPCFrameworkConfig": {
|
|
4348
4652
|
"description": "gRPC framework configuration details.",
|
|
4349
4653
|
"properties": {
|
|
4350
4654
|
"auto_discover": {
|
|
4351
4655
|
"description": "Auto-discover services",
|
|
4352
|
-
"title": "Auto Discover",
|
|
4353
4656
|
"type": "boolean"
|
|
4354
4657
|
},
|
|
4355
4658
|
"enabled": {
|
|
4356
4659
|
"description": "Whether framework is enabled",
|
|
4357
|
-
"title": "Enabled",
|
|
4358
4660
|
"type": "boolean"
|
|
4359
4661
|
},
|
|
4360
4662
|
"interceptors": {
|
|
@@ -4362,88 +4664,159 @@ export const OPENAPI_SCHEMA = {
|
|
|
4362
4664
|
"items": {
|
|
4363
4665
|
"type": "string"
|
|
4364
4666
|
},
|
|
4365
|
-
"title": "Interceptors",
|
|
4366
4667
|
"type": "array"
|
|
4367
4668
|
},
|
|
4368
4669
|
"services_path": {
|
|
4369
4670
|
"description": "Services discovery path pattern",
|
|
4370
|
-
"title": "Services Path",
|
|
4371
4671
|
"type": "string"
|
|
4372
4672
|
}
|
|
4373
4673
|
},
|
|
4374
4674
|
"required": [
|
|
4375
|
-
"enabled",
|
|
4376
4675
|
"auto_discover",
|
|
4676
|
+
"enabled",
|
|
4377
4677
|
"services_path"
|
|
4378
4678
|
],
|
|
4379
|
-
"title": "GRPCFrameworkConfigSerializer",
|
|
4380
4679
|
"type": "object"
|
|
4381
4680
|
},
|
|
4382
|
-
"
|
|
4681
|
+
"GRPCHealthCheck": {
|
|
4682
|
+
"description": "gRPC health check response.",
|
|
4683
|
+
"properties": {
|
|
4684
|
+
"enabled": {
|
|
4685
|
+
"description": "Whether gRPC is enabled",
|
|
4686
|
+
"type": "boolean"
|
|
4687
|
+
},
|
|
4688
|
+
"server_host": {
|
|
4689
|
+
"description": "Configured gRPC server host",
|
|
4690
|
+
"type": "string"
|
|
4691
|
+
},
|
|
4692
|
+
"server_port": {
|
|
4693
|
+
"description": "Configured gRPC server port",
|
|
4694
|
+
"type": "integer"
|
|
4695
|
+
},
|
|
4696
|
+
"status": {
|
|
4697
|
+
"description": "Health status: healthy or unhealthy",
|
|
4698
|
+
"type": "string"
|
|
4699
|
+
},
|
|
4700
|
+
"timestamp": {
|
|
4701
|
+
"description": "Current timestamp",
|
|
4702
|
+
"type": "string"
|
|
4703
|
+
}
|
|
4704
|
+
},
|
|
4705
|
+
"required": [
|
|
4706
|
+
"enabled",
|
|
4707
|
+
"server_host",
|
|
4708
|
+
"server_port",
|
|
4709
|
+
"status",
|
|
4710
|
+
"timestamp"
|
|
4711
|
+
],
|
|
4712
|
+
"type": "object"
|
|
4713
|
+
},
|
|
4714
|
+
"GRPCInterceptorInfo": {
|
|
4383
4715
|
"description": "Information about an interceptor.",
|
|
4384
4716
|
"properties": {
|
|
4385
4717
|
"enabled": {
|
|
4386
4718
|
"description": "Whether interceptor is enabled",
|
|
4387
|
-
"title": "Enabled",
|
|
4388
4719
|
"type": "boolean"
|
|
4389
4720
|
},
|
|
4390
4721
|
"name": {
|
|
4391
4722
|
"description": "Interceptor name",
|
|
4392
|
-
"title": "Name",
|
|
4393
4723
|
"type": "string"
|
|
4394
4724
|
}
|
|
4395
4725
|
},
|
|
4396
4726
|
"required": [
|
|
4397
|
-
"
|
|
4398
|
-
"
|
|
4727
|
+
"enabled",
|
|
4728
|
+
"name"
|
|
4729
|
+
],
|
|
4730
|
+
"type": "object"
|
|
4731
|
+
},
|
|
4732
|
+
"GRPCOverviewStats": {
|
|
4733
|
+
"description": "Overview statistics for gRPC requests.",
|
|
4734
|
+
"properties": {
|
|
4735
|
+
"avg_duration_ms": {
|
|
4736
|
+
"description": "Average duration in milliseconds",
|
|
4737
|
+
"format": "double",
|
|
4738
|
+
"type": "number"
|
|
4739
|
+
},
|
|
4740
|
+
"cancelled": {
|
|
4741
|
+
"description": "Cancelled requests",
|
|
4742
|
+
"type": "integer"
|
|
4743
|
+
},
|
|
4744
|
+
"errors": {
|
|
4745
|
+
"description": "Error requests",
|
|
4746
|
+
"type": "integer"
|
|
4747
|
+
},
|
|
4748
|
+
"p95_duration_ms": {
|
|
4749
|
+
"description": "95th percentile duration in milliseconds",
|
|
4750
|
+
"format": "double",
|
|
4751
|
+
"nullable": true,
|
|
4752
|
+
"type": "number"
|
|
4753
|
+
},
|
|
4754
|
+
"period_hours": {
|
|
4755
|
+
"description": "Statistics period in hours",
|
|
4756
|
+
"type": "integer"
|
|
4757
|
+
},
|
|
4758
|
+
"success_rate": {
|
|
4759
|
+
"description": "Success rate percentage",
|
|
4760
|
+
"format": "double",
|
|
4761
|
+
"type": "number"
|
|
4762
|
+
},
|
|
4763
|
+
"successful": {
|
|
4764
|
+
"description": "Successful requests",
|
|
4765
|
+
"type": "integer"
|
|
4766
|
+
},
|
|
4767
|
+
"timeout": {
|
|
4768
|
+
"description": "Timeout requests",
|
|
4769
|
+
"type": "integer"
|
|
4770
|
+
},
|
|
4771
|
+
"total": {
|
|
4772
|
+
"description": "Total requests in period",
|
|
4773
|
+
"type": "integer"
|
|
4774
|
+
}
|
|
4775
|
+
},
|
|
4776
|
+
"required": [
|
|
4777
|
+
"avg_duration_ms",
|
|
4778
|
+
"cancelled",
|
|
4779
|
+
"errors",
|
|
4780
|
+
"p95_duration_ms",
|
|
4781
|
+
"period_hours",
|
|
4782
|
+
"success_rate",
|
|
4783
|
+
"successful",
|
|
4784
|
+
"timeout",
|
|
4785
|
+
"total"
|
|
4399
4786
|
],
|
|
4400
|
-
"title": "GRPCInterceptorInfoSerializer",
|
|
4401
4787
|
"type": "object"
|
|
4402
4788
|
},
|
|
4403
|
-
"
|
|
4789
|
+
"GRPCServerConfig": {
|
|
4404
4790
|
"description": "gRPC server configuration details.",
|
|
4405
4791
|
"properties": {
|
|
4406
4792
|
"enabled": {
|
|
4407
4793
|
"description": "Whether gRPC server is enabled",
|
|
4408
|
-
"title": "Enabled",
|
|
4409
4794
|
"type": "boolean"
|
|
4410
4795
|
},
|
|
4411
4796
|
"host": {
|
|
4412
4797
|
"description": "Server host address",
|
|
4413
|
-
"title": "Host",
|
|
4414
4798
|
"type": "string"
|
|
4415
4799
|
},
|
|
4416
4800
|
"max_concurrent_rpcs": {
|
|
4417
|
-
"anyOf": [
|
|
4418
|
-
{
|
|
4419
|
-
"type": "integer"
|
|
4420
|
-
},
|
|
4421
|
-
{
|
|
4422
|
-
"type": "null"
|
|
4423
|
-
}
|
|
4424
|
-
],
|
|
4425
|
-
"default": null,
|
|
4426
4801
|
"description": "Maximum concurrent RPCs",
|
|
4427
|
-
"
|
|
4802
|
+
"nullable": true,
|
|
4803
|
+
"type": "integer"
|
|
4428
4804
|
},
|
|
4429
4805
|
"max_workers": {
|
|
4430
4806
|
"description": "Maximum worker threads",
|
|
4431
|
-
"title": "Max Workers",
|
|
4432
4807
|
"type": "integer"
|
|
4433
4808
|
},
|
|
4434
4809
|
"port": {
|
|
4435
4810
|
"description": "Server port",
|
|
4436
|
-
"title": "Port",
|
|
4437
4811
|
"type": "integer"
|
|
4438
4812
|
}
|
|
4439
4813
|
},
|
|
4440
4814
|
"required": [
|
|
4441
|
-
"host",
|
|
4442
|
-
"port",
|
|
4443
4815
|
"enabled",
|
|
4444
|
-
"
|
|
4816
|
+
"host",
|
|
4817
|
+
"max_workers",
|
|
4818
|
+
"port"
|
|
4445
4819
|
],
|
|
4446
|
-
"title": "GRPCServerConfigSerializer",
|
|
4447
4820
|
"type": "object"
|
|
4448
4821
|
},
|
|
4449
4822
|
"GRPCServerInfo": {
|
|
@@ -4451,81 +4824,62 @@ export const OPENAPI_SCHEMA = {
|
|
|
4451
4824
|
"properties": {
|
|
4452
4825
|
"address": {
|
|
4453
4826
|
"description": "Server address (host:port)",
|
|
4454
|
-
"title": "Address",
|
|
4455
4827
|
"type": "string"
|
|
4456
4828
|
},
|
|
4457
4829
|
"interceptors": {
|
|
4458
4830
|
"description": "Active interceptors",
|
|
4459
4831
|
"items": {
|
|
4460
|
-
"$ref": "#/components/schemas/
|
|
4832
|
+
"$ref": "#/components/schemas/GRPCInterceptorInfo"
|
|
4461
4833
|
},
|
|
4462
|
-
"title": "Interceptors",
|
|
4463
4834
|
"type": "array"
|
|
4464
4835
|
},
|
|
4465
4836
|
"server_status": {
|
|
4466
4837
|
"description": "Server status (running, stopped)",
|
|
4467
|
-
"title": "Server Status",
|
|
4468
4838
|
"type": "string"
|
|
4469
4839
|
},
|
|
4470
4840
|
"services": {
|
|
4471
4841
|
"description": "Registered services",
|
|
4472
4842
|
"items": {
|
|
4473
|
-
"$ref": "#/components/schemas/
|
|
4843
|
+
"$ref": "#/components/schemas/GRPCServiceInfo"
|
|
4474
4844
|
},
|
|
4475
|
-
"title": "Services",
|
|
4476
4845
|
"type": "array"
|
|
4477
4846
|
},
|
|
4478
4847
|
"started_at": {
|
|
4479
|
-
"anyOf": [
|
|
4480
|
-
{
|
|
4481
|
-
"type": "string"
|
|
4482
|
-
},
|
|
4483
|
-
{
|
|
4484
|
-
"type": "null"
|
|
4485
|
-
}
|
|
4486
|
-
],
|
|
4487
|
-
"default": null,
|
|
4488
4848
|
"description": "Server start timestamp",
|
|
4489
|
-
"
|
|
4849
|
+
"nullable": true,
|
|
4850
|
+
"type": "string"
|
|
4490
4851
|
},
|
|
4491
4852
|
"stats": {
|
|
4492
|
-
"
|
|
4493
|
-
"description": "Runtime statistics"
|
|
4494
|
-
},
|
|
4495
|
-
"uptime_seconds": {
|
|
4496
|
-
"anyOf": [
|
|
4497
|
-
{
|
|
4498
|
-
"type": "integer"
|
|
4499
|
-
},
|
|
4853
|
+
"allOf": [
|
|
4500
4854
|
{
|
|
4501
|
-
"
|
|
4855
|
+
"$ref": "#/components/schemas/GRPCStats"
|
|
4502
4856
|
}
|
|
4503
4857
|
],
|
|
4504
|
-
"
|
|
4858
|
+
"description": "Runtime statistics"
|
|
4859
|
+
},
|
|
4860
|
+
"uptime_seconds": {
|
|
4505
4861
|
"description": "Server uptime in seconds",
|
|
4506
|
-
"
|
|
4862
|
+
"nullable": true,
|
|
4863
|
+
"type": "integer"
|
|
4507
4864
|
}
|
|
4508
4865
|
},
|
|
4509
4866
|
"required": [
|
|
4510
|
-
"server_status",
|
|
4511
4867
|
"address",
|
|
4868
|
+
"server_status",
|
|
4512
4869
|
"stats"
|
|
4513
4870
|
],
|
|
4514
|
-
"title": "GRPCServerInfoSerializer",
|
|
4515
4871
|
"type": "object"
|
|
4516
4872
|
},
|
|
4517
|
-
"
|
|
4873
|
+
"GRPCServiceInfo": {
|
|
4518
4874
|
"description": "Information about a single gRPC service.",
|
|
4519
4875
|
"properties": {
|
|
4520
4876
|
"description": {
|
|
4521
4877
|
"default": "",
|
|
4522
4878
|
"description": "Service description",
|
|
4523
|
-
"title": "Description",
|
|
4524
4879
|
"type": "string"
|
|
4525
4880
|
},
|
|
4526
4881
|
"full_name": {
|
|
4527
4882
|
"description": "Full service name with package",
|
|
4528
|
-
"title": "Full Name",
|
|
4529
4883
|
"type": "string"
|
|
4530
4884
|
},
|
|
4531
4885
|
"methods": {
|
|
@@ -4533,181 +4887,103 @@ export const OPENAPI_SCHEMA = {
|
|
|
4533
4887
|
"items": {
|
|
4534
4888
|
"type": "string"
|
|
4535
4889
|
},
|
|
4536
|
-
"title": "Methods",
|
|
4537
4890
|
"type": "array"
|
|
4538
4891
|
},
|
|
4539
4892
|
"name": {
|
|
4540
4893
|
"description": "Service name",
|
|
4541
|
-
"title": "Name",
|
|
4542
4894
|
"type": "string"
|
|
4543
4895
|
}
|
|
4544
4896
|
},
|
|
4545
4897
|
"required": [
|
|
4546
|
-
"
|
|
4547
|
-
"
|
|
4898
|
+
"full_name",
|
|
4899
|
+
"name"
|
|
4548
4900
|
],
|
|
4549
|
-
"title": "GRPCServiceInfoSerializer",
|
|
4550
4901
|
"type": "object"
|
|
4551
4902
|
},
|
|
4552
|
-
"
|
|
4903
|
+
"GRPCStats": {
|
|
4553
4904
|
"description": "Runtime statistics summary.",
|
|
4554
4905
|
"properties": {
|
|
4555
4906
|
"avg_duration_ms": {
|
|
4556
4907
|
"description": "Average duration in milliseconds",
|
|
4557
|
-
"
|
|
4908
|
+
"format": "double",
|
|
4558
4909
|
"type": "number"
|
|
4559
4910
|
},
|
|
4560
4911
|
"success_rate": {
|
|
4561
4912
|
"description": "Success rate percentage",
|
|
4562
|
-
"
|
|
4913
|
+
"format": "double",
|
|
4563
4914
|
"type": "number"
|
|
4564
4915
|
},
|
|
4565
4916
|
"total_requests": {
|
|
4566
4917
|
"description": "Total number of requests",
|
|
4567
|
-
"title": "Total Requests",
|
|
4568
4918
|
"type": "integer"
|
|
4569
4919
|
}
|
|
4570
4920
|
},
|
|
4571
4921
|
"required": [
|
|
4572
|
-
"
|
|
4922
|
+
"avg_duration_ms",
|
|
4573
4923
|
"success_rate",
|
|
4574
|
-
"
|
|
4924
|
+
"total_requests"
|
|
4575
4925
|
],
|
|
4576
|
-
"title": "GRPCStatsSerializer",
|
|
4577
4926
|
"type": "object"
|
|
4578
4927
|
},
|
|
4579
|
-
"
|
|
4928
|
+
"GRPCTestLog": {
|
|
4580
4929
|
"description": "Single test log entry.",
|
|
4581
4930
|
"properties": {
|
|
4582
4931
|
"created_at": {
|
|
4583
4932
|
"description": "Request timestamp (ISO format)",
|
|
4584
|
-
"title": "Created At",
|
|
4585
4933
|
"type": "string"
|
|
4586
4934
|
},
|
|
4587
4935
|
"duration_ms": {
|
|
4588
|
-
"anyOf": [
|
|
4589
|
-
{
|
|
4590
|
-
"type": "integer"
|
|
4591
|
-
},
|
|
4592
|
-
{
|
|
4593
|
-
"type": "null"
|
|
4594
|
-
}
|
|
4595
|
-
],
|
|
4596
|
-
"default": null,
|
|
4597
4936
|
"description": "Duration in milliseconds",
|
|
4598
|
-
"
|
|
4937
|
+
"nullable": true,
|
|
4938
|
+
"type": "integer"
|
|
4599
4939
|
},
|
|
4600
4940
|
"error_message": {
|
|
4601
|
-
"anyOf": [
|
|
4602
|
-
{
|
|
4603
|
-
"type": "string"
|
|
4604
|
-
},
|
|
4605
|
-
{
|
|
4606
|
-
"type": "null"
|
|
4607
|
-
}
|
|
4608
|
-
],
|
|
4609
|
-
"default": null,
|
|
4610
4941
|
"description": "Error message if failed",
|
|
4611
|
-
"
|
|
4942
|
+
"nullable": true,
|
|
4943
|
+
"type": "string"
|
|
4612
4944
|
},
|
|
4613
4945
|
"grpc_status_code": {
|
|
4614
|
-
"anyOf": [
|
|
4615
|
-
{
|
|
4616
|
-
"type": "string"
|
|
4617
|
-
},
|
|
4618
|
-
{
|
|
4619
|
-
"type": "null"
|
|
4620
|
-
}
|
|
4621
|
-
],
|
|
4622
|
-
"default": null,
|
|
4623
4946
|
"description": "gRPC status code if available",
|
|
4624
|
-
"
|
|
4947
|
+
"nullable": true,
|
|
4948
|
+
"type": "string"
|
|
4625
4949
|
},
|
|
4626
4950
|
"method": {
|
|
4627
4951
|
"description": "Method name",
|
|
4628
|
-
"title": "Method",
|
|
4629
4952
|
"type": "string"
|
|
4630
4953
|
},
|
|
4631
4954
|
"request_id": {
|
|
4632
4955
|
"description": "Request ID",
|
|
4633
|
-
"title": "Request Id",
|
|
4634
4956
|
"type": "string"
|
|
4635
4957
|
},
|
|
4636
4958
|
"service": {
|
|
4637
4959
|
"description": "Service name",
|
|
4638
|
-
"title": "Service",
|
|
4639
4960
|
"type": "string"
|
|
4640
4961
|
},
|
|
4641
4962
|
"status": {
|
|
4642
4963
|
"description": "Request status (success, error, etc.)",
|
|
4643
|
-
"title": "Status",
|
|
4644
4964
|
"type": "string"
|
|
4645
4965
|
},
|
|
4646
4966
|
"user": {
|
|
4647
|
-
"anyOf": [
|
|
4648
|
-
{
|
|
4649
|
-
"type": "string"
|
|
4650
|
-
},
|
|
4651
|
-
{
|
|
4652
|
-
"type": "null"
|
|
4653
|
-
}
|
|
4654
|
-
],
|
|
4655
|
-
"default": null,
|
|
4656
4967
|
"description": "User who made the request",
|
|
4657
|
-
"
|
|
4968
|
+
"nullable": true,
|
|
4969
|
+
"type": "string"
|
|
4658
4970
|
}
|
|
4659
4971
|
},
|
|
4660
4972
|
"required": [
|
|
4973
|
+
"created_at",
|
|
4974
|
+
"method",
|
|
4661
4975
|
"request_id",
|
|
4662
4976
|
"service",
|
|
4663
|
-
"
|
|
4664
|
-
"status",
|
|
4665
|
-
"created_at"
|
|
4977
|
+
"status"
|
|
4666
4978
|
],
|
|
4667
|
-
"title": "GRPCTestLogSerializer",
|
|
4668
4979
|
"type": "object"
|
|
4669
4980
|
},
|
|
4670
|
-
"
|
|
4671
|
-
"description": "
|
|
4981
|
+
"HealthCheck": {
|
|
4982
|
+
"description": "Health check response.",
|
|
4672
4983
|
"properties": {
|
|
4673
|
-
"
|
|
4674
|
-
"description": "
|
|
4675
|
-
"title": "
|
|
4676
|
-
"type": "integer"
|
|
4677
|
-
},
|
|
4678
|
-
"has_more": {
|
|
4679
|
-
"default": false,
|
|
4680
|
-
"description": "Whether more logs are available",
|
|
4681
|
-
"title": "Has More",
|
|
4682
|
-
"type": "boolean"
|
|
4683
|
-
},
|
|
4684
|
-
"logs": {
|
|
4685
|
-
"description": "List of test logs",
|
|
4686
|
-
"items": {
|
|
4687
|
-
"$ref": "#/components/schemas/GRPCTestLogSerializer"
|
|
4688
|
-
},
|
|
4689
|
-
"title": "Logs",
|
|
4690
|
-
"type": "array"
|
|
4691
|
-
},
|
|
4692
|
-
"total_available": {
|
|
4693
|
-
"description": "Total logs available",
|
|
4694
|
-
"title": "Total Available",
|
|
4695
|
-
"type": "integer"
|
|
4696
|
-
}
|
|
4697
|
-
},
|
|
4698
|
-
"required": [
|
|
4699
|
-
"count",
|
|
4700
|
-
"total_available"
|
|
4701
|
-
],
|
|
4702
|
-
"title": "GRPCTestLogsSerializer",
|
|
4703
|
-
"type": "object"
|
|
4704
|
-
},
|
|
4705
|
-
"HealthCheck": {
|
|
4706
|
-
"description": "Health check response.",
|
|
4707
|
-
"properties": {
|
|
4708
|
-
"has_api_key": {
|
|
4709
|
-
"description": "Whether API key is configured",
|
|
4710
|
-
"title": "Has Api Key",
|
|
4984
|
+
"has_api_key": {
|
|
4985
|
+
"description": "Whether API key is configured",
|
|
4986
|
+
"title": "Has Api Key",
|
|
4711
4987
|
"type": "boolean"
|
|
4712
4988
|
},
|
|
4713
4989
|
"status": {
|
|
@@ -4923,6 +5199,49 @@ export const OPENAPI_SCHEMA = {
|
|
|
4923
5199
|
],
|
|
4924
5200
|
"type": "object"
|
|
4925
5201
|
},
|
|
5202
|
+
"JobListRequest": {
|
|
5203
|
+
"description": "Job list item serializer.\n\nProvides basic job information for list views.",
|
|
5204
|
+
"properties": {
|
|
5205
|
+
"created_at": {
|
|
5206
|
+
"description": "Job creation time",
|
|
5207
|
+
"format": "date-time",
|
|
5208
|
+
"type": "string"
|
|
5209
|
+
},
|
|
5210
|
+
"func_name": {
|
|
5211
|
+
"description": "Function name",
|
|
5212
|
+
"minLength": 1,
|
|
5213
|
+
"type": "string"
|
|
5214
|
+
},
|
|
5215
|
+
"id": {
|
|
5216
|
+
"description": "Job ID",
|
|
5217
|
+
"minLength": 1,
|
|
5218
|
+
"type": "string"
|
|
5219
|
+
},
|
|
5220
|
+
"queue": {
|
|
5221
|
+
"description": "Queue name",
|
|
5222
|
+
"minLength": 1,
|
|
5223
|
+
"type": "string"
|
|
5224
|
+
},
|
|
5225
|
+
"status": {
|
|
5226
|
+
"description": "Job status (queued/started/finished/failed)",
|
|
5227
|
+
"minLength": 1,
|
|
5228
|
+
"type": "string"
|
|
5229
|
+
},
|
|
5230
|
+
"timeout": {
|
|
5231
|
+
"description": "Job timeout in seconds",
|
|
5232
|
+
"nullable": true,
|
|
5233
|
+
"type": "integer"
|
|
5234
|
+
}
|
|
5235
|
+
},
|
|
5236
|
+
"required": [
|
|
5237
|
+
"created_at",
|
|
5238
|
+
"func_name",
|
|
5239
|
+
"id",
|
|
5240
|
+
"queue",
|
|
5241
|
+
"status"
|
|
5242
|
+
],
|
|
5243
|
+
"type": "object"
|
|
5244
|
+
},
|
|
4926
5245
|
"LeadSubmission": {
|
|
4927
5246
|
"description": "Serializer for lead form submission from frontend.",
|
|
4928
5247
|
"properties": {
|
|
@@ -5235,49 +5554,42 @@ export const OPENAPI_SCHEMA = {
|
|
|
5235
5554
|
],
|
|
5236
5555
|
"type": "object"
|
|
5237
5556
|
},
|
|
5238
|
-
"
|
|
5557
|
+
"MethodInfo": {
|
|
5239
5558
|
"description": "Information about a service method.",
|
|
5240
5559
|
"properties": {
|
|
5241
5560
|
"auth_required": {
|
|
5242
5561
|
"default": false,
|
|
5243
5562
|
"description": "Whether authentication is required",
|
|
5244
|
-
"title": "Auth Required",
|
|
5245
5563
|
"type": "boolean"
|
|
5246
5564
|
},
|
|
5247
5565
|
"full_name": {
|
|
5248
5566
|
"description": "Full method name (/service/method)",
|
|
5249
|
-
"title": "Full Name",
|
|
5250
5567
|
"type": "string"
|
|
5251
5568
|
},
|
|
5252
5569
|
"name": {
|
|
5253
5570
|
"description": "Method name",
|
|
5254
|
-
"title": "Name",
|
|
5255
5571
|
"type": "string"
|
|
5256
5572
|
},
|
|
5257
5573
|
"request_type": {
|
|
5258
5574
|
"default": "",
|
|
5259
5575
|
"description": "Request message type",
|
|
5260
|
-
"title": "Request Type",
|
|
5261
5576
|
"type": "string"
|
|
5262
5577
|
},
|
|
5263
5578
|
"response_type": {
|
|
5264
5579
|
"default": "",
|
|
5265
5580
|
"description": "Response message type",
|
|
5266
|
-
"title": "Response Type",
|
|
5267
5581
|
"type": "string"
|
|
5268
5582
|
},
|
|
5269
5583
|
"streaming": {
|
|
5270
5584
|
"default": false,
|
|
5271
5585
|
"description": "Whether method uses streaming",
|
|
5272
|
-
"title": "Streaming",
|
|
5273
5586
|
"type": "boolean"
|
|
5274
5587
|
}
|
|
5275
5588
|
},
|
|
5276
5589
|
"required": [
|
|
5277
|
-
"
|
|
5278
|
-
"
|
|
5590
|
+
"full_name",
|
|
5591
|
+
"name"
|
|
5279
5592
|
],
|
|
5280
|
-
"title": "MethodInfoSerializer",
|
|
5281
5593
|
"type": "object"
|
|
5282
5594
|
},
|
|
5283
5595
|
"MethodList": {
|
|
@@ -5286,14 +5598,12 @@ export const OPENAPI_SCHEMA = {
|
|
|
5286
5598
|
"methods": {
|
|
5287
5599
|
"description": "Method statistics",
|
|
5288
5600
|
"items": {
|
|
5289
|
-
"$ref": "#/components/schemas/
|
|
5601
|
+
"$ref": "#/components/schemas/MethodStats"
|
|
5290
5602
|
},
|
|
5291
|
-
"title": "Methods",
|
|
5292
5603
|
"type": "array"
|
|
5293
5604
|
},
|
|
5294
5605
|
"total_methods": {
|
|
5295
5606
|
"description": "Total number of methods",
|
|
5296
|
-
"title": "Total Methods",
|
|
5297
5607
|
"type": "integer"
|
|
5298
5608
|
}
|
|
5299
5609
|
},
|
|
@@ -5301,109 +5611,133 @@ export const OPENAPI_SCHEMA = {
|
|
|
5301
5611
|
"methods",
|
|
5302
5612
|
"total_methods"
|
|
5303
5613
|
],
|
|
5304
|
-
"title": "MethodListSerializer",
|
|
5305
5614
|
"type": "object"
|
|
5306
5615
|
},
|
|
5307
|
-
"
|
|
5616
|
+
"MethodStats": {
|
|
5308
5617
|
"description": "Statistics for a single gRPC method.",
|
|
5309
5618
|
"properties": {
|
|
5310
5619
|
"avg_duration_ms": {
|
|
5311
5620
|
"description": "Average duration",
|
|
5312
|
-
"
|
|
5621
|
+
"format": "double",
|
|
5313
5622
|
"type": "number"
|
|
5314
5623
|
},
|
|
5315
5624
|
"errors": {
|
|
5316
5625
|
"description": "Error requests",
|
|
5317
|
-
"title": "Errors",
|
|
5318
5626
|
"type": "integer"
|
|
5319
5627
|
},
|
|
5320
5628
|
"last_activity_at": {
|
|
5321
|
-
"anyOf": [
|
|
5322
|
-
{
|
|
5323
|
-
"type": "string"
|
|
5324
|
-
},
|
|
5325
|
-
{
|
|
5326
|
-
"type": "null"
|
|
5327
|
-
}
|
|
5328
|
-
],
|
|
5329
5629
|
"description": "Last activity timestamp",
|
|
5330
|
-
"
|
|
5630
|
+
"nullable": true,
|
|
5631
|
+
"type": "string"
|
|
5331
5632
|
},
|
|
5332
5633
|
"method_name": {
|
|
5333
5634
|
"description": "Method name",
|
|
5334
|
-
"title": "Method Name",
|
|
5335
5635
|
"type": "string"
|
|
5336
5636
|
},
|
|
5337
5637
|
"service_name": {
|
|
5338
5638
|
"description": "Service name",
|
|
5339
|
-
"title": "Service Name",
|
|
5340
5639
|
"type": "string"
|
|
5341
5640
|
},
|
|
5342
5641
|
"successful": {
|
|
5343
5642
|
"description": "Successful requests",
|
|
5344
|
-
"title": "Successful",
|
|
5345
5643
|
"type": "integer"
|
|
5346
5644
|
},
|
|
5347
5645
|
"total": {
|
|
5348
5646
|
"description": "Total requests",
|
|
5349
|
-
"title": "Total",
|
|
5350
5647
|
"type": "integer"
|
|
5351
5648
|
}
|
|
5352
5649
|
},
|
|
5353
5650
|
"required": [
|
|
5651
|
+
"avg_duration_ms",
|
|
5652
|
+
"errors",
|
|
5653
|
+
"last_activity_at",
|
|
5354
5654
|
"method_name",
|
|
5355
5655
|
"service_name",
|
|
5356
|
-
"total",
|
|
5357
5656
|
"successful",
|
|
5358
|
-
"
|
|
5359
|
-
"avg_duration_ms",
|
|
5360
|
-
"last_activity_at"
|
|
5657
|
+
"total"
|
|
5361
5658
|
],
|
|
5362
|
-
"title": "MethodStatsSerializer",
|
|
5363
5659
|
"type": "object"
|
|
5364
5660
|
},
|
|
5365
|
-
"
|
|
5661
|
+
"MethodSummary": {
|
|
5366
5662
|
"description": "Summary information for a method.",
|
|
5367
5663
|
"properties": {
|
|
5368
5664
|
"full_name": {
|
|
5369
5665
|
"description": "Full method path",
|
|
5370
|
-
"title": "Full Name",
|
|
5371
5666
|
"type": "string"
|
|
5372
5667
|
},
|
|
5373
5668
|
"name": {
|
|
5374
5669
|
"description": "Method name",
|
|
5375
|
-
"title": "Name",
|
|
5376
5670
|
"type": "string"
|
|
5377
5671
|
},
|
|
5378
5672
|
"request_type": {
|
|
5379
5673
|
"default": "",
|
|
5380
5674
|
"description": "Request message type",
|
|
5381
|
-
"title": "Request Type",
|
|
5382
5675
|
"type": "string"
|
|
5383
5676
|
},
|
|
5384
5677
|
"response_type": {
|
|
5385
5678
|
"default": "",
|
|
5386
5679
|
"description": "Response message type",
|
|
5387
|
-
"title": "Response Type",
|
|
5388
5680
|
"type": "string"
|
|
5389
5681
|
},
|
|
5390
5682
|
"service_name": {
|
|
5391
5683
|
"description": "Service name",
|
|
5392
|
-
"title": "Service Name",
|
|
5393
5684
|
"type": "string"
|
|
5394
5685
|
},
|
|
5395
5686
|
"stats": {
|
|
5396
|
-
"
|
|
5687
|
+
"allOf": [
|
|
5688
|
+
{
|
|
5689
|
+
"$ref": "#/components/schemas/MethodStats"
|
|
5690
|
+
}
|
|
5691
|
+
],
|
|
5397
5692
|
"description": "Method statistics"
|
|
5398
5693
|
}
|
|
5399
5694
|
},
|
|
5400
5695
|
"required": [
|
|
5401
|
-
"name",
|
|
5402
5696
|
"full_name",
|
|
5697
|
+
"name",
|
|
5403
5698
|
"service_name",
|
|
5404
5699
|
"stats"
|
|
5405
5700
|
],
|
|
5406
|
-
"
|
|
5701
|
+
"type": "object"
|
|
5702
|
+
},
|
|
5703
|
+
"MonitoringServiceStats": {
|
|
5704
|
+
"description": "Statistics for a single gRPC service (monitoring endpoint).",
|
|
5705
|
+
"properties": {
|
|
5706
|
+
"avg_duration_ms": {
|
|
5707
|
+
"description": "Average duration",
|
|
5708
|
+
"format": "double",
|
|
5709
|
+
"type": "number"
|
|
5710
|
+
},
|
|
5711
|
+
"errors": {
|
|
5712
|
+
"description": "Error requests",
|
|
5713
|
+
"type": "integer"
|
|
5714
|
+
},
|
|
5715
|
+
"last_activity_at": {
|
|
5716
|
+
"description": "Last activity timestamp",
|
|
5717
|
+
"nullable": true,
|
|
5718
|
+
"type": "string"
|
|
5719
|
+
},
|
|
5720
|
+
"service_name": {
|
|
5721
|
+
"description": "Service name",
|
|
5722
|
+
"type": "string"
|
|
5723
|
+
},
|
|
5724
|
+
"successful": {
|
|
5725
|
+
"description": "Successful requests",
|
|
5726
|
+
"type": "integer"
|
|
5727
|
+
},
|
|
5728
|
+
"total": {
|
|
5729
|
+
"description": "Total requests",
|
|
5730
|
+
"type": "integer"
|
|
5731
|
+
}
|
|
5732
|
+
},
|
|
5733
|
+
"required": [
|
|
5734
|
+
"avg_duration_ms",
|
|
5735
|
+
"errors",
|
|
5736
|
+
"last_activity_at",
|
|
5737
|
+
"service_name",
|
|
5738
|
+
"successful",
|
|
5739
|
+
"total"
|
|
5740
|
+
],
|
|
5407
5741
|
"type": "object"
|
|
5408
5742
|
},
|
|
5409
5743
|
"Newsletter": {
|
|
@@ -5752,61 +6086,67 @@ export const OPENAPI_SCHEMA = {
|
|
|
5752
6086
|
],
|
|
5753
6087
|
"type": "object"
|
|
5754
6088
|
},
|
|
5755
|
-
"
|
|
5756
|
-
"description": "Overview statistics for Centrifugo publishes.",
|
|
6089
|
+
"PaginatedApiKeyList": {
|
|
5757
6090
|
"properties": {
|
|
5758
|
-
"
|
|
5759
|
-
"description": "
|
|
5760
|
-
"
|
|
5761
|
-
"type": "
|
|
6091
|
+
"count": {
|
|
6092
|
+
"description": "Total number of items across all pages",
|
|
6093
|
+
"example": 150,
|
|
6094
|
+
"type": "integer"
|
|
5762
6095
|
},
|
|
5763
|
-
"
|
|
5764
|
-
"description": "
|
|
5765
|
-
"
|
|
5766
|
-
"type": "
|
|
6096
|
+
"has_next": {
|
|
6097
|
+
"description": "Whether there is a next page",
|
|
6098
|
+
"example": true,
|
|
6099
|
+
"type": "boolean"
|
|
5767
6100
|
},
|
|
5768
|
-
"
|
|
5769
|
-
"description": "
|
|
5770
|
-
"
|
|
5771
|
-
"type": "
|
|
6101
|
+
"has_previous": {
|
|
6102
|
+
"description": "Whether there is a previous page",
|
|
6103
|
+
"example": true,
|
|
6104
|
+
"type": "boolean"
|
|
5772
6105
|
},
|
|
5773
|
-
"
|
|
5774
|
-
"description": "
|
|
5775
|
-
"
|
|
6106
|
+
"next_page": {
|
|
6107
|
+
"description": "Next page number (null if no next page)",
|
|
6108
|
+
"example": 3,
|
|
6109
|
+
"nullable": true,
|
|
5776
6110
|
"type": "integer"
|
|
5777
6111
|
},
|
|
5778
|
-
"
|
|
5779
|
-
"description": "
|
|
5780
|
-
"
|
|
5781
|
-
"type": "
|
|
6112
|
+
"page": {
|
|
6113
|
+
"description": "Current page number (1-based)",
|
|
6114
|
+
"example": 2,
|
|
6115
|
+
"type": "integer"
|
|
5782
6116
|
},
|
|
5783
|
-
"
|
|
5784
|
-
"description": "
|
|
5785
|
-
"
|
|
6117
|
+
"page_size": {
|
|
6118
|
+
"description": "Number of items per page",
|
|
6119
|
+
"example": 10,
|
|
5786
6120
|
"type": "integer"
|
|
5787
6121
|
},
|
|
5788
|
-
"
|
|
5789
|
-
"description": "
|
|
5790
|
-
"
|
|
6122
|
+
"pages": {
|
|
6123
|
+
"description": "Total number of pages",
|
|
6124
|
+
"example": 15,
|
|
5791
6125
|
"type": "integer"
|
|
5792
6126
|
},
|
|
5793
|
-
"
|
|
5794
|
-
"description": "
|
|
5795
|
-
"
|
|
6127
|
+
"previous_page": {
|
|
6128
|
+
"description": "Previous page number (null if no previous page)",
|
|
6129
|
+
"example": 1,
|
|
6130
|
+
"nullable": true,
|
|
5796
6131
|
"type": "integer"
|
|
6132
|
+
},
|
|
6133
|
+
"results": {
|
|
6134
|
+
"description": "Array of items for current page",
|
|
6135
|
+
"items": {
|
|
6136
|
+
"$ref": "#/components/schemas/ApiKey"
|
|
6137
|
+
},
|
|
6138
|
+
"type": "array"
|
|
5797
6139
|
}
|
|
5798
6140
|
},
|
|
5799
6141
|
"required": [
|
|
5800
|
-
"
|
|
5801
|
-
"
|
|
5802
|
-
"
|
|
5803
|
-
"
|
|
5804
|
-
"
|
|
5805
|
-
"
|
|
5806
|
-
"
|
|
5807
|
-
"period_hours"
|
|
6142
|
+
"count",
|
|
6143
|
+
"page",
|
|
6144
|
+
"pages",
|
|
6145
|
+
"page_size",
|
|
6146
|
+
"has_next",
|
|
6147
|
+
"has_previous",
|
|
6148
|
+
"results"
|
|
5808
6149
|
],
|
|
5809
|
-
"title": "OverviewStatsSerializer",
|
|
5810
6150
|
"type": "object"
|
|
5811
6151
|
},
|
|
5812
6152
|
"PaginatedArchiveItemChunkList": {
|
|
@@ -6313,7 +6653,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
6313
6653
|
],
|
|
6314
6654
|
"type": "object"
|
|
6315
6655
|
},
|
|
6316
|
-
"
|
|
6656
|
+
"PaginatedJobListList": {
|
|
6317
6657
|
"properties": {
|
|
6318
6658
|
"count": {
|
|
6319
6659
|
"description": "Total number of items across all pages",
|
|
@@ -6360,7 +6700,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
6360
6700
|
"results": {
|
|
6361
6701
|
"description": "Array of items for current page",
|
|
6362
6702
|
"items": {
|
|
6363
|
-
"$ref": "#/components/schemas/
|
|
6703
|
+
"$ref": "#/components/schemas/JobList"
|
|
6364
6704
|
},
|
|
6365
6705
|
"type": "array"
|
|
6366
6706
|
}
|
|
@@ -6376,7 +6716,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
6376
6716
|
],
|
|
6377
6717
|
"type": "object"
|
|
6378
6718
|
},
|
|
6379
|
-
"
|
|
6719
|
+
"PaginatedLeadSubmissionList": {
|
|
6380
6720
|
"properties": {
|
|
6381
6721
|
"count": {
|
|
6382
6722
|
"description": "Total number of items across all pages",
|
|
@@ -6423,7 +6763,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
6423
6763
|
"results": {
|
|
6424
6764
|
"description": "Array of items for current page",
|
|
6425
6765
|
"items": {
|
|
6426
|
-
"$ref": "#/components/schemas/
|
|
6766
|
+
"$ref": "#/components/schemas/LeadSubmission"
|
|
6427
6767
|
},
|
|
6428
6768
|
"type": "array"
|
|
6429
6769
|
}
|
|
@@ -6439,7 +6779,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
6439
6779
|
],
|
|
6440
6780
|
"type": "object"
|
|
6441
6781
|
},
|
|
6442
|
-
"
|
|
6782
|
+
"PaginatedMessageList": {
|
|
6443
6783
|
"properties": {
|
|
6444
6784
|
"count": {
|
|
6445
6785
|
"description": "Total number of items across all pages",
|
|
@@ -6486,7 +6826,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
6486
6826
|
"results": {
|
|
6487
6827
|
"description": "Array of items for current page",
|
|
6488
6828
|
"items": {
|
|
6489
|
-
"$ref": "#/components/schemas/
|
|
6829
|
+
"$ref": "#/components/schemas/Message"
|
|
6490
6830
|
},
|
|
6491
6831
|
"type": "array"
|
|
6492
6832
|
}
|
|
@@ -6502,7 +6842,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
6502
6842
|
],
|
|
6503
6843
|
"type": "object"
|
|
6504
6844
|
},
|
|
6505
|
-
"
|
|
6845
|
+
"PaginatedNewsletterCampaignList": {
|
|
6506
6846
|
"properties": {
|
|
6507
6847
|
"count": {
|
|
6508
6848
|
"description": "Total number of items across all pages",
|
|
@@ -6549,7 +6889,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
6549
6889
|
"results": {
|
|
6550
6890
|
"description": "Array of items for current page",
|
|
6551
6891
|
"items": {
|
|
6552
|
-
"$ref": "#/components/schemas/
|
|
6892
|
+
"$ref": "#/components/schemas/NewsletterCampaign"
|
|
6553
6893
|
},
|
|
6554
6894
|
"type": "array"
|
|
6555
6895
|
}
|
|
@@ -6565,7 +6905,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
6565
6905
|
],
|
|
6566
6906
|
"type": "object"
|
|
6567
6907
|
},
|
|
6568
|
-
"
|
|
6908
|
+
"PaginatedNewsletterList": {
|
|
6569
6909
|
"properties": {
|
|
6570
6910
|
"count": {
|
|
6571
6911
|
"description": "Total number of items across all pages",
|
|
@@ -6612,7 +6952,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
6612
6952
|
"results": {
|
|
6613
6953
|
"description": "Array of items for current page",
|
|
6614
6954
|
"items": {
|
|
6615
|
-
"$ref": "#/components/schemas/
|
|
6955
|
+
"$ref": "#/components/schemas/Newsletter"
|
|
6616
6956
|
},
|
|
6617
6957
|
"type": "array"
|
|
6618
6958
|
}
|
|
@@ -6628,7 +6968,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
6628
6968
|
],
|
|
6629
6969
|
"type": "object"
|
|
6630
6970
|
},
|
|
6631
|
-
"
|
|
6971
|
+
"PaginatedNewsletterSubscriptionList": {
|
|
6632
6972
|
"properties": {
|
|
6633
6973
|
"count": {
|
|
6634
6974
|
"description": "Total number of items across all pages",
|
|
@@ -6675,7 +7015,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
6675
7015
|
"results": {
|
|
6676
7016
|
"description": "Array of items for current page",
|
|
6677
7017
|
"items": {
|
|
6678
|
-
"$ref": "#/components/schemas/
|
|
7018
|
+
"$ref": "#/components/schemas/NewsletterSubscription"
|
|
6679
7019
|
},
|
|
6680
7020
|
"type": "array"
|
|
6681
7021
|
}
|
|
@@ -6691,7 +7031,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
6691
7031
|
],
|
|
6692
7032
|
"type": "object"
|
|
6693
7033
|
},
|
|
6694
|
-
"
|
|
7034
|
+
"PaginatedPaymentListList": {
|
|
6695
7035
|
"properties": {
|
|
6696
7036
|
"count": {
|
|
6697
7037
|
"description": "Total number of items across all pages",
|
|
@@ -6738,7 +7078,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
6738
7078
|
"results": {
|
|
6739
7079
|
"description": "Array of items for current page",
|
|
6740
7080
|
"items": {
|
|
6741
|
-
"$ref": "#/components/schemas/
|
|
7081
|
+
"$ref": "#/components/schemas/PaymentList"
|
|
6742
7082
|
},
|
|
6743
7083
|
"type": "array"
|
|
6744
7084
|
}
|
|
@@ -6754,7 +7094,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
6754
7094
|
],
|
|
6755
7095
|
"type": "object"
|
|
6756
7096
|
},
|
|
6757
|
-
"
|
|
7097
|
+
"PaginatedPublicCategoryList": {
|
|
6758
7098
|
"properties": {
|
|
6759
7099
|
"count": {
|
|
6760
7100
|
"description": "Total number of items across all pages",
|
|
@@ -6801,7 +7141,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
6801
7141
|
"results": {
|
|
6802
7142
|
"description": "Array of items for current page",
|
|
6803
7143
|
"items": {
|
|
6804
|
-
"$ref": "#/components/schemas/
|
|
7144
|
+
"$ref": "#/components/schemas/PublicCategory"
|
|
6805
7145
|
},
|
|
6806
7146
|
"type": "array"
|
|
6807
7147
|
}
|
|
@@ -6817,7 +7157,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
6817
7157
|
],
|
|
6818
7158
|
"type": "object"
|
|
6819
7159
|
},
|
|
6820
|
-
"
|
|
7160
|
+
"PaginatedPublicDocumentListList": {
|
|
6821
7161
|
"properties": {
|
|
6822
7162
|
"count": {
|
|
6823
7163
|
"description": "Total number of items across all pages",
|
|
@@ -6864,7 +7204,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
6864
7204
|
"results": {
|
|
6865
7205
|
"description": "Array of items for current page",
|
|
6866
7206
|
"items": {
|
|
6867
|
-
"$ref": "#/components/schemas/
|
|
7207
|
+
"$ref": "#/components/schemas/PublicDocumentList"
|
|
6868
7208
|
},
|
|
6869
7209
|
"type": "array"
|
|
6870
7210
|
}
|
|
@@ -6880,18 +7220,207 @@ export const OPENAPI_SCHEMA = {
|
|
|
6880
7220
|
],
|
|
6881
7221
|
"type": "object"
|
|
6882
7222
|
},
|
|
6883
|
-
"
|
|
6884
|
-
"description": "Archive item chunk serializer.",
|
|
7223
|
+
"PaginatedPublishList": {
|
|
6885
7224
|
"properties": {
|
|
6886
|
-
"
|
|
6887
|
-
"description": "
|
|
6888
|
-
"
|
|
6889
|
-
"minimum": 0,
|
|
7225
|
+
"count": {
|
|
7226
|
+
"description": "Total number of items across all pages",
|
|
7227
|
+
"example": 150,
|
|
6890
7228
|
"type": "integer"
|
|
6891
7229
|
},
|
|
6892
|
-
"
|
|
6893
|
-
"description": "
|
|
6894
|
-
"
|
|
7230
|
+
"has_next": {
|
|
7231
|
+
"description": "Whether there is a next page",
|
|
7232
|
+
"example": true,
|
|
7233
|
+
"type": "boolean"
|
|
7234
|
+
},
|
|
7235
|
+
"has_previous": {
|
|
7236
|
+
"description": "Whether there is a previous page",
|
|
7237
|
+
"example": true,
|
|
7238
|
+
"type": "boolean"
|
|
7239
|
+
},
|
|
7240
|
+
"next_page": {
|
|
7241
|
+
"description": "Next page number (null if no next page)",
|
|
7242
|
+
"example": 3,
|
|
7243
|
+
"nullable": true,
|
|
7244
|
+
"type": "integer"
|
|
7245
|
+
},
|
|
7246
|
+
"page": {
|
|
7247
|
+
"description": "Current page number (1-based)",
|
|
7248
|
+
"example": 2,
|
|
7249
|
+
"type": "integer"
|
|
7250
|
+
},
|
|
7251
|
+
"page_size": {
|
|
7252
|
+
"description": "Number of items per page",
|
|
7253
|
+
"example": 10,
|
|
7254
|
+
"type": "integer"
|
|
7255
|
+
},
|
|
7256
|
+
"pages": {
|
|
7257
|
+
"description": "Total number of pages",
|
|
7258
|
+
"example": 15,
|
|
7259
|
+
"type": "integer"
|
|
7260
|
+
},
|
|
7261
|
+
"previous_page": {
|
|
7262
|
+
"description": "Previous page number (null if no previous page)",
|
|
7263
|
+
"example": 1,
|
|
7264
|
+
"nullable": true,
|
|
7265
|
+
"type": "integer"
|
|
7266
|
+
},
|
|
7267
|
+
"results": {
|
|
7268
|
+
"description": "Array of items for current page",
|
|
7269
|
+
"items": {
|
|
7270
|
+
"$ref": "#/components/schemas/Publish"
|
|
7271
|
+
},
|
|
7272
|
+
"type": "array"
|
|
7273
|
+
}
|
|
7274
|
+
},
|
|
7275
|
+
"required": [
|
|
7276
|
+
"count",
|
|
7277
|
+
"page",
|
|
7278
|
+
"pages",
|
|
7279
|
+
"page_size",
|
|
7280
|
+
"has_next",
|
|
7281
|
+
"has_previous",
|
|
7282
|
+
"results"
|
|
7283
|
+
],
|
|
7284
|
+
"type": "object"
|
|
7285
|
+
},
|
|
7286
|
+
"PaginatedScheduledJobList": {
|
|
7287
|
+
"properties": {
|
|
7288
|
+
"count": {
|
|
7289
|
+
"description": "Total number of items across all pages",
|
|
7290
|
+
"example": 150,
|
|
7291
|
+
"type": "integer"
|
|
7292
|
+
},
|
|
7293
|
+
"has_next": {
|
|
7294
|
+
"description": "Whether there is a next page",
|
|
7295
|
+
"example": true,
|
|
7296
|
+
"type": "boolean"
|
|
7297
|
+
},
|
|
7298
|
+
"has_previous": {
|
|
7299
|
+
"description": "Whether there is a previous page",
|
|
7300
|
+
"example": true,
|
|
7301
|
+
"type": "boolean"
|
|
7302
|
+
},
|
|
7303
|
+
"next_page": {
|
|
7304
|
+
"description": "Next page number (null if no next page)",
|
|
7305
|
+
"example": 3,
|
|
7306
|
+
"nullable": true,
|
|
7307
|
+
"type": "integer"
|
|
7308
|
+
},
|
|
7309
|
+
"page": {
|
|
7310
|
+
"description": "Current page number (1-based)",
|
|
7311
|
+
"example": 2,
|
|
7312
|
+
"type": "integer"
|
|
7313
|
+
},
|
|
7314
|
+
"page_size": {
|
|
7315
|
+
"description": "Number of items per page",
|
|
7316
|
+
"example": 10,
|
|
7317
|
+
"type": "integer"
|
|
7318
|
+
},
|
|
7319
|
+
"pages": {
|
|
7320
|
+
"description": "Total number of pages",
|
|
7321
|
+
"example": 15,
|
|
7322
|
+
"type": "integer"
|
|
7323
|
+
},
|
|
7324
|
+
"previous_page": {
|
|
7325
|
+
"description": "Previous page number (null if no previous page)",
|
|
7326
|
+
"example": 1,
|
|
7327
|
+
"nullable": true,
|
|
7328
|
+
"type": "integer"
|
|
7329
|
+
},
|
|
7330
|
+
"results": {
|
|
7331
|
+
"description": "Array of items for current page",
|
|
7332
|
+
"items": {
|
|
7333
|
+
"$ref": "#/components/schemas/ScheduledJob"
|
|
7334
|
+
},
|
|
7335
|
+
"type": "array"
|
|
7336
|
+
}
|
|
7337
|
+
},
|
|
7338
|
+
"required": [
|
|
7339
|
+
"count",
|
|
7340
|
+
"page",
|
|
7341
|
+
"pages",
|
|
7342
|
+
"page_size",
|
|
7343
|
+
"has_next",
|
|
7344
|
+
"has_previous",
|
|
7345
|
+
"results"
|
|
7346
|
+
],
|
|
7347
|
+
"type": "object"
|
|
7348
|
+
},
|
|
7349
|
+
"PaginatedTicketList": {
|
|
7350
|
+
"properties": {
|
|
7351
|
+
"count": {
|
|
7352
|
+
"description": "Total number of items across all pages",
|
|
7353
|
+
"example": 150,
|
|
7354
|
+
"type": "integer"
|
|
7355
|
+
},
|
|
7356
|
+
"has_next": {
|
|
7357
|
+
"description": "Whether there is a next page",
|
|
7358
|
+
"example": true,
|
|
7359
|
+
"type": "boolean"
|
|
7360
|
+
},
|
|
7361
|
+
"has_previous": {
|
|
7362
|
+
"description": "Whether there is a previous page",
|
|
7363
|
+
"example": true,
|
|
7364
|
+
"type": "boolean"
|
|
7365
|
+
},
|
|
7366
|
+
"next_page": {
|
|
7367
|
+
"description": "Next page number (null if no next page)",
|
|
7368
|
+
"example": 3,
|
|
7369
|
+
"nullable": true,
|
|
7370
|
+
"type": "integer"
|
|
7371
|
+
},
|
|
7372
|
+
"page": {
|
|
7373
|
+
"description": "Current page number (1-based)",
|
|
7374
|
+
"example": 2,
|
|
7375
|
+
"type": "integer"
|
|
7376
|
+
},
|
|
7377
|
+
"page_size": {
|
|
7378
|
+
"description": "Number of items per page",
|
|
7379
|
+
"example": 10,
|
|
7380
|
+
"type": "integer"
|
|
7381
|
+
},
|
|
7382
|
+
"pages": {
|
|
7383
|
+
"description": "Total number of pages",
|
|
7384
|
+
"example": 15,
|
|
7385
|
+
"type": "integer"
|
|
7386
|
+
},
|
|
7387
|
+
"previous_page": {
|
|
7388
|
+
"description": "Previous page number (null if no previous page)",
|
|
7389
|
+
"example": 1,
|
|
7390
|
+
"nullable": true,
|
|
7391
|
+
"type": "integer"
|
|
7392
|
+
},
|
|
7393
|
+
"results": {
|
|
7394
|
+
"description": "Array of items for current page",
|
|
7395
|
+
"items": {
|
|
7396
|
+
"$ref": "#/components/schemas/Ticket"
|
|
7397
|
+
},
|
|
7398
|
+
"type": "array"
|
|
7399
|
+
}
|
|
7400
|
+
},
|
|
7401
|
+
"required": [
|
|
7402
|
+
"count",
|
|
7403
|
+
"page",
|
|
7404
|
+
"pages",
|
|
7405
|
+
"page_size",
|
|
7406
|
+
"has_next",
|
|
7407
|
+
"has_previous",
|
|
7408
|
+
"results"
|
|
7409
|
+
],
|
|
7410
|
+
"type": "object"
|
|
7411
|
+
},
|
|
7412
|
+
"PatchedArchiveItemChunkRequest": {
|
|
7413
|
+
"description": "Archive item chunk serializer.",
|
|
7414
|
+
"properties": {
|
|
7415
|
+
"chunk_index": {
|
|
7416
|
+
"description": "Sequential chunk number within item",
|
|
7417
|
+
"maximum": 2147483647,
|
|
7418
|
+
"minimum": 0,
|
|
7419
|
+
"type": "integer"
|
|
7420
|
+
},
|
|
7421
|
+
"chunk_type": {
|
|
7422
|
+
"description": "Type of content in chunk\n\n* `text` - Text\n* `code` - Code\n* `heading` - Heading\n* `metadata` - Metadata\n* `table` - Table\n* `list` - List",
|
|
7423
|
+
"enum": [
|
|
6895
7424
|
"text",
|
|
6896
7425
|
"code",
|
|
6897
7426
|
"heading",
|
|
@@ -7538,69 +8067,211 @@ export const OPENAPI_SCHEMA = {
|
|
|
7538
8067
|
},
|
|
7539
8068
|
"type": "object"
|
|
7540
8069
|
},
|
|
7541
|
-
"
|
|
7542
|
-
"description": "
|
|
8070
|
+
"ProtoFileDetail": {
|
|
8071
|
+
"description": "Proto file metadata.",
|
|
7543
8072
|
"properties": {
|
|
7544
|
-
"
|
|
7545
|
-
"description": "Category description",
|
|
8073
|
+
"app_label": {
|
|
7546
8074
|
"type": "string"
|
|
7547
8075
|
},
|
|
7548
|
-
"
|
|
7549
|
-
"format": "
|
|
7550
|
-
"
|
|
8076
|
+
"created_at": {
|
|
8077
|
+
"format": "double",
|
|
8078
|
+
"type": "number"
|
|
8079
|
+
},
|
|
8080
|
+
"download_url": {
|
|
8081
|
+
"description": "API endpoint to download this proto file",
|
|
7551
8082
|
"type": "string"
|
|
7552
8083
|
},
|
|
7553
|
-
"
|
|
7554
|
-
"
|
|
7555
|
-
|
|
8084
|
+
"filename": {
|
|
8085
|
+
"type": "string"
|
|
8086
|
+
},
|
|
8087
|
+
"messages_count": {
|
|
8088
|
+
"type": "integer"
|
|
8089
|
+
},
|
|
8090
|
+
"modified_at": {
|
|
8091
|
+
"format": "double",
|
|
8092
|
+
"type": "number"
|
|
8093
|
+
},
|
|
8094
|
+
"package": {
|
|
7556
8095
|
"type": "string"
|
|
8096
|
+
},
|
|
8097
|
+
"services_count": {
|
|
8098
|
+
"type": "integer"
|
|
8099
|
+
},
|
|
8100
|
+
"size_bytes": {
|
|
8101
|
+
"type": "integer"
|
|
7557
8102
|
}
|
|
7558
8103
|
},
|
|
7559
8104
|
"required": [
|
|
7560
|
-
"
|
|
7561
|
-
"
|
|
8105
|
+
"app_label",
|
|
8106
|
+
"created_at",
|
|
8107
|
+
"filename",
|
|
8108
|
+
"messages_count",
|
|
8109
|
+
"modified_at",
|
|
8110
|
+
"package",
|
|
8111
|
+
"services_count",
|
|
8112
|
+
"size_bytes"
|
|
7562
8113
|
],
|
|
7563
8114
|
"type": "object"
|
|
7564
8115
|
},
|
|
7565
|
-
"
|
|
7566
|
-
"description": "
|
|
8116
|
+
"ProtoFileList": {
|
|
8117
|
+
"description": "List of proto files.",
|
|
7567
8118
|
"properties": {
|
|
7568
|
-
"
|
|
7569
|
-
"
|
|
7570
|
-
{
|
|
7571
|
-
"$ref": "#/components/schemas/PublicCategory"
|
|
7572
|
-
}
|
|
7573
|
-
],
|
|
7574
|
-
"readOnly": true
|
|
7575
|
-
},
|
|
7576
|
-
"content": {
|
|
7577
|
-
"description": "Full document content",
|
|
7578
|
-
"type": "string"
|
|
7579
|
-
},
|
|
7580
|
-
"created_at": {
|
|
7581
|
-
"format": "date-time",
|
|
7582
|
-
"readOnly": true,
|
|
8119
|
+
"download_all_url": {
|
|
8120
|
+
"description": "API endpoint to download all proto files as .zip archive",
|
|
7583
8121
|
"type": "string"
|
|
7584
8122
|
},
|
|
7585
|
-
"
|
|
7586
|
-
"
|
|
7587
|
-
|
|
7588
|
-
|
|
8123
|
+
"files": {
|
|
8124
|
+
"items": {
|
|
8125
|
+
"$ref": "#/components/schemas/ProtoFileDetail"
|
|
8126
|
+
},
|
|
8127
|
+
"type": "array"
|
|
7589
8128
|
},
|
|
7590
|
-
"
|
|
7591
|
-
"description": "Document title",
|
|
7592
|
-
"maxLength": 512,
|
|
8129
|
+
"proto_dir": {
|
|
7593
8130
|
"type": "string"
|
|
7594
8131
|
},
|
|
7595
|
-
"
|
|
7596
|
-
"
|
|
7597
|
-
"readOnly": true,
|
|
7598
|
-
"type": "string"
|
|
8132
|
+
"total_files": {
|
|
8133
|
+
"type": "integer"
|
|
7599
8134
|
}
|
|
7600
8135
|
},
|
|
7601
8136
|
"required": [
|
|
7602
|
-
"
|
|
7603
|
-
"
|
|
8137
|
+
"files",
|
|
8138
|
+
"proto_dir",
|
|
8139
|
+
"total_files"
|
|
8140
|
+
],
|
|
8141
|
+
"type": "object"
|
|
8142
|
+
},
|
|
8143
|
+
"ProtoGenerateError": {
|
|
8144
|
+
"description": "Proto generation error.",
|
|
8145
|
+
"properties": {
|
|
8146
|
+
"app": {
|
|
8147
|
+
"type": "string"
|
|
8148
|
+
},
|
|
8149
|
+
"error": {
|
|
8150
|
+
"type": "string"
|
|
8151
|
+
}
|
|
8152
|
+
},
|
|
8153
|
+
"required": [
|
|
8154
|
+
"app",
|
|
8155
|
+
"error"
|
|
8156
|
+
],
|
|
8157
|
+
"type": "object"
|
|
8158
|
+
},
|
|
8159
|
+
"ProtoGenerateRequestRequest": {
|
|
8160
|
+
"description": "Request to generate proto files.",
|
|
8161
|
+
"properties": {
|
|
8162
|
+
"apps": {
|
|
8163
|
+
"description": "List of app labels to generate protos for (uses enabled_apps from config if not specified)",
|
|
8164
|
+
"items": {
|
|
8165
|
+
"minLength": 1,
|
|
8166
|
+
"type": "string"
|
|
8167
|
+
},
|
|
8168
|
+
"type": "array"
|
|
8169
|
+
},
|
|
8170
|
+
"force": {
|
|
8171
|
+
"default": false,
|
|
8172
|
+
"description": "Force regeneration even if proto file exists",
|
|
8173
|
+
"type": "boolean"
|
|
8174
|
+
}
|
|
8175
|
+
},
|
|
8176
|
+
"type": "object"
|
|
8177
|
+
},
|
|
8178
|
+
"ProtoGenerateResponse": {
|
|
8179
|
+
"description": "Response from proto generation.",
|
|
8180
|
+
"properties": {
|
|
8181
|
+
"errors": {
|
|
8182
|
+
"items": {
|
|
8183
|
+
"$ref": "#/components/schemas/ProtoGenerateError"
|
|
8184
|
+
},
|
|
8185
|
+
"type": "array"
|
|
8186
|
+
},
|
|
8187
|
+
"generated": {
|
|
8188
|
+
"items": {
|
|
8189
|
+
"type": "string"
|
|
8190
|
+
},
|
|
8191
|
+
"type": "array"
|
|
8192
|
+
},
|
|
8193
|
+
"generated_count": {
|
|
8194
|
+
"type": "integer"
|
|
8195
|
+
},
|
|
8196
|
+
"proto_dir": {
|
|
8197
|
+
"type": "string"
|
|
8198
|
+
},
|
|
8199
|
+
"status": {
|
|
8200
|
+
"type": "string"
|
|
8201
|
+
}
|
|
8202
|
+
},
|
|
8203
|
+
"required": [
|
|
8204
|
+
"errors",
|
|
8205
|
+
"generated",
|
|
8206
|
+
"generated_count",
|
|
8207
|
+
"proto_dir",
|
|
8208
|
+
"status"
|
|
8209
|
+
],
|
|
8210
|
+
"type": "object"
|
|
8211
|
+
},
|
|
8212
|
+
"PublicCategory": {
|
|
8213
|
+
"description": "Public category serializer.",
|
|
8214
|
+
"properties": {
|
|
8215
|
+
"description": {
|
|
8216
|
+
"description": "Category description",
|
|
8217
|
+
"type": "string"
|
|
8218
|
+
},
|
|
8219
|
+
"id": {
|
|
8220
|
+
"format": "uuid",
|
|
8221
|
+
"readOnly": true,
|
|
8222
|
+
"type": "string"
|
|
8223
|
+
},
|
|
8224
|
+
"name": {
|
|
8225
|
+
"description": "Category name",
|
|
8226
|
+
"maxLength": 255,
|
|
8227
|
+
"type": "string"
|
|
8228
|
+
}
|
|
8229
|
+
},
|
|
8230
|
+
"required": [
|
|
8231
|
+
"id",
|
|
8232
|
+
"name"
|
|
8233
|
+
],
|
|
8234
|
+
"type": "object"
|
|
8235
|
+
},
|
|
8236
|
+
"PublicDocument": {
|
|
8237
|
+
"description": "Public document detail serializer - only essential data for clients.",
|
|
8238
|
+
"properties": {
|
|
8239
|
+
"category": {
|
|
8240
|
+
"allOf": [
|
|
8241
|
+
{
|
|
8242
|
+
"$ref": "#/components/schemas/PublicCategory"
|
|
8243
|
+
}
|
|
8244
|
+
],
|
|
8245
|
+
"readOnly": true
|
|
8246
|
+
},
|
|
8247
|
+
"content": {
|
|
8248
|
+
"description": "Full document content",
|
|
8249
|
+
"type": "string"
|
|
8250
|
+
},
|
|
8251
|
+
"created_at": {
|
|
8252
|
+
"format": "date-time",
|
|
8253
|
+
"readOnly": true,
|
|
8254
|
+
"type": "string"
|
|
8255
|
+
},
|
|
8256
|
+
"id": {
|
|
8257
|
+
"format": "uuid",
|
|
8258
|
+
"readOnly": true,
|
|
8259
|
+
"type": "string"
|
|
8260
|
+
},
|
|
8261
|
+
"title": {
|
|
8262
|
+
"description": "Document title",
|
|
8263
|
+
"maxLength": 512,
|
|
8264
|
+
"type": "string"
|
|
8265
|
+
},
|
|
8266
|
+
"updated_at": {
|
|
8267
|
+
"format": "date-time",
|
|
8268
|
+
"readOnly": true,
|
|
8269
|
+
"type": "string"
|
|
8270
|
+
}
|
|
8271
|
+
},
|
|
8272
|
+
"required": [
|
|
8273
|
+
"category",
|
|
8274
|
+
"content",
|
|
7604
8275
|
"created_at",
|
|
7605
8276
|
"id",
|
|
7606
8277
|
"title",
|
|
@@ -7649,6 +8320,65 @@ export const OPENAPI_SCHEMA = {
|
|
|
7649
8320
|
],
|
|
7650
8321
|
"type": "object"
|
|
7651
8322
|
},
|
|
8323
|
+
"Publish": {
|
|
8324
|
+
"description": "Single publish item for DRF pagination.",
|
|
8325
|
+
"properties": {
|
|
8326
|
+
"acks_expected": {
|
|
8327
|
+
"type": "integer"
|
|
8328
|
+
},
|
|
8329
|
+
"acks_received": {
|
|
8330
|
+
"type": "integer"
|
|
8331
|
+
},
|
|
8332
|
+
"channel": {
|
|
8333
|
+
"type": "string"
|
|
8334
|
+
},
|
|
8335
|
+
"completed_at": {
|
|
8336
|
+
"format": "date-time",
|
|
8337
|
+
"nullable": true,
|
|
8338
|
+
"type": "string"
|
|
8339
|
+
},
|
|
8340
|
+
"created_at": {
|
|
8341
|
+
"format": "date-time",
|
|
8342
|
+
"type": "string"
|
|
8343
|
+
},
|
|
8344
|
+
"duration_ms": {
|
|
8345
|
+
"format": "double",
|
|
8346
|
+
"nullable": true,
|
|
8347
|
+
"type": "number"
|
|
8348
|
+
},
|
|
8349
|
+
"error_code": {
|
|
8350
|
+
"nullable": true,
|
|
8351
|
+
"type": "string"
|
|
8352
|
+
},
|
|
8353
|
+
"error_message": {
|
|
8354
|
+
"nullable": true,
|
|
8355
|
+
"type": "string"
|
|
8356
|
+
},
|
|
8357
|
+
"message_id": {
|
|
8358
|
+
"type": "string"
|
|
8359
|
+
},
|
|
8360
|
+
"status": {
|
|
8361
|
+
"type": "string"
|
|
8362
|
+
},
|
|
8363
|
+
"wait_for_ack": {
|
|
8364
|
+
"type": "boolean"
|
|
8365
|
+
}
|
|
8366
|
+
},
|
|
8367
|
+
"required": [
|
|
8368
|
+
"acks_expected",
|
|
8369
|
+
"acks_received",
|
|
8370
|
+
"channel",
|
|
8371
|
+
"completed_at",
|
|
8372
|
+
"created_at",
|
|
8373
|
+
"duration_ms",
|
|
8374
|
+
"error_code",
|
|
8375
|
+
"error_message",
|
|
8376
|
+
"message_id",
|
|
8377
|
+
"status",
|
|
8378
|
+
"wait_for_ack"
|
|
8379
|
+
],
|
|
8380
|
+
"type": "object"
|
|
8381
|
+
},
|
|
7652
8382
|
"PublishTestRequestRequest": {
|
|
7653
8383
|
"description": "Request model for test message publishing.",
|
|
7654
8384
|
"properties": {
|
|
@@ -7974,123 +8704,117 @@ export const OPENAPI_SCHEMA = {
|
|
|
7974
8704
|
],
|
|
7975
8705
|
"type": "object"
|
|
7976
8706
|
},
|
|
7977
|
-
"
|
|
8707
|
+
"RecentError": {
|
|
7978
8708
|
"description": "Recent error information.",
|
|
7979
8709
|
"properties": {
|
|
7980
8710
|
"error_message": {
|
|
7981
8711
|
"description": "Error message",
|
|
7982
|
-
"title": "Error Message",
|
|
7983
8712
|
"type": "string"
|
|
7984
8713
|
},
|
|
7985
8714
|
"grpc_status_code": {
|
|
7986
8715
|
"description": "gRPC status code",
|
|
7987
|
-
"title": "Grpc Status Code",
|
|
7988
8716
|
"type": "string"
|
|
7989
8717
|
},
|
|
7990
8718
|
"method": {
|
|
7991
8719
|
"description": "Method name where error occurred",
|
|
7992
|
-
"title": "Method",
|
|
7993
8720
|
"type": "string"
|
|
7994
8721
|
},
|
|
7995
8722
|
"occurred_at": {
|
|
7996
8723
|
"description": "When error occurred (ISO timestamp)",
|
|
7997
|
-
"title": "Occurred At",
|
|
7998
8724
|
"type": "string"
|
|
7999
8725
|
}
|
|
8000
8726
|
},
|
|
8001
8727
|
"required": [
|
|
8002
|
-
"method",
|
|
8003
8728
|
"error_message",
|
|
8004
8729
|
"grpc_status_code",
|
|
8730
|
+
"method",
|
|
8005
8731
|
"occurred_at"
|
|
8006
8732
|
],
|
|
8007
|
-
"title": "RecentErrorSerializer",
|
|
8008
8733
|
"type": "object"
|
|
8009
8734
|
},
|
|
8010
|
-
"
|
|
8011
|
-
"description": "Recent
|
|
8735
|
+
"RecentRequest": {
|
|
8736
|
+
"description": "Recent request information.",
|
|
8012
8737
|
"properties": {
|
|
8013
|
-
"
|
|
8014
|
-
"description": "
|
|
8015
|
-
"
|
|
8738
|
+
"api_key_id": {
|
|
8739
|
+
"description": "API Key ID (if used)",
|
|
8740
|
+
"nullable": true,
|
|
8016
8741
|
"type": "integer"
|
|
8017
8742
|
},
|
|
8018
|
-
"
|
|
8019
|
-
"default":
|
|
8020
|
-
"description": "
|
|
8021
|
-
"
|
|
8022
|
-
"type": "
|
|
8743
|
+
"api_key_name": {
|
|
8744
|
+
"default": "",
|
|
8745
|
+
"description": "API Key name (if used)",
|
|
8746
|
+
"nullable": true,
|
|
8747
|
+
"type": "string"
|
|
8023
8748
|
},
|
|
8024
|
-
"
|
|
8749
|
+
"client_ip": {
|
|
8750
|
+
"default": "",
|
|
8751
|
+
"description": "Client IP address",
|
|
8752
|
+
"type": "string"
|
|
8753
|
+
},
|
|
8754
|
+
"created_at": {
|
|
8755
|
+
"description": "Request timestamp",
|
|
8756
|
+
"type": "string"
|
|
8757
|
+
},
|
|
8758
|
+
"duration_ms": {
|
|
8025
8759
|
"default": 0,
|
|
8026
|
-
"description": "
|
|
8027
|
-
"title": "Offset",
|
|
8760
|
+
"description": "Duration in milliseconds",
|
|
8028
8761
|
"type": "integer"
|
|
8029
8762
|
},
|
|
8030
|
-
"
|
|
8031
|
-
"
|
|
8032
|
-
"
|
|
8033
|
-
|
|
8034
|
-
"type": "object"
|
|
8035
|
-
},
|
|
8036
|
-
"title": "Publishes",
|
|
8037
|
-
"type": "array"
|
|
8763
|
+
"error_message": {
|
|
8764
|
+
"default": "",
|
|
8765
|
+
"description": "Error message if failed",
|
|
8766
|
+
"type": "string"
|
|
8038
8767
|
},
|
|
8039
|
-
"
|
|
8040
|
-
"
|
|
8041
|
-
"
|
|
8042
|
-
"type": "
|
|
8043
|
-
}
|
|
8044
|
-
|
|
8045
|
-
|
|
8046
|
-
"publishes",
|
|
8047
|
-
"count",
|
|
8048
|
-
"total_available"
|
|
8049
|
-
],
|
|
8050
|
-
"title": "RecentPublishesSerializer",
|
|
8051
|
-
"type": "object"
|
|
8052
|
-
},
|
|
8053
|
-
"RecentRequests": {
|
|
8054
|
-
"description": "Recent gRPC requests list.",
|
|
8055
|
-
"properties": {
|
|
8056
|
-
"count": {
|
|
8057
|
-
"description": "Number of requests returned",
|
|
8058
|
-
"title": "Count",
|
|
8768
|
+
"grpc_status_code": {
|
|
8769
|
+
"default": "",
|
|
8770
|
+
"description": "gRPC status code",
|
|
8771
|
+
"type": "string"
|
|
8772
|
+
},
|
|
8773
|
+
"id": {
|
|
8774
|
+
"description": "Database ID",
|
|
8059
8775
|
"type": "integer"
|
|
8060
8776
|
},
|
|
8061
|
-
"
|
|
8777
|
+
"is_authenticated": {
|
|
8062
8778
|
"default": false,
|
|
8063
|
-
"description": "Whether
|
|
8064
|
-
"title": "Has More",
|
|
8779
|
+
"description": "Whether request was authenticated",
|
|
8065
8780
|
"type": "boolean"
|
|
8066
8781
|
},
|
|
8067
|
-
"
|
|
8068
|
-
"
|
|
8069
|
-
"
|
|
8070
|
-
"title": "Offset",
|
|
8071
|
-
"type": "integer"
|
|
8782
|
+
"method_name": {
|
|
8783
|
+
"description": "Method name",
|
|
8784
|
+
"type": "string"
|
|
8072
8785
|
},
|
|
8073
|
-
"
|
|
8074
|
-
"description": "
|
|
8075
|
-
"
|
|
8076
|
-
|
|
8077
|
-
|
|
8078
|
-
|
|
8079
|
-
"
|
|
8080
|
-
"type": "array"
|
|
8786
|
+
"request_id": {
|
|
8787
|
+
"description": "Request ID",
|
|
8788
|
+
"type": "string"
|
|
8789
|
+
},
|
|
8790
|
+
"service_name": {
|
|
8791
|
+
"description": "Service name",
|
|
8792
|
+
"type": "string"
|
|
8081
8793
|
},
|
|
8082
|
-
"
|
|
8083
|
-
"description": "
|
|
8084
|
-
"
|
|
8794
|
+
"status": {
|
|
8795
|
+
"description": "Request status",
|
|
8796
|
+
"type": "string"
|
|
8797
|
+
},
|
|
8798
|
+
"user_id": {
|
|
8799
|
+
"description": "User ID (if authenticated)",
|
|
8800
|
+
"nullable": true,
|
|
8085
8801
|
"type": "integer"
|
|
8802
|
+
},
|
|
8803
|
+
"username": {
|
|
8804
|
+
"default": "",
|
|
8805
|
+
"description": "Username (if authenticated)",
|
|
8806
|
+
"nullable": true,
|
|
8807
|
+
"type": "string"
|
|
8086
8808
|
}
|
|
8087
8809
|
},
|
|
8088
8810
|
"required": [
|
|
8089
|
-
"
|
|
8090
|
-
"
|
|
8091
|
-
"
|
|
8811
|
+
"created_at",
|
|
8812
|
+
"id",
|
|
8813
|
+
"method_name",
|
|
8814
|
+
"request_id",
|
|
8815
|
+
"service_name",
|
|
8816
|
+
"status"
|
|
8092
8817
|
],
|
|
8093
|
-
"title": "RecentRequestsSerializer",
|
|
8094
8818
|
"type": "object"
|
|
8095
8819
|
},
|
|
8096
8820
|
"RecentUser": {
|
|
@@ -8186,13 +8910,179 @@ export const OPENAPI_SCHEMA = {
|
|
|
8186
8910
|
},
|
|
8187
8911
|
"type": "object"
|
|
8188
8912
|
},
|
|
8189
|
-
"
|
|
8190
|
-
"description": "
|
|
8913
|
+
"RequestVolumeChart": {
|
|
8914
|
+
"description": "Request volume over time chart data.",
|
|
8191
8915
|
"properties": {
|
|
8192
|
-
"
|
|
8193
|
-
"description": "
|
|
8194
|
-
"
|
|
8195
|
-
"type": "
|
|
8916
|
+
"avg_success_rate": {
|
|
8917
|
+
"description": "Average success rate",
|
|
8918
|
+
"format": "double",
|
|
8919
|
+
"type": "number"
|
|
8920
|
+
},
|
|
8921
|
+
"data_points": {
|
|
8922
|
+
"description": "Volume data points",
|
|
8923
|
+
"items": {
|
|
8924
|
+
"$ref": "#/components/schemas/RequestVolumeDataPoint"
|
|
8925
|
+
},
|
|
8926
|
+
"type": "array"
|
|
8927
|
+
},
|
|
8928
|
+
"granularity": {
|
|
8929
|
+
"description": "Data granularity",
|
|
8930
|
+
"type": "string"
|
|
8931
|
+
},
|
|
8932
|
+
"period_hours": {
|
|
8933
|
+
"description": "Period in hours",
|
|
8934
|
+
"type": "integer"
|
|
8935
|
+
},
|
|
8936
|
+
"title": {
|
|
8937
|
+
"default": "Request Volume",
|
|
8938
|
+
"description": "Chart title",
|
|
8939
|
+
"type": "string"
|
|
8940
|
+
},
|
|
8941
|
+
"total_requests": {
|
|
8942
|
+
"description": "Total requests in period",
|
|
8943
|
+
"type": "integer"
|
|
8944
|
+
}
|
|
8945
|
+
},
|
|
8946
|
+
"required": [
|
|
8947
|
+
"avg_success_rate",
|
|
8948
|
+
"granularity",
|
|
8949
|
+
"period_hours",
|
|
8950
|
+
"total_requests"
|
|
8951
|
+
],
|
|
8952
|
+
"type": "object"
|
|
8953
|
+
},
|
|
8954
|
+
"RequestVolumeDataPoint": {
|
|
8955
|
+
"description": "Request volume data point.",
|
|
8956
|
+
"properties": {
|
|
8957
|
+
"failed_requests": {
|
|
8958
|
+
"description": "Failed requests",
|
|
8959
|
+
"type": "integer"
|
|
8960
|
+
},
|
|
8961
|
+
"success_rate": {
|
|
8962
|
+
"description": "Success rate percentage",
|
|
8963
|
+
"format": "double",
|
|
8964
|
+
"type": "number"
|
|
8965
|
+
},
|
|
8966
|
+
"successful_requests": {
|
|
8967
|
+
"description": "Successful requests",
|
|
8968
|
+
"type": "integer"
|
|
8969
|
+
},
|
|
8970
|
+
"timestamp": {
|
|
8971
|
+
"description": "ISO timestamp",
|
|
8972
|
+
"type": "string"
|
|
8973
|
+
},
|
|
8974
|
+
"total_requests": {
|
|
8975
|
+
"description": "Total requests in period",
|
|
8976
|
+
"type": "integer"
|
|
8977
|
+
}
|
|
8978
|
+
},
|
|
8979
|
+
"required": [
|
|
8980
|
+
"failed_requests",
|
|
8981
|
+
"success_rate",
|
|
8982
|
+
"successful_requests",
|
|
8983
|
+
"timestamp",
|
|
8984
|
+
"total_requests"
|
|
8985
|
+
],
|
|
8986
|
+
"type": "object"
|
|
8987
|
+
},
|
|
8988
|
+
"ResponseTimeChart": {
|
|
8989
|
+
"description": "Response time over time chart data.",
|
|
8990
|
+
"properties": {
|
|
8991
|
+
"data_points": {
|
|
8992
|
+
"description": "Response time data points",
|
|
8993
|
+
"items": {
|
|
8994
|
+
"$ref": "#/components/schemas/ResponseTimeDataPoint"
|
|
8995
|
+
},
|
|
8996
|
+
"type": "array"
|
|
8997
|
+
},
|
|
8998
|
+
"granularity": {
|
|
8999
|
+
"description": "Data granularity",
|
|
9000
|
+
"type": "string"
|
|
9001
|
+
},
|
|
9002
|
+
"overall_avg_ms": {
|
|
9003
|
+
"description": "Overall average duration",
|
|
9004
|
+
"format": "double",
|
|
9005
|
+
"type": "number"
|
|
9006
|
+
},
|
|
9007
|
+
"overall_p95_ms": {
|
|
9008
|
+
"description": "Overall P95 duration",
|
|
9009
|
+
"format": "double",
|
|
9010
|
+
"type": "number"
|
|
9011
|
+
},
|
|
9012
|
+
"period_hours": {
|
|
9013
|
+
"description": "Period in hours",
|
|
9014
|
+
"type": "integer"
|
|
9015
|
+
},
|
|
9016
|
+
"title": {
|
|
9017
|
+
"default": "Response Time",
|
|
9018
|
+
"description": "Chart title",
|
|
9019
|
+
"type": "string"
|
|
9020
|
+
}
|
|
9021
|
+
},
|
|
9022
|
+
"required": [
|
|
9023
|
+
"granularity",
|
|
9024
|
+
"overall_avg_ms",
|
|
9025
|
+
"overall_p95_ms",
|
|
9026
|
+
"period_hours"
|
|
9027
|
+
],
|
|
9028
|
+
"type": "object"
|
|
9029
|
+
},
|
|
9030
|
+
"ResponseTimeDataPoint": {
|
|
9031
|
+
"description": "Response time statistics data point.",
|
|
9032
|
+
"properties": {
|
|
9033
|
+
"avg_duration_ms": {
|
|
9034
|
+
"description": "Average duration",
|
|
9035
|
+
"format": "double",
|
|
9036
|
+
"type": "number"
|
|
9037
|
+
},
|
|
9038
|
+
"max_duration_ms": {
|
|
9039
|
+
"description": "Maximum duration",
|
|
9040
|
+
"format": "double",
|
|
9041
|
+
"type": "number"
|
|
9042
|
+
},
|
|
9043
|
+
"min_duration_ms": {
|
|
9044
|
+
"description": "Minimum duration",
|
|
9045
|
+
"format": "double",
|
|
9046
|
+
"type": "number"
|
|
9047
|
+
},
|
|
9048
|
+
"p50_duration_ms": {
|
|
9049
|
+
"description": "P50 percentile",
|
|
9050
|
+
"format": "double",
|
|
9051
|
+
"type": "number"
|
|
9052
|
+
},
|
|
9053
|
+
"p95_duration_ms": {
|
|
9054
|
+
"description": "P95 percentile",
|
|
9055
|
+
"format": "double",
|
|
9056
|
+
"type": "number"
|
|
9057
|
+
},
|
|
9058
|
+
"p99_duration_ms": {
|
|
9059
|
+
"description": "P99 percentile",
|
|
9060
|
+
"format": "double",
|
|
9061
|
+
"type": "number"
|
|
9062
|
+
},
|
|
9063
|
+
"timestamp": {
|
|
9064
|
+
"description": "ISO timestamp",
|
|
9065
|
+
"type": "string"
|
|
9066
|
+
}
|
|
9067
|
+
},
|
|
9068
|
+
"required": [
|
|
9069
|
+
"avg_duration_ms",
|
|
9070
|
+
"max_duration_ms",
|
|
9071
|
+
"min_duration_ms",
|
|
9072
|
+
"p50_duration_ms",
|
|
9073
|
+
"p95_duration_ms",
|
|
9074
|
+
"p99_duration_ms",
|
|
9075
|
+
"timestamp"
|
|
9076
|
+
],
|
|
9077
|
+
"type": "object"
|
|
9078
|
+
},
|
|
9079
|
+
"RunDemoRequestRequest": {
|
|
9080
|
+
"description": "Serializer for running demo tasks.",
|
|
9081
|
+
"properties": {
|
|
9082
|
+
"args": {
|
|
9083
|
+
"description": "Task arguments",
|
|
9084
|
+
"items": {},
|
|
9085
|
+
"type": "array"
|
|
8196
9086
|
},
|
|
8197
9087
|
"kwargs": {
|
|
8198
9088
|
"additionalProperties": {},
|
|
@@ -8492,76 +9382,278 @@ export const OPENAPI_SCHEMA = {
|
|
|
8492
9382
|
],
|
|
8493
9383
|
"type": "object"
|
|
8494
9384
|
},
|
|
9385
|
+
"ServerLifecycleChart": {
|
|
9386
|
+
"description": "Server lifecycle events timeline.",
|
|
9387
|
+
"properties": {
|
|
9388
|
+
"error_count": {
|
|
9389
|
+
"description": "Number of error events",
|
|
9390
|
+
"type": "integer"
|
|
9391
|
+
},
|
|
9392
|
+
"events": {
|
|
9393
|
+
"description": "Lifecycle events",
|
|
9394
|
+
"items": {
|
|
9395
|
+
"$ref": "#/components/schemas/ServerLifecycleEvent"
|
|
9396
|
+
},
|
|
9397
|
+
"type": "array"
|
|
9398
|
+
},
|
|
9399
|
+
"period_hours": {
|
|
9400
|
+
"description": "Period in hours",
|
|
9401
|
+
"type": "integer"
|
|
9402
|
+
},
|
|
9403
|
+
"restart_count": {
|
|
9404
|
+
"description": "Number of server restarts",
|
|
9405
|
+
"type": "integer"
|
|
9406
|
+
},
|
|
9407
|
+
"title": {
|
|
9408
|
+
"default": "Server Lifecycle",
|
|
9409
|
+
"description": "Chart title",
|
|
9410
|
+
"type": "string"
|
|
9411
|
+
},
|
|
9412
|
+
"total_events": {
|
|
9413
|
+
"description": "Total number of events",
|
|
9414
|
+
"type": "integer"
|
|
9415
|
+
}
|
|
9416
|
+
},
|
|
9417
|
+
"required": [
|
|
9418
|
+
"error_count",
|
|
9419
|
+
"period_hours",
|
|
9420
|
+
"restart_count",
|
|
9421
|
+
"total_events"
|
|
9422
|
+
],
|
|
9423
|
+
"type": "object"
|
|
9424
|
+
},
|
|
9425
|
+
"ServerLifecycleEvent": {
|
|
9426
|
+
"description": "Server lifecycle event.",
|
|
9427
|
+
"properties": {
|
|
9428
|
+
"error_message": {
|
|
9429
|
+
"description": "Error message if applicable",
|
|
9430
|
+
"nullable": true,
|
|
9431
|
+
"type": "string"
|
|
9432
|
+
},
|
|
9433
|
+
"event_type": {
|
|
9434
|
+
"description": "Event type (started, stopped, error)",
|
|
9435
|
+
"type": "string"
|
|
9436
|
+
},
|
|
9437
|
+
"server_address": {
|
|
9438
|
+
"description": "Server address",
|
|
9439
|
+
"type": "string"
|
|
9440
|
+
},
|
|
9441
|
+
"server_pid": {
|
|
9442
|
+
"description": "Server process ID",
|
|
9443
|
+
"type": "integer"
|
|
9444
|
+
},
|
|
9445
|
+
"timestamp": {
|
|
9446
|
+
"description": "Event timestamp",
|
|
9447
|
+
"type": "string"
|
|
9448
|
+
},
|
|
9449
|
+
"uptime_seconds": {
|
|
9450
|
+
"description": "Uptime at event time (for stop events)",
|
|
9451
|
+
"nullable": true,
|
|
9452
|
+
"type": "integer"
|
|
9453
|
+
}
|
|
9454
|
+
},
|
|
9455
|
+
"required": [
|
|
9456
|
+
"event_type",
|
|
9457
|
+
"server_address",
|
|
9458
|
+
"server_pid",
|
|
9459
|
+
"timestamp"
|
|
9460
|
+
],
|
|
9461
|
+
"type": "object"
|
|
9462
|
+
},
|
|
9463
|
+
"ServerUptimeChart": {
|
|
9464
|
+
"description": "Server uptime over time chart data.",
|
|
9465
|
+
"properties": {
|
|
9466
|
+
"currently_running": {
|
|
9467
|
+
"description": "Currently running servers",
|
|
9468
|
+
"type": "integer"
|
|
9469
|
+
},
|
|
9470
|
+
"data_points": {
|
|
9471
|
+
"description": "Uptime data points",
|
|
9472
|
+
"items": {
|
|
9473
|
+
"$ref": "#/components/schemas/ServerUptimeDataPoint"
|
|
9474
|
+
},
|
|
9475
|
+
"type": "array"
|
|
9476
|
+
},
|
|
9477
|
+
"granularity": {
|
|
9478
|
+
"description": "Data granularity",
|
|
9479
|
+
"type": "string"
|
|
9480
|
+
},
|
|
9481
|
+
"period_hours": {
|
|
9482
|
+
"description": "Period in hours",
|
|
9483
|
+
"type": "integer"
|
|
9484
|
+
},
|
|
9485
|
+
"title": {
|
|
9486
|
+
"default": "Server Uptime",
|
|
9487
|
+
"description": "Chart title",
|
|
9488
|
+
"type": "string"
|
|
9489
|
+
},
|
|
9490
|
+
"total_servers": {
|
|
9491
|
+
"description": "Total unique servers in period",
|
|
9492
|
+
"type": "integer"
|
|
9493
|
+
}
|
|
9494
|
+
},
|
|
9495
|
+
"required": [
|
|
9496
|
+
"currently_running",
|
|
9497
|
+
"granularity",
|
|
9498
|
+
"period_hours",
|
|
9499
|
+
"total_servers"
|
|
9500
|
+
],
|
|
9501
|
+
"type": "object"
|
|
9502
|
+
},
|
|
9503
|
+
"ServerUptimeDataPoint": {
|
|
9504
|
+
"description": "Server uptime data point.",
|
|
9505
|
+
"properties": {
|
|
9506
|
+
"server_count": {
|
|
9507
|
+
"description": "Number of running servers",
|
|
9508
|
+
"type": "integer"
|
|
9509
|
+
},
|
|
9510
|
+
"servers": {
|
|
9511
|
+
"description": "List of server addresses",
|
|
9512
|
+
"items": {
|
|
9513
|
+
"type": "string"
|
|
9514
|
+
},
|
|
9515
|
+
"type": "array"
|
|
9516
|
+
},
|
|
9517
|
+
"timestamp": {
|
|
9518
|
+
"description": "ISO timestamp",
|
|
9519
|
+
"type": "string"
|
|
9520
|
+
}
|
|
9521
|
+
},
|
|
9522
|
+
"required": [
|
|
9523
|
+
"server_count",
|
|
9524
|
+
"timestamp"
|
|
9525
|
+
],
|
|
9526
|
+
"type": "object"
|
|
9527
|
+
},
|
|
9528
|
+
"ServiceActivityChart": {
|
|
9529
|
+
"description": "Service activity comparison chart data.",
|
|
9530
|
+
"properties": {
|
|
9531
|
+
"most_active_service": {
|
|
9532
|
+
"description": "Most active service name",
|
|
9533
|
+
"nullable": true,
|
|
9534
|
+
"type": "string"
|
|
9535
|
+
},
|
|
9536
|
+
"period_hours": {
|
|
9537
|
+
"description": "Period in hours",
|
|
9538
|
+
"type": "integer"
|
|
9539
|
+
},
|
|
9540
|
+
"services": {
|
|
9541
|
+
"description": "Service activity data",
|
|
9542
|
+
"items": {
|
|
9543
|
+
"$ref": "#/components/schemas/ServiceActivityDataPoint"
|
|
9544
|
+
},
|
|
9545
|
+
"type": "array"
|
|
9546
|
+
},
|
|
9547
|
+
"title": {
|
|
9548
|
+
"default": "Service Activity",
|
|
9549
|
+
"description": "Chart title",
|
|
9550
|
+
"type": "string"
|
|
9551
|
+
},
|
|
9552
|
+
"total_services": {
|
|
9553
|
+
"description": "Total number of services",
|
|
9554
|
+
"type": "integer"
|
|
9555
|
+
}
|
|
9556
|
+
},
|
|
9557
|
+
"required": [
|
|
9558
|
+
"period_hours",
|
|
9559
|
+
"total_services"
|
|
9560
|
+
],
|
|
9561
|
+
"type": "object"
|
|
9562
|
+
},
|
|
9563
|
+
"ServiceActivityDataPoint": {
|
|
9564
|
+
"description": "Service activity data point.",
|
|
9565
|
+
"properties": {
|
|
9566
|
+
"avg_duration_ms": {
|
|
9567
|
+
"description": "Average duration",
|
|
9568
|
+
"format": "double",
|
|
9569
|
+
"type": "number"
|
|
9570
|
+
},
|
|
9571
|
+
"request_count": {
|
|
9572
|
+
"description": "Number of requests",
|
|
9573
|
+
"type": "integer"
|
|
9574
|
+
},
|
|
9575
|
+
"service_name": {
|
|
9576
|
+
"description": "Service name",
|
|
9577
|
+
"type": "string"
|
|
9578
|
+
},
|
|
9579
|
+
"success_rate": {
|
|
9580
|
+
"description": "Success rate percentage",
|
|
9581
|
+
"format": "double",
|
|
9582
|
+
"type": "number"
|
|
9583
|
+
}
|
|
9584
|
+
},
|
|
9585
|
+
"required": [
|
|
9586
|
+
"avg_duration_ms",
|
|
9587
|
+
"request_count",
|
|
9588
|
+
"service_name",
|
|
9589
|
+
"success_rate"
|
|
9590
|
+
],
|
|
9591
|
+
"type": "object"
|
|
9592
|
+
},
|
|
8495
9593
|
"ServiceDetail": {
|
|
8496
9594
|
"description": "Detailed information about a service.",
|
|
8497
9595
|
"properties": {
|
|
8498
9596
|
"base_class": {
|
|
8499
9597
|
"default": "",
|
|
8500
9598
|
"description": "Base class name",
|
|
8501
|
-
"title": "Base Class",
|
|
8502
9599
|
"type": "string"
|
|
8503
9600
|
},
|
|
8504
9601
|
"class_name": {
|
|
8505
9602
|
"description": "Service class name",
|
|
8506
|
-
"title": "Class Name",
|
|
8507
9603
|
"type": "string"
|
|
8508
9604
|
},
|
|
8509
9605
|
"description": {
|
|
8510
9606
|
"default": "",
|
|
8511
9607
|
"description": "Service description from docstring",
|
|
8512
|
-
"title": "Description",
|
|
8513
9608
|
"type": "string"
|
|
8514
9609
|
},
|
|
8515
9610
|
"file_path": {
|
|
8516
9611
|
"default": "",
|
|
8517
9612
|
"description": "Path to service file",
|
|
8518
|
-
"title": "File Path",
|
|
8519
9613
|
"type": "string"
|
|
8520
9614
|
},
|
|
8521
9615
|
"full_name": {
|
|
8522
9616
|
"description": "Full service name with package",
|
|
8523
|
-
"title": "Full Name",
|
|
8524
9617
|
"type": "string"
|
|
8525
9618
|
},
|
|
8526
9619
|
"methods": {
|
|
8527
9620
|
"description": "Service methods",
|
|
8528
9621
|
"items": {
|
|
8529
|
-
"$ref": "#/components/schemas/
|
|
9622
|
+
"$ref": "#/components/schemas/MethodInfo"
|
|
8530
9623
|
},
|
|
8531
|
-
"title": "Methods",
|
|
8532
9624
|
"type": "array"
|
|
8533
9625
|
},
|
|
8534
9626
|
"name": {
|
|
8535
9627
|
"description": "Service name",
|
|
8536
|
-
"title": "Name",
|
|
8537
9628
|
"type": "string"
|
|
8538
9629
|
},
|
|
8539
9630
|
"package": {
|
|
8540
9631
|
"description": "Package name",
|
|
8541
|
-
"title": "Package",
|
|
8542
9632
|
"type": "string"
|
|
8543
9633
|
},
|
|
8544
9634
|
"recent_errors": {
|
|
8545
9635
|
"description": "Recent errors",
|
|
8546
9636
|
"items": {
|
|
8547
|
-
"$ref": "#/components/schemas/
|
|
9637
|
+
"$ref": "#/components/schemas/RecentError"
|
|
8548
9638
|
},
|
|
8549
|
-
"title": "Recent Errors",
|
|
8550
9639
|
"type": "array"
|
|
8551
9640
|
},
|
|
8552
9641
|
"stats": {
|
|
8553
|
-
"
|
|
9642
|
+
"allOf": [
|
|
9643
|
+
{
|
|
9644
|
+
"$ref": "#/components/schemas/ServiceStats"
|
|
9645
|
+
}
|
|
9646
|
+
],
|
|
8554
9647
|
"description": "Service statistics"
|
|
8555
9648
|
}
|
|
8556
9649
|
},
|
|
8557
9650
|
"required": [
|
|
8558
|
-
"
|
|
9651
|
+
"class_name",
|
|
8559
9652
|
"full_name",
|
|
9653
|
+
"name",
|
|
8560
9654
|
"package",
|
|
8561
|
-
"class_name",
|
|
8562
9655
|
"stats"
|
|
8563
9656
|
],
|
|
8564
|
-
"title": "ServiceDetailSerializer",
|
|
8565
9657
|
"type": "object"
|
|
8566
9658
|
},
|
|
8567
9659
|
"ServiceList": {
|
|
@@ -8570,14 +9662,12 @@ export const OPENAPI_SCHEMA = {
|
|
|
8570
9662
|
"services": {
|
|
8571
9663
|
"description": "Service statistics",
|
|
8572
9664
|
"items": {
|
|
8573
|
-
"$ref": "#/components/schemas/
|
|
9665
|
+
"$ref": "#/components/schemas/MonitoringServiceStats"
|
|
8574
9666
|
},
|
|
8575
|
-
"title": "Services",
|
|
8576
9667
|
"type": "array"
|
|
8577
9668
|
},
|
|
8578
9669
|
"total_services": {
|
|
8579
9670
|
"description": "Total number of services",
|
|
8580
|
-
"title": "Total Services",
|
|
8581
9671
|
"type": "integer"
|
|
8582
9672
|
}
|
|
8583
9673
|
},
|
|
@@ -8585,7 +9675,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
8585
9675
|
"services",
|
|
8586
9676
|
"total_services"
|
|
8587
9677
|
],
|
|
8588
|
-
"title": "ServiceListSerializer",
|
|
8589
9678
|
"type": "object"
|
|
8590
9679
|
},
|
|
8591
9680
|
"ServiceMethods": {
|
|
@@ -8594,19 +9683,16 @@ export const OPENAPI_SCHEMA = {
|
|
|
8594
9683
|
"methods": {
|
|
8595
9684
|
"description": "List of methods",
|
|
8596
9685
|
"items": {
|
|
8597
|
-
"$ref": "#/components/schemas/
|
|
9686
|
+
"$ref": "#/components/schemas/MethodSummary"
|
|
8598
9687
|
},
|
|
8599
|
-
"title": "Methods",
|
|
8600
9688
|
"type": "array"
|
|
8601
9689
|
},
|
|
8602
9690
|
"service_name": {
|
|
8603
9691
|
"description": "Service name",
|
|
8604
|
-
"title": "Service Name",
|
|
8605
9692
|
"type": "string"
|
|
8606
9693
|
},
|
|
8607
9694
|
"total_methods": {
|
|
8608
9695
|
"description": "Total number of methods",
|
|
8609
|
-
"title": "Total Methods",
|
|
8610
9696
|
"type": "integer"
|
|
8611
9697
|
}
|
|
8612
9698
|
},
|
|
@@ -8614,59 +9700,44 @@ export const OPENAPI_SCHEMA = {
|
|
|
8614
9700
|
"service_name",
|
|
8615
9701
|
"total_methods"
|
|
8616
9702
|
],
|
|
8617
|
-
"title": "ServiceMethodsSerializer",
|
|
8618
9703
|
"type": "object"
|
|
8619
9704
|
},
|
|
8620
|
-
"
|
|
8621
|
-
"description": "
|
|
9705
|
+
"ServiceStats": {
|
|
9706
|
+
"description": "Service statistics.",
|
|
8622
9707
|
"properties": {
|
|
8623
9708
|
"avg_duration_ms": {
|
|
8624
|
-
"
|
|
8625
|
-
"
|
|
9709
|
+
"default": 0.0,
|
|
9710
|
+
"description": "Average duration in milliseconds",
|
|
9711
|
+
"format": "double",
|
|
8626
9712
|
"type": "number"
|
|
8627
9713
|
},
|
|
8628
9714
|
"errors": {
|
|
8629
|
-
"
|
|
8630
|
-
"
|
|
9715
|
+
"default": 0,
|
|
9716
|
+
"description": "Failed requests",
|
|
8631
9717
|
"type": "integer"
|
|
8632
9718
|
},
|
|
8633
|
-
"
|
|
8634
|
-
"
|
|
8635
|
-
|
|
8636
|
-
|
|
8637
|
-
},
|
|
8638
|
-
{
|
|
8639
|
-
"type": "null"
|
|
8640
|
-
}
|
|
8641
|
-
],
|
|
8642
|
-
"description": "Last activity timestamp",
|
|
8643
|
-
"title": "Last Activity At"
|
|
9719
|
+
"last_24h_requests": {
|
|
9720
|
+
"default": 0,
|
|
9721
|
+
"description": "Requests in last 24 hours",
|
|
9722
|
+
"type": "integer"
|
|
8644
9723
|
},
|
|
8645
|
-
"
|
|
8646
|
-
"
|
|
8647
|
-
"
|
|
8648
|
-
"
|
|
9724
|
+
"success_rate": {
|
|
9725
|
+
"default": 0.0,
|
|
9726
|
+
"description": "Success rate percentage",
|
|
9727
|
+
"format": "double",
|
|
9728
|
+
"type": "number"
|
|
8649
9729
|
},
|
|
8650
9730
|
"successful": {
|
|
9731
|
+
"default": 0,
|
|
8651
9732
|
"description": "Successful requests",
|
|
8652
|
-
"title": "Successful",
|
|
8653
9733
|
"type": "integer"
|
|
8654
9734
|
},
|
|
8655
|
-
"
|
|
9735
|
+
"total_requests": {
|
|
9736
|
+
"default": 0,
|
|
8656
9737
|
"description": "Total requests",
|
|
8657
|
-
"title": "Total",
|
|
8658
9738
|
"type": "integer"
|
|
8659
9739
|
}
|
|
8660
9740
|
},
|
|
8661
|
-
"required": [
|
|
8662
|
-
"service_name",
|
|
8663
|
-
"total",
|
|
8664
|
-
"successful",
|
|
8665
|
-
"errors",
|
|
8666
|
-
"avg_duration_ms",
|
|
8667
|
-
"last_activity_at"
|
|
8668
|
-
],
|
|
8669
|
-
"title": "ServiceStatsSerializer",
|
|
8670
9741
|
"type": "object"
|
|
8671
9742
|
},
|
|
8672
9743
|
"SpectacularConfig": {
|
|
@@ -10366,7 +11437,14 @@ export const OPENAPI_SCHEMA = {
|
|
|
10366
11437
|
"operationId": "cfg_centrifugo_monitor_channels_retrieve",
|
|
10367
11438
|
"responses": {
|
|
10368
11439
|
"200": {
|
|
10369
|
-
"
|
|
11440
|
+
"content": {
|
|
11441
|
+
"application/json": {
|
|
11442
|
+
"schema": {
|
|
11443
|
+
"$ref": "#/components/schemas/Publish"
|
|
11444
|
+
}
|
|
11445
|
+
}
|
|
11446
|
+
},
|
|
11447
|
+
"description": ""
|
|
10370
11448
|
}
|
|
10371
11449
|
},
|
|
10372
11450
|
"security": [
|
|
@@ -10449,7 +11527,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
10449
11527
|
"content": {
|
|
10450
11528
|
"application/json": {
|
|
10451
11529
|
"schema": {
|
|
10452
|
-
"$ref": "#/components/schemas/
|
|
11530
|
+
"$ref": "#/components/schemas/CentrifugoOverviewStats"
|
|
10453
11531
|
}
|
|
10454
11532
|
}
|
|
10455
11533
|
},
|
|
@@ -10486,8 +11564,8 @@ export const OPENAPI_SCHEMA = {
|
|
|
10486
11564
|
},
|
|
10487
11565
|
"/cfg/centrifugo/monitor/publishes/": {
|
|
10488
11566
|
"get": {
|
|
10489
|
-
"description": "Returns a list of recent Centrifugo publishes with their details.",
|
|
10490
|
-
"operationId": "
|
|
11567
|
+
"description": "Returns a paginated list of recent Centrifugo publishes with their details. Uses standard DRF pagination.",
|
|
11568
|
+
"operationId": "cfg_centrifugo_monitor_publishes_list",
|
|
10491
11569
|
"parameters": [
|
|
10492
11570
|
{
|
|
10493
11571
|
"description": "Filter by channel name",
|
|
@@ -10498,17 +11576,17 @@ export const OPENAPI_SCHEMA = {
|
|
|
10498
11576
|
}
|
|
10499
11577
|
},
|
|
10500
11578
|
{
|
|
10501
|
-
"description": "
|
|
11579
|
+
"description": "Page number",
|
|
10502
11580
|
"in": "query",
|
|
10503
|
-
"name": "
|
|
11581
|
+
"name": "page",
|
|
10504
11582
|
"schema": {
|
|
10505
11583
|
"type": "integer"
|
|
10506
11584
|
}
|
|
10507
11585
|
},
|
|
10508
11586
|
{
|
|
10509
|
-
"description": "
|
|
11587
|
+
"description": "Items per page (default: 10, max: 100)",
|
|
10510
11588
|
"in": "query",
|
|
10511
|
-
"name": "
|
|
11589
|
+
"name": "page_size",
|
|
10512
11590
|
"schema": {
|
|
10513
11591
|
"type": "integer"
|
|
10514
11592
|
}
|
|
@@ -10527,7 +11605,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
10527
11605
|
"content": {
|
|
10528
11606
|
"application/json": {
|
|
10529
11607
|
"schema": {
|
|
10530
|
-
"$ref": "#/components/schemas/
|
|
11608
|
+
"$ref": "#/components/schemas/PaginatedPublishList"
|
|
10531
11609
|
}
|
|
10532
11610
|
}
|
|
10533
11611
|
},
|
|
@@ -12039,7 +13117,481 @@ export const OPENAPI_SCHEMA = {
|
|
|
12039
13117
|
"content": {
|
|
12040
13118
|
"application/json": {
|
|
12041
13119
|
"schema": {
|
|
12042
|
-
"$ref": "#/components/schemas/APIZonesSummary"
|
|
13120
|
+
"$ref": "#/components/schemas/APIZonesSummary"
|
|
13121
|
+
}
|
|
13122
|
+
}
|
|
13123
|
+
},
|
|
13124
|
+
"description": ""
|
|
13125
|
+
}
|
|
13126
|
+
},
|
|
13127
|
+
"security": [
|
|
13128
|
+
{
|
|
13129
|
+
"jwtAuth": []
|
|
13130
|
+
},
|
|
13131
|
+
{
|
|
13132
|
+
"cookieAuth": []
|
|
13133
|
+
},
|
|
13134
|
+
{
|
|
13135
|
+
"basicAuth": []
|
|
13136
|
+
}
|
|
13137
|
+
],
|
|
13138
|
+
"summary": "Get zones summary",
|
|
13139
|
+
"tags": [
|
|
13140
|
+
"Dashboard - API Zones"
|
|
13141
|
+
],
|
|
13142
|
+
"x-async-capable": false
|
|
13143
|
+
}
|
|
13144
|
+
},
|
|
13145
|
+
"/cfg/endpoints/drf/": {
|
|
13146
|
+
"get": {
|
|
13147
|
+
"description": "Return endpoints status data.",
|
|
13148
|
+
"operationId": "cfg_endpoints_drf_retrieve",
|
|
13149
|
+
"responses": {
|
|
13150
|
+
"200": {
|
|
13151
|
+
"content": {
|
|
13152
|
+
"application/json": {
|
|
13153
|
+
"schema": {
|
|
13154
|
+
"$ref": "#/components/schemas/EndpointsStatus"
|
|
13155
|
+
}
|
|
13156
|
+
}
|
|
13157
|
+
},
|
|
13158
|
+
"description": ""
|
|
13159
|
+
}
|
|
13160
|
+
},
|
|
13161
|
+
"security": [
|
|
13162
|
+
{
|
|
13163
|
+
"jwtAuth": []
|
|
13164
|
+
},
|
|
13165
|
+
{}
|
|
13166
|
+
],
|
|
13167
|
+
"tags": [
|
|
13168
|
+
"endpoints"
|
|
13169
|
+
],
|
|
13170
|
+
"x-async-capable": false
|
|
13171
|
+
}
|
|
13172
|
+
},
|
|
13173
|
+
"/cfg/endpoints/urls/": {
|
|
13174
|
+
"get": {
|
|
13175
|
+
"description": "Return all registered URLs.",
|
|
13176
|
+
"operationId": "cfg_endpoints_urls_retrieve",
|
|
13177
|
+
"responses": {
|
|
13178
|
+
"200": {
|
|
13179
|
+
"content": {
|
|
13180
|
+
"application/json": {
|
|
13181
|
+
"schema": {
|
|
13182
|
+
"$ref": "#/components/schemas/URLsList"
|
|
13183
|
+
}
|
|
13184
|
+
}
|
|
13185
|
+
},
|
|
13186
|
+
"description": ""
|
|
13187
|
+
}
|
|
13188
|
+
},
|
|
13189
|
+
"security": [
|
|
13190
|
+
{
|
|
13191
|
+
"jwtAuth": []
|
|
13192
|
+
},
|
|
13193
|
+
{}
|
|
13194
|
+
],
|
|
13195
|
+
"tags": [
|
|
13196
|
+
"endpoints"
|
|
13197
|
+
],
|
|
13198
|
+
"x-async-capable": false
|
|
13199
|
+
}
|
|
13200
|
+
},
|
|
13201
|
+
"/cfg/endpoints/urls/compact/": {
|
|
13202
|
+
"get": {
|
|
13203
|
+
"description": "Return compact URL list.",
|
|
13204
|
+
"operationId": "cfg_endpoints_urls_compact_retrieve",
|
|
13205
|
+
"responses": {
|
|
13206
|
+
"200": {
|
|
13207
|
+
"description": "No response body"
|
|
13208
|
+
}
|
|
13209
|
+
},
|
|
13210
|
+
"security": [
|
|
13211
|
+
{
|
|
13212
|
+
"jwtAuth": []
|
|
13213
|
+
},
|
|
13214
|
+
{}
|
|
13215
|
+
],
|
|
13216
|
+
"tags": [
|
|
13217
|
+
"endpoints"
|
|
13218
|
+
],
|
|
13219
|
+
"x-async-capable": false
|
|
13220
|
+
}
|
|
13221
|
+
},
|
|
13222
|
+
"/cfg/grpc/api-keys/": {
|
|
13223
|
+
"get": {
|
|
13224
|
+
"description": "Returns a list of all API keys with their details. Uses standard DRF pagination.",
|
|
13225
|
+
"operationId": "cfg_grpc_api_keys_list",
|
|
13226
|
+
"parameters": [
|
|
13227
|
+
{
|
|
13228
|
+
"description": "Filter by active status",
|
|
13229
|
+
"in": "query",
|
|
13230
|
+
"name": "is_active",
|
|
13231
|
+
"schema": {
|
|
13232
|
+
"type": "boolean"
|
|
13233
|
+
}
|
|
13234
|
+
},
|
|
13235
|
+
{
|
|
13236
|
+
"description": "Filter by key type (service, cli, webhook, internal, development)",
|
|
13237
|
+
"in": "query",
|
|
13238
|
+
"name": "key_type",
|
|
13239
|
+
"schema": {
|
|
13240
|
+
"type": "string"
|
|
13241
|
+
}
|
|
13242
|
+
},
|
|
13243
|
+
{
|
|
13244
|
+
"description": "A page number within the paginated result set.",
|
|
13245
|
+
"in": "query",
|
|
13246
|
+
"name": "page",
|
|
13247
|
+
"required": false,
|
|
13248
|
+
"schema": {
|
|
13249
|
+
"type": "integer"
|
|
13250
|
+
}
|
|
13251
|
+
},
|
|
13252
|
+
{
|
|
13253
|
+
"description": "Number of results to return per page.",
|
|
13254
|
+
"in": "query",
|
|
13255
|
+
"name": "page_size",
|
|
13256
|
+
"required": false,
|
|
13257
|
+
"schema": {
|
|
13258
|
+
"type": "integer"
|
|
13259
|
+
}
|
|
13260
|
+
},
|
|
13261
|
+
{
|
|
13262
|
+
"description": "Filter by user ID",
|
|
13263
|
+
"in": "query",
|
|
13264
|
+
"name": "user_id",
|
|
13265
|
+
"schema": {
|
|
13266
|
+
"type": "integer"
|
|
13267
|
+
}
|
|
13268
|
+
}
|
|
13269
|
+
],
|
|
13270
|
+
"responses": {
|
|
13271
|
+
"200": {
|
|
13272
|
+
"content": {
|
|
13273
|
+
"application/json": {
|
|
13274
|
+
"schema": {
|
|
13275
|
+
"$ref": "#/components/schemas/PaginatedApiKeyList"
|
|
13276
|
+
}
|
|
13277
|
+
}
|
|
13278
|
+
},
|
|
13279
|
+
"description": ""
|
|
13280
|
+
},
|
|
13281
|
+
"400": {
|
|
13282
|
+
"content": {
|
|
13283
|
+
"application/json": {
|
|
13284
|
+
"schema": {
|
|
13285
|
+
"description": "Invalid parameters"
|
|
13286
|
+
}
|
|
13287
|
+
}
|
|
13288
|
+
},
|
|
13289
|
+
"description": ""
|
|
13290
|
+
}
|
|
13291
|
+
},
|
|
13292
|
+
"security": [
|
|
13293
|
+
{
|
|
13294
|
+
"jwtAuth": []
|
|
13295
|
+
},
|
|
13296
|
+
{
|
|
13297
|
+
"cookieAuth": []
|
|
13298
|
+
},
|
|
13299
|
+
{
|
|
13300
|
+
"basicAuth": []
|
|
13301
|
+
}
|
|
13302
|
+
],
|
|
13303
|
+
"summary": "List API keys",
|
|
13304
|
+
"tags": [
|
|
13305
|
+
"gRPC API Keys"
|
|
13306
|
+
],
|
|
13307
|
+
"x-async-capable": false
|
|
13308
|
+
}
|
|
13309
|
+
},
|
|
13310
|
+
"/cfg/grpc/api-keys/stats/": {
|
|
13311
|
+
"get": {
|
|
13312
|
+
"description": "Returns overall statistics about API keys usage.",
|
|
13313
|
+
"operationId": "cfg_grpc_api_keys_stats_retrieve",
|
|
13314
|
+
"responses": {
|
|
13315
|
+
"200": {
|
|
13316
|
+
"content": {
|
|
13317
|
+
"application/json": {
|
|
13318
|
+
"schema": {
|
|
13319
|
+
"$ref": "#/components/schemas/ApiKeyStats"
|
|
13320
|
+
}
|
|
13321
|
+
}
|
|
13322
|
+
},
|
|
13323
|
+
"description": ""
|
|
13324
|
+
}
|
|
13325
|
+
},
|
|
13326
|
+
"security": [
|
|
13327
|
+
{
|
|
13328
|
+
"jwtAuth": []
|
|
13329
|
+
},
|
|
13330
|
+
{
|
|
13331
|
+
"cookieAuth": []
|
|
13332
|
+
},
|
|
13333
|
+
{
|
|
13334
|
+
"basicAuth": []
|
|
13335
|
+
}
|
|
13336
|
+
],
|
|
13337
|
+
"summary": "Get API keys statistics",
|
|
13338
|
+
"tags": [
|
|
13339
|
+
"gRPC API Keys"
|
|
13340
|
+
],
|
|
13341
|
+
"x-async-capable": false
|
|
13342
|
+
}
|
|
13343
|
+
},
|
|
13344
|
+
"/cfg/grpc/api-keys/{id}/": {
|
|
13345
|
+
"get": {
|
|
13346
|
+
"description": "Returns detailed information about a specific API key.",
|
|
13347
|
+
"operationId": "cfg_grpc_api_keys_retrieve",
|
|
13348
|
+
"parameters": [
|
|
13349
|
+
{
|
|
13350
|
+
"description": "A unique integer value identifying this gRPC API Key.",
|
|
13351
|
+
"in": "path",
|
|
13352
|
+
"name": "id",
|
|
13353
|
+
"required": true,
|
|
13354
|
+
"schema": {
|
|
13355
|
+
"type": "integer"
|
|
13356
|
+
}
|
|
13357
|
+
}
|
|
13358
|
+
],
|
|
13359
|
+
"responses": {
|
|
13360
|
+
"200": {
|
|
13361
|
+
"content": {
|
|
13362
|
+
"application/json": {
|
|
13363
|
+
"schema": {
|
|
13364
|
+
"$ref": "#/components/schemas/ApiKey"
|
|
13365
|
+
}
|
|
13366
|
+
}
|
|
13367
|
+
},
|
|
13368
|
+
"description": ""
|
|
13369
|
+
},
|
|
13370
|
+
"404": {
|
|
13371
|
+
"content": {
|
|
13372
|
+
"application/json": {
|
|
13373
|
+
"schema": {
|
|
13374
|
+
"description": "API key not found"
|
|
13375
|
+
}
|
|
13376
|
+
}
|
|
13377
|
+
},
|
|
13378
|
+
"description": ""
|
|
13379
|
+
}
|
|
13380
|
+
},
|
|
13381
|
+
"security": [
|
|
13382
|
+
{
|
|
13383
|
+
"jwtAuth": []
|
|
13384
|
+
},
|
|
13385
|
+
{
|
|
13386
|
+
"cookieAuth": []
|
|
13387
|
+
},
|
|
13388
|
+
{
|
|
13389
|
+
"basicAuth": []
|
|
13390
|
+
}
|
|
13391
|
+
],
|
|
13392
|
+
"summary": "Get API key details",
|
|
13393
|
+
"tags": [
|
|
13394
|
+
"gRPC API Keys"
|
|
13395
|
+
],
|
|
13396
|
+
"x-async-capable": false
|
|
13397
|
+
}
|
|
13398
|
+
},
|
|
13399
|
+
"/cfg/grpc/charts/dashboard/": {
|
|
13400
|
+
"get": {
|
|
13401
|
+
"description": "Returns combined data for all charts in one request (optimized).",
|
|
13402
|
+
"operationId": "cfg_grpc_charts_dashboard_retrieve",
|
|
13403
|
+
"parameters": [
|
|
13404
|
+
{
|
|
13405
|
+
"description": "Time range in hours (default: 24, max: 720)",
|
|
13406
|
+
"in": "query",
|
|
13407
|
+
"name": "hours",
|
|
13408
|
+
"schema": {
|
|
13409
|
+
"type": "integer"
|
|
13410
|
+
}
|
|
13411
|
+
}
|
|
13412
|
+
],
|
|
13413
|
+
"responses": {
|
|
13414
|
+
"200": {
|
|
13415
|
+
"content": {
|
|
13416
|
+
"application/json": {
|
|
13417
|
+
"schema": {
|
|
13418
|
+
"$ref": "#/components/schemas/DashboardCharts"
|
|
13419
|
+
}
|
|
13420
|
+
}
|
|
13421
|
+
},
|
|
13422
|
+
"description": ""
|
|
13423
|
+
}
|
|
13424
|
+
},
|
|
13425
|
+
"security": [
|
|
13426
|
+
{
|
|
13427
|
+
"jwtAuth": []
|
|
13428
|
+
},
|
|
13429
|
+
{
|
|
13430
|
+
"cookieAuth": []
|
|
13431
|
+
},
|
|
13432
|
+
{
|
|
13433
|
+
"basicAuth": []
|
|
13434
|
+
}
|
|
13435
|
+
],
|
|
13436
|
+
"summary": "Get all dashboard charts data",
|
|
13437
|
+
"tags": [
|
|
13438
|
+
"gRPC Charts"
|
|
13439
|
+
],
|
|
13440
|
+
"x-async-capable": false
|
|
13441
|
+
}
|
|
13442
|
+
},
|
|
13443
|
+
"/cfg/grpc/charts/error-distribution/": {
|
|
13444
|
+
"get": {
|
|
13445
|
+
"description": "Returns distribution of error types across services.",
|
|
13446
|
+
"operationId": "cfg_grpc_charts_error_distribution_retrieve",
|
|
13447
|
+
"parameters": [
|
|
13448
|
+
{
|
|
13449
|
+
"description": "Time range in hours (default: 24, max: 720)",
|
|
13450
|
+
"in": "query",
|
|
13451
|
+
"name": "hours",
|
|
13452
|
+
"schema": {
|
|
13453
|
+
"type": "integer"
|
|
13454
|
+
}
|
|
13455
|
+
}
|
|
13456
|
+
],
|
|
13457
|
+
"responses": {
|
|
13458
|
+
"200": {
|
|
13459
|
+
"content": {
|
|
13460
|
+
"application/json": {
|
|
13461
|
+
"schema": {
|
|
13462
|
+
"$ref": "#/components/schemas/ErrorDistributionChart"
|
|
13463
|
+
}
|
|
13464
|
+
}
|
|
13465
|
+
},
|
|
13466
|
+
"description": ""
|
|
13467
|
+
}
|
|
13468
|
+
},
|
|
13469
|
+
"security": [
|
|
13470
|
+
{
|
|
13471
|
+
"jwtAuth": []
|
|
13472
|
+
},
|
|
13473
|
+
{
|
|
13474
|
+
"cookieAuth": []
|
|
13475
|
+
},
|
|
13476
|
+
{
|
|
13477
|
+
"basicAuth": []
|
|
13478
|
+
}
|
|
13479
|
+
],
|
|
13480
|
+
"summary": "Get error distribution chart data",
|
|
13481
|
+
"tags": [
|
|
13482
|
+
"gRPC Charts"
|
|
13483
|
+
],
|
|
13484
|
+
"x-async-capable": false
|
|
13485
|
+
}
|
|
13486
|
+
},
|
|
13487
|
+
"/cfg/grpc/charts/request-volume/": {
|
|
13488
|
+
"get": {
|
|
13489
|
+
"description": "Returns time-series data showing request volume and success rates.",
|
|
13490
|
+
"operationId": "cfg_grpc_charts_request_volume_retrieve",
|
|
13491
|
+
"parameters": [
|
|
13492
|
+
{
|
|
13493
|
+
"description": "Time range in hours (default: 24, max: 720)",
|
|
13494
|
+
"in": "query",
|
|
13495
|
+
"name": "hours",
|
|
13496
|
+
"schema": {
|
|
13497
|
+
"type": "integer"
|
|
13498
|
+
}
|
|
13499
|
+
}
|
|
13500
|
+
],
|
|
13501
|
+
"responses": {
|
|
13502
|
+
"200": {
|
|
13503
|
+
"content": {
|
|
13504
|
+
"application/json": {
|
|
13505
|
+
"schema": {
|
|
13506
|
+
"$ref": "#/components/schemas/RequestVolumeChart"
|
|
13507
|
+
}
|
|
13508
|
+
}
|
|
13509
|
+
},
|
|
13510
|
+
"description": ""
|
|
13511
|
+
}
|
|
13512
|
+
},
|
|
13513
|
+
"security": [
|
|
13514
|
+
{
|
|
13515
|
+
"jwtAuth": []
|
|
13516
|
+
},
|
|
13517
|
+
{
|
|
13518
|
+
"cookieAuth": []
|
|
13519
|
+
},
|
|
13520
|
+
{
|
|
13521
|
+
"basicAuth": []
|
|
13522
|
+
}
|
|
13523
|
+
],
|
|
13524
|
+
"summary": "Get request volume chart data",
|
|
13525
|
+
"tags": [
|
|
13526
|
+
"gRPC Charts"
|
|
13527
|
+
],
|
|
13528
|
+
"x-async-capable": false
|
|
13529
|
+
}
|
|
13530
|
+
},
|
|
13531
|
+
"/cfg/grpc/charts/response-time/": {
|
|
13532
|
+
"get": {
|
|
13533
|
+
"description": "Returns time-series data showing response time statistics (avg, P50, P95, P99).",
|
|
13534
|
+
"operationId": "cfg_grpc_charts_response_time_retrieve",
|
|
13535
|
+
"parameters": [
|
|
13536
|
+
{
|
|
13537
|
+
"description": "Time range in hours (default: 24, max: 720)",
|
|
13538
|
+
"in": "query",
|
|
13539
|
+
"name": "hours",
|
|
13540
|
+
"schema": {
|
|
13541
|
+
"type": "integer"
|
|
13542
|
+
}
|
|
13543
|
+
}
|
|
13544
|
+
],
|
|
13545
|
+
"responses": {
|
|
13546
|
+
"200": {
|
|
13547
|
+
"content": {
|
|
13548
|
+
"application/json": {
|
|
13549
|
+
"schema": {
|
|
13550
|
+
"$ref": "#/components/schemas/ResponseTimeChart"
|
|
13551
|
+
}
|
|
13552
|
+
}
|
|
13553
|
+
},
|
|
13554
|
+
"description": ""
|
|
13555
|
+
}
|
|
13556
|
+
},
|
|
13557
|
+
"security": [
|
|
13558
|
+
{
|
|
13559
|
+
"jwtAuth": []
|
|
13560
|
+
},
|
|
13561
|
+
{
|
|
13562
|
+
"cookieAuth": []
|
|
13563
|
+
},
|
|
13564
|
+
{
|
|
13565
|
+
"basicAuth": []
|
|
13566
|
+
}
|
|
13567
|
+
],
|
|
13568
|
+
"summary": "Get response time chart data",
|
|
13569
|
+
"tags": [
|
|
13570
|
+
"gRPC Charts"
|
|
13571
|
+
],
|
|
13572
|
+
"x-async-capable": false
|
|
13573
|
+
}
|
|
13574
|
+
},
|
|
13575
|
+
"/cfg/grpc/charts/server-lifecycle/": {
|
|
13576
|
+
"get": {
|
|
13577
|
+
"description": "Returns timeline of server start/stop/error events.",
|
|
13578
|
+
"operationId": "cfg_grpc_charts_server_lifecycle_retrieve",
|
|
13579
|
+
"parameters": [
|
|
13580
|
+
{
|
|
13581
|
+
"description": "Time range in hours (default: 24, max: 720)",
|
|
13582
|
+
"in": "query",
|
|
13583
|
+
"name": "hours",
|
|
13584
|
+
"schema": {
|
|
13585
|
+
"type": "integer"
|
|
13586
|
+
}
|
|
13587
|
+
}
|
|
13588
|
+
],
|
|
13589
|
+
"responses": {
|
|
13590
|
+
"200": {
|
|
13591
|
+
"content": {
|
|
13592
|
+
"application/json": {
|
|
13593
|
+
"schema": {
|
|
13594
|
+
"$ref": "#/components/schemas/ServerLifecycleChart"
|
|
12043
13595
|
}
|
|
12044
13596
|
}
|
|
12045
13597
|
},
|
|
@@ -12057,23 +13609,33 @@ export const OPENAPI_SCHEMA = {
|
|
|
12057
13609
|
"basicAuth": []
|
|
12058
13610
|
}
|
|
12059
13611
|
],
|
|
12060
|
-
"summary": "Get
|
|
13612
|
+
"summary": "Get server lifecycle events",
|
|
12061
13613
|
"tags": [
|
|
12062
|
-
"
|
|
13614
|
+
"gRPC Charts"
|
|
12063
13615
|
],
|
|
12064
13616
|
"x-async-capable": false
|
|
12065
13617
|
}
|
|
12066
13618
|
},
|
|
12067
|
-
"/cfg/
|
|
13619
|
+
"/cfg/grpc/charts/server-uptime/": {
|
|
12068
13620
|
"get": {
|
|
12069
|
-
"description": "
|
|
12070
|
-
"operationId": "
|
|
13621
|
+
"description": "Returns time-series data showing number of running servers over time.",
|
|
13622
|
+
"operationId": "cfg_grpc_charts_server_uptime_retrieve",
|
|
13623
|
+
"parameters": [
|
|
13624
|
+
{
|
|
13625
|
+
"description": "Time range in hours (default: 24, max: 720)",
|
|
13626
|
+
"in": "query",
|
|
13627
|
+
"name": "hours",
|
|
13628
|
+
"schema": {
|
|
13629
|
+
"type": "integer"
|
|
13630
|
+
}
|
|
13631
|
+
}
|
|
13632
|
+
],
|
|
12071
13633
|
"responses": {
|
|
12072
13634
|
"200": {
|
|
12073
13635
|
"content": {
|
|
12074
13636
|
"application/json": {
|
|
12075
13637
|
"schema": {
|
|
12076
|
-
"$ref": "#/components/schemas/
|
|
13638
|
+
"$ref": "#/components/schemas/ServerUptimeChart"
|
|
12077
13639
|
}
|
|
12078
13640
|
}
|
|
12079
13641
|
},
|
|
@@ -12084,24 +13646,40 @@ export const OPENAPI_SCHEMA = {
|
|
|
12084
13646
|
{
|
|
12085
13647
|
"jwtAuth": []
|
|
12086
13648
|
},
|
|
12087
|
-
{
|
|
13649
|
+
{
|
|
13650
|
+
"cookieAuth": []
|
|
13651
|
+
},
|
|
13652
|
+
{
|
|
13653
|
+
"basicAuth": []
|
|
13654
|
+
}
|
|
12088
13655
|
],
|
|
13656
|
+
"summary": "Get server uptime chart data",
|
|
12089
13657
|
"tags": [
|
|
12090
|
-
"
|
|
13658
|
+
"gRPC Charts"
|
|
12091
13659
|
],
|
|
12092
13660
|
"x-async-capable": false
|
|
12093
13661
|
}
|
|
12094
13662
|
},
|
|
12095
|
-
"/cfg/
|
|
13663
|
+
"/cfg/grpc/charts/service-activity/": {
|
|
12096
13664
|
"get": {
|
|
12097
|
-
"description": "
|
|
12098
|
-
"operationId": "
|
|
13665
|
+
"description": "Returns comparison data showing activity across all services.",
|
|
13666
|
+
"operationId": "cfg_grpc_charts_service_activity_retrieve",
|
|
13667
|
+
"parameters": [
|
|
13668
|
+
{
|
|
13669
|
+
"description": "Time range in hours (default: 24, max: 720)",
|
|
13670
|
+
"in": "query",
|
|
13671
|
+
"name": "hours",
|
|
13672
|
+
"schema": {
|
|
13673
|
+
"type": "integer"
|
|
13674
|
+
}
|
|
13675
|
+
}
|
|
13676
|
+
],
|
|
12099
13677
|
"responses": {
|
|
12100
13678
|
"200": {
|
|
12101
13679
|
"content": {
|
|
12102
13680
|
"application/json": {
|
|
12103
13681
|
"schema": {
|
|
12104
|
-
"$ref": "#/components/schemas/
|
|
13682
|
+
"$ref": "#/components/schemas/ServiceActivityChart"
|
|
12105
13683
|
}
|
|
12106
13684
|
}
|
|
12107
13685
|
},
|
|
@@ -12112,31 +13690,16 @@ export const OPENAPI_SCHEMA = {
|
|
|
12112
13690
|
{
|
|
12113
13691
|
"jwtAuth": []
|
|
12114
13692
|
},
|
|
12115
|
-
{}
|
|
12116
|
-
],
|
|
12117
|
-
"tags": [
|
|
12118
|
-
"endpoints"
|
|
12119
|
-
],
|
|
12120
|
-
"x-async-capable": false
|
|
12121
|
-
}
|
|
12122
|
-
},
|
|
12123
|
-
"/cfg/endpoints/urls/compact/": {
|
|
12124
|
-
"get": {
|
|
12125
|
-
"description": "Return compact URL list.",
|
|
12126
|
-
"operationId": "cfg_endpoints_urls_compact_retrieve",
|
|
12127
|
-
"responses": {
|
|
12128
|
-
"200": {
|
|
12129
|
-
"description": "No response body"
|
|
12130
|
-
}
|
|
12131
|
-
},
|
|
12132
|
-
"security": [
|
|
12133
13693
|
{
|
|
12134
|
-
"
|
|
13694
|
+
"cookieAuth": []
|
|
12135
13695
|
},
|
|
12136
|
-
{
|
|
13696
|
+
{
|
|
13697
|
+
"basicAuth": []
|
|
13698
|
+
}
|
|
12137
13699
|
],
|
|
13700
|
+
"summary": "Get service activity chart data",
|
|
12138
13701
|
"tags": [
|
|
12139
|
-
"
|
|
13702
|
+
"gRPC Charts"
|
|
12140
13703
|
],
|
|
12141
13704
|
"x-async-capable": false
|
|
12142
13705
|
}
|
|
@@ -12218,7 +13781,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
12218
13781
|
"content": {
|
|
12219
13782
|
"application/json": {
|
|
12220
13783
|
"schema": {
|
|
12221
|
-
"$ref": "#/components/schemas/
|
|
13784
|
+
"$ref": "#/components/schemas/GRPCHealthCheck"
|
|
12222
13785
|
}
|
|
12223
13786
|
}
|
|
12224
13787
|
},
|
|
@@ -12334,7 +13897,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
12334
13897
|
"content": {
|
|
12335
13898
|
"application/json": {
|
|
12336
13899
|
"schema": {
|
|
12337
|
-
"$ref": "#/components/schemas/
|
|
13900
|
+
"$ref": "#/components/schemas/GRPCOverviewStats"
|
|
12338
13901
|
}
|
|
12339
13902
|
}
|
|
12340
13903
|
},
|
|
@@ -12371,17 +13934,9 @@ export const OPENAPI_SCHEMA = {
|
|
|
12371
13934
|
},
|
|
12372
13935
|
"/cfg/grpc/monitor/requests/": {
|
|
12373
13936
|
"get": {
|
|
12374
|
-
"description": "Returns a list of recent gRPC requests with their details.",
|
|
13937
|
+
"description": "Returns a list of recent gRPC requests with their details. Uses standard DRF pagination.",
|
|
12375
13938
|
"operationId": "cfg_grpc_monitor_requests_retrieve",
|
|
12376
13939
|
"parameters": [
|
|
12377
|
-
{
|
|
12378
|
-
"description": "Number of requests to return (default: 50, max: 200)",
|
|
12379
|
-
"in": "query",
|
|
12380
|
-
"name": "count",
|
|
12381
|
-
"schema": {
|
|
12382
|
-
"type": "integer"
|
|
12383
|
-
}
|
|
12384
|
-
},
|
|
12385
13940
|
{
|
|
12386
13941
|
"description": "Filter by method name",
|
|
12387
13942
|
"in": "query",
|
|
@@ -12390,14 +13945,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
12390
13945
|
"type": "string"
|
|
12391
13946
|
}
|
|
12392
13947
|
},
|
|
12393
|
-
{
|
|
12394
|
-
"description": "Offset for pagination (default: 0)",
|
|
12395
|
-
"in": "query",
|
|
12396
|
-
"name": "offset",
|
|
12397
|
-
"schema": {
|
|
12398
|
-
"type": "integer"
|
|
12399
|
-
}
|
|
12400
|
-
},
|
|
12401
13948
|
{
|
|
12402
13949
|
"description": "Filter by service name",
|
|
12403
13950
|
"in": "query",
|
|
@@ -12420,7 +13967,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
12420
13967
|
"content": {
|
|
12421
13968
|
"application/json": {
|
|
12422
13969
|
"schema": {
|
|
12423
|
-
"$ref": "#/components/schemas/
|
|
13970
|
+
"$ref": "#/components/schemas/RecentRequest"
|
|
12424
13971
|
}
|
|
12425
13972
|
}
|
|
12426
13973
|
},
|
|
@@ -12536,17 +14083,231 @@ export const OPENAPI_SCHEMA = {
|
|
|
12536
14083
|
"content": {
|
|
12537
14084
|
"application/json": {
|
|
12538
14085
|
"schema": {
|
|
12539
|
-
"description": "Timeline data"
|
|
14086
|
+
"description": "Timeline data"
|
|
14087
|
+
}
|
|
14088
|
+
}
|
|
14089
|
+
},
|
|
14090
|
+
"description": ""
|
|
14091
|
+
},
|
|
14092
|
+
"400": {
|
|
14093
|
+
"content": {
|
|
14094
|
+
"application/json": {
|
|
14095
|
+
"schema": {
|
|
14096
|
+
"description": "Invalid parameters"
|
|
14097
|
+
}
|
|
14098
|
+
}
|
|
14099
|
+
},
|
|
14100
|
+
"description": ""
|
|
14101
|
+
}
|
|
14102
|
+
},
|
|
14103
|
+
"security": [
|
|
14104
|
+
{
|
|
14105
|
+
"jwtAuth": []
|
|
14106
|
+
},
|
|
14107
|
+
{
|
|
14108
|
+
"cookieAuth": []
|
|
14109
|
+
},
|
|
14110
|
+
{
|
|
14111
|
+
"basicAuth": []
|
|
14112
|
+
}
|
|
14113
|
+
],
|
|
14114
|
+
"summary": "Get request timeline",
|
|
14115
|
+
"tags": [
|
|
14116
|
+
"gRPC Monitoring"
|
|
14117
|
+
],
|
|
14118
|
+
"x-async-capable": false
|
|
14119
|
+
}
|
|
14120
|
+
},
|
|
14121
|
+
"/cfg/grpc/proto-files/": {
|
|
14122
|
+
"get": {
|
|
14123
|
+
"description": "Returns list of all available proto files with metadata.",
|
|
14124
|
+
"operationId": "cfg_grpc_proto_files_list",
|
|
14125
|
+
"responses": {
|
|
14126
|
+
"200": {
|
|
14127
|
+
"content": {
|
|
14128
|
+
"application/json": {
|
|
14129
|
+
"schema": {
|
|
14130
|
+
"items": {
|
|
14131
|
+
"$ref": "#/components/schemas/ProtoFileList"
|
|
14132
|
+
},
|
|
14133
|
+
"type": "array"
|
|
14134
|
+
}
|
|
14135
|
+
}
|
|
14136
|
+
},
|
|
14137
|
+
"description": ""
|
|
14138
|
+
}
|
|
14139
|
+
},
|
|
14140
|
+
"security": [
|
|
14141
|
+
{
|
|
14142
|
+
"jwtAuth": []
|
|
14143
|
+
},
|
|
14144
|
+
{
|
|
14145
|
+
"cookieAuth": []
|
|
14146
|
+
},
|
|
14147
|
+
{
|
|
14148
|
+
"basicAuth": []
|
|
14149
|
+
}
|
|
14150
|
+
],
|
|
14151
|
+
"summary": "List all proto files",
|
|
14152
|
+
"tags": [
|
|
14153
|
+
"gRPC Proto Files"
|
|
14154
|
+
],
|
|
14155
|
+
"x-async-capable": false
|
|
14156
|
+
}
|
|
14157
|
+
},
|
|
14158
|
+
"/cfg/grpc/proto-files/download-all/": {
|
|
14159
|
+
"get": {
|
|
14160
|
+
"description": "Download all proto files as a .zip archive.",
|
|
14161
|
+
"operationId": "cfg_grpc_proto_files_download_all_retrieve",
|
|
14162
|
+
"responses": {
|
|
14163
|
+
"200": {
|
|
14164
|
+
"content": {
|
|
14165
|
+
"application/json": {
|
|
14166
|
+
"schema": {
|
|
14167
|
+
"content": {
|
|
14168
|
+
"application/zip": {}
|
|
14169
|
+
},
|
|
14170
|
+
"description": "Zip archive with all proto files"
|
|
14171
|
+
}
|
|
14172
|
+
}
|
|
14173
|
+
},
|
|
14174
|
+
"description": ""
|
|
14175
|
+
},
|
|
14176
|
+
"404": {
|
|
14177
|
+
"content": {
|
|
14178
|
+
"application/json": {
|
|
14179
|
+
"schema": {
|
|
14180
|
+
"description": "No proto files found"
|
|
14181
|
+
}
|
|
14182
|
+
}
|
|
14183
|
+
},
|
|
14184
|
+
"description": ""
|
|
14185
|
+
}
|
|
14186
|
+
},
|
|
14187
|
+
"security": [
|
|
14188
|
+
{
|
|
14189
|
+
"jwtAuth": []
|
|
14190
|
+
},
|
|
14191
|
+
{
|
|
14192
|
+
"cookieAuth": []
|
|
14193
|
+
},
|
|
14194
|
+
{
|
|
14195
|
+
"basicAuth": []
|
|
14196
|
+
}
|
|
14197
|
+
],
|
|
14198
|
+
"summary": "Download all proto files",
|
|
14199
|
+
"tags": [
|
|
14200
|
+
"gRPC Proto Files"
|
|
14201
|
+
],
|
|
14202
|
+
"x-async-capable": false
|
|
14203
|
+
}
|
|
14204
|
+
},
|
|
14205
|
+
"/cfg/grpc/proto-files/generate/": {
|
|
14206
|
+
"post": {
|
|
14207
|
+
"description": "Trigger proto file generation for specified apps.",
|
|
14208
|
+
"operationId": "cfg_grpc_proto_files_generate_create",
|
|
14209
|
+
"requestBody": {
|
|
14210
|
+
"content": {
|
|
14211
|
+
"application/json": {
|
|
14212
|
+
"schema": {
|
|
14213
|
+
"$ref": "#/components/schemas/ProtoGenerateRequestRequest"
|
|
14214
|
+
}
|
|
14215
|
+
},
|
|
14216
|
+
"application/x-www-form-urlencoded": {
|
|
14217
|
+
"schema": {
|
|
14218
|
+
"$ref": "#/components/schemas/ProtoGenerateRequestRequest"
|
|
14219
|
+
}
|
|
14220
|
+
},
|
|
14221
|
+
"multipart/form-data": {
|
|
14222
|
+
"schema": {
|
|
14223
|
+
"$ref": "#/components/schemas/ProtoGenerateRequestRequest"
|
|
14224
|
+
}
|
|
14225
|
+
}
|
|
14226
|
+
}
|
|
14227
|
+
},
|
|
14228
|
+
"responses": {
|
|
14229
|
+
"200": {
|
|
14230
|
+
"content": {
|
|
14231
|
+
"application/json": {
|
|
14232
|
+
"schema": {
|
|
14233
|
+
"$ref": "#/components/schemas/ProtoGenerateResponse"
|
|
14234
|
+
}
|
|
14235
|
+
}
|
|
14236
|
+
},
|
|
14237
|
+
"description": ""
|
|
14238
|
+
},
|
|
14239
|
+
"400": {
|
|
14240
|
+
"content": {
|
|
14241
|
+
"application/json": {
|
|
14242
|
+
"schema": {
|
|
14243
|
+
"description": "Bad request"
|
|
14244
|
+
}
|
|
14245
|
+
}
|
|
14246
|
+
},
|
|
14247
|
+
"description": ""
|
|
14248
|
+
}
|
|
14249
|
+
},
|
|
14250
|
+
"security": [
|
|
14251
|
+
{
|
|
14252
|
+
"jwtAuth": []
|
|
14253
|
+
},
|
|
14254
|
+
{
|
|
14255
|
+
"cookieAuth": []
|
|
14256
|
+
},
|
|
14257
|
+
{
|
|
14258
|
+
"basicAuth": []
|
|
14259
|
+
}
|
|
14260
|
+
],
|
|
14261
|
+
"summary": "Generate proto files",
|
|
14262
|
+
"tags": [
|
|
14263
|
+
"gRPC Proto Files"
|
|
14264
|
+
],
|
|
14265
|
+
"x-async-capable": false
|
|
14266
|
+
}
|
|
14267
|
+
},
|
|
14268
|
+
"/cfg/grpc/proto-files/{id}/": {
|
|
14269
|
+
"get": {
|
|
14270
|
+
"description": "Download specific proto file by app label.",
|
|
14271
|
+
"operationId": "cfg_grpc_proto_files_retrieve",
|
|
14272
|
+
"parameters": [
|
|
14273
|
+
{
|
|
14274
|
+
"in": "path",
|
|
14275
|
+
"name": "id",
|
|
14276
|
+
"required": true,
|
|
14277
|
+
"schema": {
|
|
14278
|
+
"pattern": "^[^/]+$",
|
|
14279
|
+
"type": "string"
|
|
14280
|
+
}
|
|
14281
|
+
},
|
|
14282
|
+
{
|
|
14283
|
+
"description": "App label (e.g., \u0027crypto\u0027)",
|
|
14284
|
+
"in": "path",
|
|
14285
|
+
"name": "pk",
|
|
14286
|
+
"required": true,
|
|
14287
|
+
"schema": {
|
|
14288
|
+
"type": "string"
|
|
14289
|
+
}
|
|
14290
|
+
}
|
|
14291
|
+
],
|
|
14292
|
+
"responses": {
|
|
14293
|
+
"200": {
|
|
14294
|
+
"content": {
|
|
14295
|
+
"application/json": {
|
|
14296
|
+
"schema": {
|
|
14297
|
+
"content": {
|
|
14298
|
+
"text/plain": {}
|
|
14299
|
+
},
|
|
14300
|
+
"description": "Proto file content"
|
|
12540
14301
|
}
|
|
12541
14302
|
}
|
|
12542
14303
|
},
|
|
12543
14304
|
"description": ""
|
|
12544
14305
|
},
|
|
12545
|
-
"
|
|
14306
|
+
"404": {
|
|
12546
14307
|
"content": {
|
|
12547
14308
|
"application/json": {
|
|
12548
14309
|
"schema": {
|
|
12549
|
-
"description": "
|
|
14310
|
+
"description": "Proto file not found"
|
|
12550
14311
|
}
|
|
12551
14312
|
}
|
|
12552
14313
|
},
|
|
@@ -12564,9 +14325,9 @@ export const OPENAPI_SCHEMA = {
|
|
|
12564
14325
|
"basicAuth": []
|
|
12565
14326
|
}
|
|
12566
14327
|
],
|
|
12567
|
-
"summary": "
|
|
14328
|
+
"summary": "Download proto file",
|
|
12568
14329
|
"tags": [
|
|
12569
|
-
"gRPC
|
|
14330
|
+
"gRPC Proto Files"
|
|
12570
14331
|
],
|
|
12571
14332
|
"x-async-capable": false
|
|
12572
14333
|
}
|
|
@@ -12628,6 +14389,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
12628
14389
|
"name": "id",
|
|
12629
14390
|
"required": true,
|
|
12630
14391
|
"schema": {
|
|
14392
|
+
"pattern": "^[^/]+$",
|
|
12631
14393
|
"type": "string"
|
|
12632
14394
|
}
|
|
12633
14395
|
},
|
|
@@ -12691,6 +14453,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
12691
14453
|
"name": "id",
|
|
12692
14454
|
"required": true,
|
|
12693
14455
|
"schema": {
|
|
14456
|
+
"pattern": "^[^/]+$",
|
|
12694
14457
|
"type": "string"
|
|
12695
14458
|
}
|
|
12696
14459
|
},
|
|
@@ -12746,7 +14509,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
12746
14509
|
},
|
|
12747
14510
|
"/cfg/grpc/test/call/": {
|
|
12748
14511
|
"post": {
|
|
12749
|
-
"description": "Interactive gRPC method calling
|
|
14512
|
+
"description": "Interactive gRPC method calling using dynamic invocation. Uses gRPC Reflection API to discover and call methods without compiled stubs.",
|
|
12750
14513
|
"operationId": "cfg_grpc_test_call_create",
|
|
12751
14514
|
"requestBody": {
|
|
12752
14515
|
"content": {
|
|
@@ -12779,11 +14542,31 @@ export const OPENAPI_SCHEMA = {
|
|
|
12779
14542
|
},
|
|
12780
14543
|
"description": ""
|
|
12781
14544
|
},
|
|
12782
|
-
"
|
|
14545
|
+
"400": {
|
|
14546
|
+
"content": {
|
|
14547
|
+
"application/json": {
|
|
14548
|
+
"schema": {
|
|
14549
|
+
"description": "Invalid request"
|
|
14550
|
+
}
|
|
14551
|
+
}
|
|
14552
|
+
},
|
|
14553
|
+
"description": ""
|
|
14554
|
+
},
|
|
14555
|
+
"404": {
|
|
14556
|
+
"content": {
|
|
14557
|
+
"application/json": {
|
|
14558
|
+
"schema": {
|
|
14559
|
+
"description": "Service or method not found"
|
|
14560
|
+
}
|
|
14561
|
+
}
|
|
14562
|
+
},
|
|
14563
|
+
"description": ""
|
|
14564
|
+
},
|
|
14565
|
+
"500": {
|
|
12783
14566
|
"content": {
|
|
12784
14567
|
"application/json": {
|
|
12785
14568
|
"schema": {
|
|
12786
|
-
"description": "
|
|
14569
|
+
"description": "gRPC call failed"
|
|
12787
14570
|
}
|
|
12788
14571
|
}
|
|
12789
14572
|
},
|
|
@@ -12801,7 +14584,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
12801
14584
|
"basicAuth": []
|
|
12802
14585
|
}
|
|
12803
14586
|
],
|
|
12804
|
-
"summary": "Call gRPC method
|
|
14587
|
+
"summary": "Call gRPC method",
|
|
12805
14588
|
"tags": [
|
|
12806
14589
|
"gRPC Testing"
|
|
12807
14590
|
],
|
|
@@ -12862,17 +14645,9 @@ export const OPENAPI_SCHEMA = {
|
|
|
12862
14645
|
},
|
|
12863
14646
|
"/cfg/grpc/test/logs/": {
|
|
12864
14647
|
"get": {
|
|
12865
|
-
"description": "Returns logs from test gRPC calls.",
|
|
14648
|
+
"description": "Returns logs from test gRPC calls. Uses standard DRF pagination.",
|
|
12866
14649
|
"operationId": "cfg_grpc_test_logs_retrieve",
|
|
12867
14650
|
"parameters": [
|
|
12868
|
-
{
|
|
12869
|
-
"description": "Number of logs to return (default: 50, max: 200)",
|
|
12870
|
-
"in": "query",
|
|
12871
|
-
"name": "limit",
|
|
12872
|
-
"schema": {
|
|
12873
|
-
"type": "integer"
|
|
12874
|
-
}
|
|
12875
|
-
},
|
|
12876
14651
|
{
|
|
12877
14652
|
"description": "Filter by method name",
|
|
12878
14653
|
"in": "query",
|
|
@@ -12881,14 +14656,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
12881
14656
|
"type": "string"
|
|
12882
14657
|
}
|
|
12883
14658
|
},
|
|
12884
|
-
{
|
|
12885
|
-
"description": "Offset for pagination (default: 0)",
|
|
12886
|
-
"in": "query",
|
|
12887
|
-
"name": "offset",
|
|
12888
|
-
"schema": {
|
|
12889
|
-
"type": "integer"
|
|
12890
|
-
}
|
|
12891
|
-
},
|
|
12892
14659
|
{
|
|
12893
14660
|
"description": "Filter by service name",
|
|
12894
14661
|
"in": "query",
|
|
@@ -12911,7 +14678,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
12911
14678
|
"content": {
|
|
12912
14679
|
"application/json": {
|
|
12913
14680
|
"schema": {
|
|
12914
|
-
"$ref": "#/components/schemas/
|
|
14681
|
+
"$ref": "#/components/schemas/GRPCTestLog"
|
|
12915
14682
|
}
|
|
12916
14683
|
}
|
|
12917
14684
|
},
|
|
@@ -17395,6 +19162,24 @@ export const OPENAPI_SCHEMA = {
|
|
|
17395
19162
|
"description": "Returns all jobs across all registries (queued, started, finished, failed, deferred, scheduled).",
|
|
17396
19163
|
"operationId": "cfg_rq_jobs_list",
|
|
17397
19164
|
"parameters": [
|
|
19165
|
+
{
|
|
19166
|
+
"description": "A page number within the paginated result set.",
|
|
19167
|
+
"in": "query",
|
|
19168
|
+
"name": "page",
|
|
19169
|
+
"required": false,
|
|
19170
|
+
"schema": {
|
|
19171
|
+
"type": "integer"
|
|
19172
|
+
}
|
|
19173
|
+
},
|
|
19174
|
+
{
|
|
19175
|
+
"description": "Number of results to return per page.",
|
|
19176
|
+
"in": "query",
|
|
19177
|
+
"name": "page_size",
|
|
19178
|
+
"required": false,
|
|
19179
|
+
"schema": {
|
|
19180
|
+
"type": "integer"
|
|
19181
|
+
}
|
|
19182
|
+
},
|
|
17398
19183
|
{
|
|
17399
19184
|
"description": "Filter by queue name",
|
|
17400
19185
|
"in": "query",
|
|
@@ -17417,10 +19202,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
17417
19202
|
"content": {
|
|
17418
19203
|
"application/json": {
|
|
17419
19204
|
"schema": {
|
|
17420
|
-
"
|
|
17421
|
-
"$ref": "#/components/schemas/JobList"
|
|
17422
|
-
},
|
|
17423
|
-
"type": "array"
|
|
19205
|
+
"$ref": "#/components/schemas/PaginatedJobListList"
|
|
17424
19206
|
}
|
|
17425
19207
|
}
|
|
17426
19208
|
},
|
|
@@ -17450,6 +19232,24 @@ export const OPENAPI_SCHEMA = {
|
|
|
17450
19232
|
"description": "Returns list of all deferred jobs from deferred job registry.",
|
|
17451
19233
|
"operationId": "cfg_rq_jobs_registries_deferred_list",
|
|
17452
19234
|
"parameters": [
|
|
19235
|
+
{
|
|
19236
|
+
"description": "A page number within the paginated result set.",
|
|
19237
|
+
"in": "query",
|
|
19238
|
+
"name": "page",
|
|
19239
|
+
"required": false,
|
|
19240
|
+
"schema": {
|
|
19241
|
+
"type": "integer"
|
|
19242
|
+
}
|
|
19243
|
+
},
|
|
19244
|
+
{
|
|
19245
|
+
"description": "Number of results to return per page.",
|
|
19246
|
+
"in": "query",
|
|
19247
|
+
"name": "page_size",
|
|
19248
|
+
"required": false,
|
|
19249
|
+
"schema": {
|
|
19250
|
+
"type": "integer"
|
|
19251
|
+
}
|
|
19252
|
+
},
|
|
17453
19253
|
{
|
|
17454
19254
|
"description": "Filter by queue name",
|
|
17455
19255
|
"in": "query",
|
|
@@ -17464,10 +19264,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
17464
19264
|
"content": {
|
|
17465
19265
|
"application/json": {
|
|
17466
19266
|
"schema": {
|
|
17467
|
-
"
|
|
17468
|
-
"$ref": "#/components/schemas/JobList"
|
|
17469
|
-
},
|
|
17470
|
-
"type": "array"
|
|
19267
|
+
"$ref": "#/components/schemas/PaginatedJobListList"
|
|
17471
19268
|
}
|
|
17472
19269
|
}
|
|
17473
19270
|
},
|
|
@@ -17497,6 +19294,24 @@ export const OPENAPI_SCHEMA = {
|
|
|
17497
19294
|
"description": "Returns list of all failed jobs from failed job registry.",
|
|
17498
19295
|
"operationId": "cfg_rq_jobs_registries_failed_list",
|
|
17499
19296
|
"parameters": [
|
|
19297
|
+
{
|
|
19298
|
+
"description": "A page number within the paginated result set.",
|
|
19299
|
+
"in": "query",
|
|
19300
|
+
"name": "page",
|
|
19301
|
+
"required": false,
|
|
19302
|
+
"schema": {
|
|
19303
|
+
"type": "integer"
|
|
19304
|
+
}
|
|
19305
|
+
},
|
|
19306
|
+
{
|
|
19307
|
+
"description": "Number of results to return per page.",
|
|
19308
|
+
"in": "query",
|
|
19309
|
+
"name": "page_size",
|
|
19310
|
+
"required": false,
|
|
19311
|
+
"schema": {
|
|
19312
|
+
"type": "integer"
|
|
19313
|
+
}
|
|
19314
|
+
},
|
|
17500
19315
|
{
|
|
17501
19316
|
"description": "Filter by queue name",
|
|
17502
19317
|
"in": "query",
|
|
@@ -17511,10 +19326,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
17511
19326
|
"content": {
|
|
17512
19327
|
"application/json": {
|
|
17513
19328
|
"schema": {
|
|
17514
|
-
"
|
|
17515
|
-
"$ref": "#/components/schemas/JobList"
|
|
17516
|
-
},
|
|
17517
|
-
"type": "array"
|
|
19329
|
+
"$ref": "#/components/schemas/PaginatedJobListList"
|
|
17518
19330
|
}
|
|
17519
19331
|
}
|
|
17520
19332
|
},
|
|
@@ -17554,6 +19366,26 @@ export const OPENAPI_SCHEMA = {
|
|
|
17554
19366
|
}
|
|
17555
19367
|
}
|
|
17556
19368
|
],
|
|
19369
|
+
"requestBody": {
|
|
19370
|
+
"content": {
|
|
19371
|
+
"application/json": {
|
|
19372
|
+
"schema": {
|
|
19373
|
+
"$ref": "#/components/schemas/JobListRequest"
|
|
19374
|
+
}
|
|
19375
|
+
},
|
|
19376
|
+
"application/x-www-form-urlencoded": {
|
|
19377
|
+
"schema": {
|
|
19378
|
+
"$ref": "#/components/schemas/JobListRequest"
|
|
19379
|
+
}
|
|
19380
|
+
},
|
|
19381
|
+
"multipart/form-data": {
|
|
19382
|
+
"schema": {
|
|
19383
|
+
"$ref": "#/components/schemas/JobListRequest"
|
|
19384
|
+
}
|
|
19385
|
+
}
|
|
19386
|
+
},
|
|
19387
|
+
"required": true
|
|
19388
|
+
},
|
|
17557
19389
|
"responses": {
|
|
17558
19390
|
"200": {
|
|
17559
19391
|
"content": {
|
|
@@ -17599,6 +19431,26 @@ export const OPENAPI_SCHEMA = {
|
|
|
17599
19431
|
}
|
|
17600
19432
|
}
|
|
17601
19433
|
],
|
|
19434
|
+
"requestBody": {
|
|
19435
|
+
"content": {
|
|
19436
|
+
"application/json": {
|
|
19437
|
+
"schema": {
|
|
19438
|
+
"$ref": "#/components/schemas/JobListRequest"
|
|
19439
|
+
}
|
|
19440
|
+
},
|
|
19441
|
+
"application/x-www-form-urlencoded": {
|
|
19442
|
+
"schema": {
|
|
19443
|
+
"$ref": "#/components/schemas/JobListRequest"
|
|
19444
|
+
}
|
|
19445
|
+
},
|
|
19446
|
+
"multipart/form-data": {
|
|
19447
|
+
"schema": {
|
|
19448
|
+
"$ref": "#/components/schemas/JobListRequest"
|
|
19449
|
+
}
|
|
19450
|
+
}
|
|
19451
|
+
},
|
|
19452
|
+
"required": true
|
|
19453
|
+
},
|
|
17602
19454
|
"responses": {
|
|
17603
19455
|
"200": {
|
|
17604
19456
|
"content": {
|
|
@@ -17634,6 +19486,24 @@ export const OPENAPI_SCHEMA = {
|
|
|
17634
19486
|
"description": "Returns list of all finished jobs from finished job registry.",
|
|
17635
19487
|
"operationId": "cfg_rq_jobs_registries_finished_list",
|
|
17636
19488
|
"parameters": [
|
|
19489
|
+
{
|
|
19490
|
+
"description": "A page number within the paginated result set.",
|
|
19491
|
+
"in": "query",
|
|
19492
|
+
"name": "page",
|
|
19493
|
+
"required": false,
|
|
19494
|
+
"schema": {
|
|
19495
|
+
"type": "integer"
|
|
19496
|
+
}
|
|
19497
|
+
},
|
|
19498
|
+
{
|
|
19499
|
+
"description": "Number of results to return per page.",
|
|
19500
|
+
"in": "query",
|
|
19501
|
+
"name": "page_size",
|
|
19502
|
+
"required": false,
|
|
19503
|
+
"schema": {
|
|
19504
|
+
"type": "integer"
|
|
19505
|
+
}
|
|
19506
|
+
},
|
|
17637
19507
|
{
|
|
17638
19508
|
"description": "Filter by queue name",
|
|
17639
19509
|
"in": "query",
|
|
@@ -17648,10 +19518,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
17648
19518
|
"content": {
|
|
17649
19519
|
"application/json": {
|
|
17650
19520
|
"schema": {
|
|
17651
|
-
"
|
|
17652
|
-
"$ref": "#/components/schemas/JobList"
|
|
17653
|
-
},
|
|
17654
|
-
"type": "array"
|
|
19521
|
+
"$ref": "#/components/schemas/PaginatedJobListList"
|
|
17655
19522
|
}
|
|
17656
19523
|
}
|
|
17657
19524
|
},
|
|
@@ -17691,6 +19558,26 @@ export const OPENAPI_SCHEMA = {
|
|
|
17691
19558
|
}
|
|
17692
19559
|
}
|
|
17693
19560
|
],
|
|
19561
|
+
"requestBody": {
|
|
19562
|
+
"content": {
|
|
19563
|
+
"application/json": {
|
|
19564
|
+
"schema": {
|
|
19565
|
+
"$ref": "#/components/schemas/JobListRequest"
|
|
19566
|
+
}
|
|
19567
|
+
},
|
|
19568
|
+
"application/x-www-form-urlencoded": {
|
|
19569
|
+
"schema": {
|
|
19570
|
+
"$ref": "#/components/schemas/JobListRequest"
|
|
19571
|
+
}
|
|
19572
|
+
},
|
|
19573
|
+
"multipart/form-data": {
|
|
19574
|
+
"schema": {
|
|
19575
|
+
"$ref": "#/components/schemas/JobListRequest"
|
|
19576
|
+
}
|
|
19577
|
+
}
|
|
19578
|
+
},
|
|
19579
|
+
"required": true
|
|
19580
|
+
},
|
|
17694
19581
|
"responses": {
|
|
17695
19582
|
"200": {
|
|
17696
19583
|
"content": {
|
|
@@ -17726,6 +19613,24 @@ export const OPENAPI_SCHEMA = {
|
|
|
17726
19613
|
"description": "Returns list of all currently running jobs from started job registry.",
|
|
17727
19614
|
"operationId": "cfg_rq_jobs_registries_started_list",
|
|
17728
19615
|
"parameters": [
|
|
19616
|
+
{
|
|
19617
|
+
"description": "A page number within the paginated result set.",
|
|
19618
|
+
"in": "query",
|
|
19619
|
+
"name": "page",
|
|
19620
|
+
"required": false,
|
|
19621
|
+
"schema": {
|
|
19622
|
+
"type": "integer"
|
|
19623
|
+
}
|
|
19624
|
+
},
|
|
19625
|
+
{
|
|
19626
|
+
"description": "Number of results to return per page.",
|
|
19627
|
+
"in": "query",
|
|
19628
|
+
"name": "page_size",
|
|
19629
|
+
"required": false,
|
|
19630
|
+
"schema": {
|
|
19631
|
+
"type": "integer"
|
|
19632
|
+
}
|
|
19633
|
+
},
|
|
17729
19634
|
{
|
|
17730
19635
|
"description": "Filter by queue name",
|
|
17731
19636
|
"in": "query",
|
|
@@ -17740,10 +19645,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
17740
19645
|
"content": {
|
|
17741
19646
|
"application/json": {
|
|
17742
19647
|
"schema": {
|
|
17743
|
-
"
|
|
17744
|
-
"$ref": "#/components/schemas/JobList"
|
|
17745
|
-
},
|
|
17746
|
-
"type": "array"
|
|
19648
|
+
"$ref": "#/components/schemas/PaginatedJobListList"
|
|
17747
19649
|
}
|
|
17748
19650
|
}
|
|
17749
19651
|
},
|
|
@@ -17888,6 +19790,26 @@ export const OPENAPI_SCHEMA = {
|
|
|
17888
19790
|
}
|
|
17889
19791
|
}
|
|
17890
19792
|
],
|
|
19793
|
+
"requestBody": {
|
|
19794
|
+
"content": {
|
|
19795
|
+
"application/json": {
|
|
19796
|
+
"schema": {
|
|
19797
|
+
"$ref": "#/components/schemas/JobListRequest"
|
|
19798
|
+
}
|
|
19799
|
+
},
|
|
19800
|
+
"application/x-www-form-urlencoded": {
|
|
19801
|
+
"schema": {
|
|
19802
|
+
"$ref": "#/components/schemas/JobListRequest"
|
|
19803
|
+
}
|
|
19804
|
+
},
|
|
19805
|
+
"multipart/form-data": {
|
|
19806
|
+
"schema": {
|
|
19807
|
+
"$ref": "#/components/schemas/JobListRequest"
|
|
19808
|
+
}
|
|
19809
|
+
}
|
|
19810
|
+
},
|
|
19811
|
+
"required": true
|
|
19812
|
+
},
|
|
17891
19813
|
"responses": {
|
|
17892
19814
|
"200": {
|
|
17893
19815
|
"content": {
|
|
@@ -17942,6 +19864,26 @@ export const OPENAPI_SCHEMA = {
|
|
|
17942
19864
|
}
|
|
17943
19865
|
}
|
|
17944
19866
|
],
|
|
19867
|
+
"requestBody": {
|
|
19868
|
+
"content": {
|
|
19869
|
+
"application/json": {
|
|
19870
|
+
"schema": {
|
|
19871
|
+
"$ref": "#/components/schemas/JobListRequest"
|
|
19872
|
+
}
|
|
19873
|
+
},
|
|
19874
|
+
"application/x-www-form-urlencoded": {
|
|
19875
|
+
"schema": {
|
|
19876
|
+
"$ref": "#/components/schemas/JobListRequest"
|
|
19877
|
+
}
|
|
19878
|
+
},
|
|
19879
|
+
"multipart/form-data": {
|
|
19880
|
+
"schema": {
|
|
19881
|
+
"$ref": "#/components/schemas/JobListRequest"
|
|
19882
|
+
}
|
|
19883
|
+
}
|
|
19884
|
+
},
|
|
19885
|
+
"required": true
|
|
19886
|
+
},
|
|
17945
19887
|
"responses": {
|
|
17946
19888
|
"200": {
|
|
17947
19889
|
"content": {
|
|
@@ -18314,6 +20256,24 @@ export const OPENAPI_SCHEMA = {
|
|
|
18314
20256
|
"description": "Returns list of all scheduled jobs across all queues.",
|
|
18315
20257
|
"operationId": "cfg_rq_schedules_list",
|
|
18316
20258
|
"parameters": [
|
|
20259
|
+
{
|
|
20260
|
+
"description": "A page number within the paginated result set.",
|
|
20261
|
+
"in": "query",
|
|
20262
|
+
"name": "page",
|
|
20263
|
+
"required": false,
|
|
20264
|
+
"schema": {
|
|
20265
|
+
"type": "integer"
|
|
20266
|
+
}
|
|
20267
|
+
},
|
|
20268
|
+
{
|
|
20269
|
+
"description": "Number of results to return per page.",
|
|
20270
|
+
"in": "query",
|
|
20271
|
+
"name": "page_size",
|
|
20272
|
+
"required": false,
|
|
20273
|
+
"schema": {
|
|
20274
|
+
"type": "integer"
|
|
20275
|
+
}
|
|
20276
|
+
},
|
|
18317
20277
|
{
|
|
18318
20278
|
"description": "Filter by queue name",
|
|
18319
20279
|
"in": "query",
|
|
@@ -18328,10 +20288,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
18328
20288
|
"content": {
|
|
18329
20289
|
"application/json": {
|
|
18330
20290
|
"schema": {
|
|
18331
|
-
"
|
|
18332
|
-
"$ref": "#/components/schemas/ScheduledJob"
|
|
18333
|
-
},
|
|
18334
|
-
"type": "array"
|
|
20291
|
+
"$ref": "#/components/schemas/PaginatedScheduledJobList"
|
|
18335
20292
|
}
|
|
18336
20293
|
}
|
|
18337
20294
|
},
|