@djangocfg/api 1.2.23 → 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 +4025 -3009
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3089 -1662
- package/dist/index.d.ts +3089 -1662
- package/dist/index.mjs +4009 -3002
- 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 +5 -5
- package/src/cfg/generated/_utils/fetchers/cfg__grpc__grpc_api_keys.ts +78 -0
- package/src/cfg/generated/_utils/fetchers/cfg__grpc__grpc_proto_files.ts +91 -0
- 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 +2 -0
- package/src/cfg/generated/_utils/hooks/cfg__centrifugo.ts +3 -2
- package/src/cfg/generated/_utils/hooks/cfg__centrifugo__centrifugo_monitoring.ts +5 -5
- package/src/cfg/generated/_utils/hooks/cfg__grpc__grpc_api_keys.ts +66 -0
- package/src/cfg/generated/_utils/hooks/cfg__grpc__grpc_proto_files.ts +83 -0
- 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 +2 -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/Command.schema.ts +13 -0
- package/src/cfg/generated/_utils/schemas/DashboardCharts.schema.ts +10 -10
- 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/{GRPCInterceptorInfoSerializer.schema.ts → GRPCInterceptorInfo.schema.ts} +3 -3
- package/src/cfg/generated/_utils/schemas/GRPCOverviewStats.schema.ts +1 -1
- package/src/cfg/generated/_utils/schemas/{GRPCServerConfigSerializer.schema.ts → GRPCServerConfig.schema.ts} +3 -3
- package/src/cfg/generated/_utils/schemas/GRPCServerInfo.schema.ts +6 -6
- 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/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/{MonitoringServiceStatsSerializer.schema.ts → MonitoringServiceStats.schema.ts} +3 -3
- 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 +5 -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/{ServiceStatsSerializer.schema.ts → ServiceStats.schema.ts} +3 -3
- package/src/cfg/generated/_utils/schemas/index.ts +26 -19
- 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_monitoring/client.ts +6 -5
- package/src/cfg/generated/cfg__centrifugo__centrifugo_monitoring/models.ts +37 -11
- package/src/cfg/generated/cfg__dashboard__dashboard_commands/models.ts +10 -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/models.ts +0 -96
- package/src/cfg/generated/cfg__grpc__grpc_configuration/models.ts +10 -10
- package/src/cfg/generated/cfg__grpc__grpc_monitoring/models.ts +15 -5
- 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 +8 -8
- package/src/cfg/generated/cfg__grpc__grpc_testing/models.ts +2 -2
- 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 +6 -0
- package/src/cfg/generated/index.ts +10 -0
- package/src/cfg/generated/schema.ts +1613 -935
- package/src/cfg/generated/_utils/schemas/ErrorDistributionChartSerializer.schema.ts +0 -24
- package/src/cfg/generated/_utils/schemas/RecentPublishes.schema.ts +0 -23
- package/src/cfg/generated/_utils/schemas/RequestVolumeChartSerializer.schema.ts +0 -25
- package/src/cfg/generated/_utils/schemas/ResponseTimeChartSerializer.schema.ts +0 -25
- package/src/cfg/generated/_utils/schemas/ServerUptimeChartSerializer.schema.ts +0 -25
- package/src/cfg/generated/_utils/schemas/ServiceActivityChartSerializer.schema.ts +0 -24
|
@@ -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": {
|
|
@@ -2239,7 +2359,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
2239
2359
|
"type": "object"
|
|
2240
2360
|
},
|
|
2241
2361
|
"Command": {
|
|
2242
|
-
"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",
|
|
2243
2363
|
"properties": {
|
|
2244
2364
|
"app": {
|
|
2245
2365
|
"type": "string"
|
|
@@ -2256,11 +2376,26 @@ export const OPENAPI_SCHEMA = {
|
|
|
2256
2376
|
"is_custom": {
|
|
2257
2377
|
"type": "boolean"
|
|
2258
2378
|
},
|
|
2379
|
+
"is_destructive": {
|
|
2380
|
+
"description": "Modifies or deletes data",
|
|
2381
|
+
"nullable": true,
|
|
2382
|
+
"type": "boolean"
|
|
2383
|
+
},
|
|
2259
2384
|
"name": {
|
|
2260
2385
|
"type": "string"
|
|
2261
2386
|
},
|
|
2387
|
+
"requires_input": {
|
|
2388
|
+
"description": "Requires interactive user input",
|
|
2389
|
+
"nullable": true,
|
|
2390
|
+
"type": "boolean"
|
|
2391
|
+
},
|
|
2262
2392
|
"risk_level": {
|
|
2263
2393
|
"type": "string"
|
|
2394
|
+
},
|
|
2395
|
+
"web_executable": {
|
|
2396
|
+
"description": "Can be executed via web interface",
|
|
2397
|
+
"nullable": true,
|
|
2398
|
+
"type": "boolean"
|
|
2264
2399
|
}
|
|
2265
2400
|
},
|
|
2266
2401
|
"required": [
|
|
@@ -2604,46 +2739,63 @@ export const OPENAPI_SCHEMA = {
|
|
|
2604
2739
|
"description": "Combined dashboard charts data.",
|
|
2605
2740
|
"properties": {
|
|
2606
2741
|
"error_distribution": {
|
|
2607
|
-
"
|
|
2742
|
+
"allOf": [
|
|
2743
|
+
{
|
|
2744
|
+
"$ref": "#/components/schemas/ErrorDistributionChart"
|
|
2745
|
+
}
|
|
2746
|
+
],
|
|
2608
2747
|
"description": "Error distribution chart"
|
|
2609
2748
|
},
|
|
2610
2749
|
"generated_at": {
|
|
2611
2750
|
"description": "When data was generated",
|
|
2612
|
-
"title": "Generated At",
|
|
2613
2751
|
"type": "string"
|
|
2614
2752
|
},
|
|
2615
2753
|
"period_hours": {
|
|
2616
2754
|
"description": "Period in hours for all charts",
|
|
2617
|
-
"title": "Period Hours",
|
|
2618
2755
|
"type": "integer"
|
|
2619
2756
|
},
|
|
2620
2757
|
"request_volume": {
|
|
2621
|
-
"
|
|
2758
|
+
"allOf": [
|
|
2759
|
+
{
|
|
2760
|
+
"$ref": "#/components/schemas/RequestVolumeChart"
|
|
2761
|
+
}
|
|
2762
|
+
],
|
|
2622
2763
|
"description": "Request volume chart"
|
|
2623
2764
|
},
|
|
2624
2765
|
"response_time": {
|
|
2625
|
-
"
|
|
2766
|
+
"allOf": [
|
|
2767
|
+
{
|
|
2768
|
+
"$ref": "#/components/schemas/ResponseTimeChart"
|
|
2769
|
+
}
|
|
2770
|
+
],
|
|
2626
2771
|
"description": "Response time chart"
|
|
2627
2772
|
},
|
|
2628
2773
|
"server_uptime": {
|
|
2629
|
-
"
|
|
2774
|
+
"allOf": [
|
|
2775
|
+
{
|
|
2776
|
+
"$ref": "#/components/schemas/ServerUptimeChart"
|
|
2777
|
+
}
|
|
2778
|
+
],
|
|
2630
2779
|
"description": "Server uptime chart"
|
|
2631
2780
|
},
|
|
2632
2781
|
"service_activity": {
|
|
2633
|
-
"
|
|
2782
|
+
"allOf": [
|
|
2783
|
+
{
|
|
2784
|
+
"$ref": "#/components/schemas/ServiceActivityChart"
|
|
2785
|
+
}
|
|
2786
|
+
],
|
|
2634
2787
|
"description": "Service activity chart"
|
|
2635
2788
|
}
|
|
2636
2789
|
},
|
|
2637
2790
|
"required": [
|
|
2638
|
-
"server_uptime",
|
|
2639
|
-
"request_volume",
|
|
2640
|
-
"response_time",
|
|
2641
|
-
"service_activity",
|
|
2642
2791
|
"error_distribution",
|
|
2792
|
+
"generated_at",
|
|
2643
2793
|
"period_hours",
|
|
2644
|
-
"
|
|
2794
|
+
"request_volume",
|
|
2795
|
+
"response_time",
|
|
2796
|
+
"server_uptime",
|
|
2797
|
+
"service_activity"
|
|
2645
2798
|
],
|
|
2646
|
-
"title": "DashboardChartsSerializer",
|
|
2647
2799
|
"type": "object"
|
|
2648
2800
|
},
|
|
2649
2801
|
"DashboardOverview": {
|
|
@@ -4157,84 +4309,24 @@ export const OPENAPI_SCHEMA = {
|
|
|
4157
4309
|
"items": {
|
|
4158
4310
|
"$ref": "#/components/schemas/ErrorDistributionDataPoint"
|
|
4159
4311
|
},
|
|
4160
|
-
"title": "Error Types",
|
|
4161
4312
|
"type": "array"
|
|
4162
4313
|
},
|
|
4163
4314
|
"most_common_error": {
|
|
4164
|
-
"anyOf": [
|
|
4165
|
-
{
|
|
4166
|
-
"type": "string"
|
|
4167
|
-
},
|
|
4168
|
-
{
|
|
4169
|
-
"type": "null"
|
|
4170
|
-
}
|
|
4171
|
-
],
|
|
4172
|
-
"default": null,
|
|
4173
4315
|
"description": "Most common error code",
|
|
4174
|
-
"
|
|
4175
|
-
},
|
|
4176
|
-
"period_hours": {
|
|
4177
|
-
"description": "Period in hours",
|
|
4178
|
-
"title": "Period Hours",
|
|
4179
|
-
"type": "integer"
|
|
4180
|
-
},
|
|
4181
|
-
"title": {
|
|
4182
|
-
"default": "Error Distribution",
|
|
4183
|
-
"description": "Chart title",
|
|
4184
|
-
"title": "Title",
|
|
4316
|
+
"nullable": true,
|
|
4185
4317
|
"type": "string"
|
|
4186
4318
|
},
|
|
4187
|
-
"total_errors": {
|
|
4188
|
-
"description": "Total number of errors",
|
|
4189
|
-
"title": "Total Errors",
|
|
4190
|
-
"type": "integer"
|
|
4191
|
-
}
|
|
4192
|
-
},
|
|
4193
|
-
"required": [
|
|
4194
|
-
"period_hours",
|
|
4195
|
-
"total_errors"
|
|
4196
|
-
],
|
|
4197
|
-
"title": "ErrorDistributionChartSerializer",
|
|
4198
|
-
"type": "object"
|
|
4199
|
-
},
|
|
4200
|
-
"ErrorDistributionChartSerializer": {
|
|
4201
|
-
"description": "Error distribution chart data.",
|
|
4202
|
-
"properties": {
|
|
4203
|
-
"error_types": {
|
|
4204
|
-
"description": "Error distribution data",
|
|
4205
|
-
"items": {
|
|
4206
|
-
"$ref": "#/components/schemas/ErrorDistributionDataPoint"
|
|
4207
|
-
},
|
|
4208
|
-
"title": "Error Types",
|
|
4209
|
-
"type": "array"
|
|
4210
|
-
},
|
|
4211
|
-
"most_common_error": {
|
|
4212
|
-
"anyOf": [
|
|
4213
|
-
{
|
|
4214
|
-
"type": "string"
|
|
4215
|
-
},
|
|
4216
|
-
{
|
|
4217
|
-
"type": "null"
|
|
4218
|
-
}
|
|
4219
|
-
],
|
|
4220
|
-
"default": null,
|
|
4221
|
-
"description": "Most common error code",
|
|
4222
|
-
"title": "Most Common Error"
|
|
4223
|
-
},
|
|
4224
4319
|
"period_hours": {
|
|
4225
4320
|
"description": "Period in hours",
|
|
4226
|
-
"title": "Period Hours",
|
|
4227
4321
|
"type": "integer"
|
|
4228
4322
|
},
|
|
4229
4323
|
"title": {
|
|
4230
4324
|
"default": "Error Distribution",
|
|
4231
4325
|
"description": "Chart title",
|
|
4232
|
-
"title": "Title",
|
|
4233
4326
|
"type": "string"
|
|
4234
4327
|
},
|
|
4235
4328
|
"total_errors": {
|
|
4236
4329
|
"description": "Total number of errors",
|
|
4237
|
-
"title": "Total Errors",
|
|
4238
4330
|
"type": "integer"
|
|
4239
4331
|
}
|
|
4240
4332
|
},
|
|
@@ -4242,7 +4334,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
4242
4334
|
"period_hours",
|
|
4243
4335
|
"total_errors"
|
|
4244
4336
|
],
|
|
4245
|
-
"title": "ErrorDistributionChartSerializer",
|
|
4246
4337
|
"type": "object"
|
|
4247
4338
|
},
|
|
4248
4339
|
"ErrorDistributionDataPoint": {
|
|
@@ -4250,39 +4341,28 @@ export const OPENAPI_SCHEMA = {
|
|
|
4250
4341
|
"properties": {
|
|
4251
4342
|
"count": {
|
|
4252
4343
|
"description": "Number of occurrences",
|
|
4253
|
-
"title": "Count",
|
|
4254
4344
|
"type": "integer"
|
|
4255
4345
|
},
|
|
4256
4346
|
"error_code": {
|
|
4257
4347
|
"description": "gRPC status code",
|
|
4258
|
-
"title": "Error Code",
|
|
4259
4348
|
"type": "string"
|
|
4260
4349
|
},
|
|
4261
4350
|
"percentage": {
|
|
4262
4351
|
"description": "Percentage of total errors",
|
|
4263
|
-
"
|
|
4352
|
+
"format": "double",
|
|
4264
4353
|
"type": "number"
|
|
4265
4354
|
},
|
|
4266
4355
|
"service_name": {
|
|
4267
|
-
"anyOf": [
|
|
4268
|
-
{
|
|
4269
|
-
"type": "string"
|
|
4270
|
-
},
|
|
4271
|
-
{
|
|
4272
|
-
"type": "null"
|
|
4273
|
-
}
|
|
4274
|
-
],
|
|
4275
|
-
"default": null,
|
|
4276
4356
|
"description": "Service name if filtered",
|
|
4277
|
-
"
|
|
4357
|
+
"nullable": true,
|
|
4358
|
+
"type": "string"
|
|
4278
4359
|
}
|
|
4279
4360
|
},
|
|
4280
4361
|
"required": [
|
|
4281
|
-
"error_code",
|
|
4282
4362
|
"count",
|
|
4363
|
+
"error_code",
|
|
4283
4364
|
"percentage"
|
|
4284
4365
|
],
|
|
4285
|
-
"title": "ErrorDistributionDataPoint",
|
|
4286
4366
|
"type": "object"
|
|
4287
4367
|
},
|
|
4288
4368
|
"ErrorResponse": {
|
|
@@ -4305,42 +4385,36 @@ export const OPENAPI_SCHEMA = {
|
|
|
4305
4385
|
"description": "Request to call a gRPC method (for future implementation).",
|
|
4306
4386
|
"properties": {
|
|
4307
4387
|
"metadata": {
|
|
4308
|
-
"additionalProperties": {
|
|
4309
|
-
"type": "string"
|
|
4310
|
-
},
|
|
4388
|
+
"additionalProperties": {},
|
|
4311
4389
|
"description": "Request metadata (headers)",
|
|
4312
|
-
"title": "Metadata",
|
|
4313
4390
|
"type": "object"
|
|
4314
4391
|
},
|
|
4315
4392
|
"method": {
|
|
4316
4393
|
"description": "Method name to call",
|
|
4317
|
-
"
|
|
4394
|
+
"minLength": 1,
|
|
4318
4395
|
"type": "string"
|
|
4319
4396
|
},
|
|
4320
4397
|
"payload": {
|
|
4321
|
-
"additionalProperties":
|
|
4398
|
+
"additionalProperties": {},
|
|
4322
4399
|
"description": "Request payload",
|
|
4323
|
-
"title": "Payload",
|
|
4324
4400
|
"type": "object"
|
|
4325
4401
|
},
|
|
4326
4402
|
"service": {
|
|
4327
4403
|
"description": "Service name to call",
|
|
4328
|
-
"
|
|
4404
|
+
"minLength": 1,
|
|
4329
4405
|
"type": "string"
|
|
4330
4406
|
},
|
|
4331
4407
|
"timeout_ms": {
|
|
4332
4408
|
"default": 5000,
|
|
4333
4409
|
"description": "Request timeout in milliseconds",
|
|
4334
|
-
"title": "Timeout Ms",
|
|
4335
4410
|
"type": "integer"
|
|
4336
4411
|
}
|
|
4337
4412
|
},
|
|
4338
4413
|
"required": [
|
|
4339
|
-
"service",
|
|
4340
4414
|
"method",
|
|
4341
|
-
"payload"
|
|
4415
|
+
"payload",
|
|
4416
|
+
"service"
|
|
4342
4417
|
],
|
|
4343
|
-
"title": "GRPCCallRequestSerializer",
|
|
4344
4418
|
"type": "object"
|
|
4345
4419
|
},
|
|
4346
4420
|
"GRPCCallResponse": {
|
|
@@ -4348,126 +4422,107 @@ export const OPENAPI_SCHEMA = {
|
|
|
4348
4422
|
"properties": {
|
|
4349
4423
|
"duration_ms": {
|
|
4350
4424
|
"description": "Call duration in milliseconds",
|
|
4351
|
-
"title": "Duration Ms",
|
|
4352
4425
|
"type": "integer"
|
|
4353
4426
|
},
|
|
4354
4427
|
"error": {
|
|
4355
|
-
"anyOf": [
|
|
4356
|
-
{
|
|
4357
|
-
"type": "string"
|
|
4358
|
-
},
|
|
4359
|
-
{
|
|
4360
|
-
"type": "null"
|
|
4361
|
-
}
|
|
4362
|
-
],
|
|
4363
|
-
"default": null,
|
|
4364
4428
|
"description": "Error message if failed",
|
|
4365
|
-
"
|
|
4429
|
+
"nullable": true,
|
|
4430
|
+
"type": "string"
|
|
4366
4431
|
},
|
|
4367
4432
|
"grpc_status_code": {
|
|
4368
4433
|
"description": "gRPC status code",
|
|
4369
|
-
"title": "Grpc Status Code",
|
|
4370
4434
|
"type": "string"
|
|
4371
4435
|
},
|
|
4372
4436
|
"metadata": {
|
|
4373
|
-
"additionalProperties": {
|
|
4374
|
-
"type": "string"
|
|
4375
|
-
},
|
|
4437
|
+
"additionalProperties": {},
|
|
4376
4438
|
"description": "Response metadata",
|
|
4377
|
-
"title": "Metadata",
|
|
4378
4439
|
"type": "object"
|
|
4379
4440
|
},
|
|
4380
4441
|
"method": {
|
|
4381
4442
|
"description": "Method name",
|
|
4382
|
-
"title": "Method",
|
|
4383
4443
|
"type": "string"
|
|
4384
4444
|
},
|
|
4385
4445
|
"request_id": {
|
|
4386
4446
|
"description": "Request ID for tracking",
|
|
4387
|
-
"title": "Request Id",
|
|
4388
4447
|
"type": "string"
|
|
4389
4448
|
},
|
|
4390
4449
|
"response": {
|
|
4391
|
-
"anyOf": [
|
|
4392
|
-
{
|
|
4393
|
-
"type": "string"
|
|
4394
|
-
},
|
|
4395
|
-
{
|
|
4396
|
-
"type": "null"
|
|
4397
|
-
}
|
|
4398
|
-
],
|
|
4399
|
-
"default": null,
|
|
4400
4450
|
"description": "Response data if successful (JSON string)",
|
|
4401
|
-
"
|
|
4451
|
+
"nullable": true,
|
|
4452
|
+
"type": "string"
|
|
4402
4453
|
},
|
|
4403
4454
|
"service": {
|
|
4404
4455
|
"description": "Service name",
|
|
4405
|
-
"title": "Service",
|
|
4406
4456
|
"type": "string"
|
|
4407
4457
|
},
|
|
4408
4458
|
"status": {
|
|
4409
4459
|
"description": "Request status",
|
|
4410
|
-
"title": "Status",
|
|
4411
4460
|
"type": "string"
|
|
4412
4461
|
},
|
|
4413
4462
|
"success": {
|
|
4414
4463
|
"description": "Whether call was successful",
|
|
4415
|
-
"title": "Success",
|
|
4416
4464
|
"type": "boolean"
|
|
4417
4465
|
},
|
|
4418
4466
|
"timestamp": {
|
|
4419
4467
|
"description": "Response timestamp (ISO format)",
|
|
4420
|
-
"title": "Timestamp",
|
|
4421
4468
|
"type": "string"
|
|
4422
4469
|
}
|
|
4423
4470
|
},
|
|
4424
4471
|
"required": [
|
|
4425
|
-
"
|
|
4472
|
+
"duration_ms",
|
|
4473
|
+
"grpc_status_code",
|
|
4474
|
+
"method",
|
|
4426
4475
|
"request_id",
|
|
4427
4476
|
"service",
|
|
4428
|
-
"method",
|
|
4429
4477
|
"status",
|
|
4430
|
-
"
|
|
4431
|
-
"duration_ms",
|
|
4478
|
+
"success",
|
|
4432
4479
|
"timestamp"
|
|
4433
4480
|
],
|
|
4434
|
-
"title": "GRPCCallResponseSerializer",
|
|
4435
4481
|
"type": "object"
|
|
4436
4482
|
},
|
|
4437
4483
|
"GRPCConfig": {
|
|
4438
4484
|
"description": "Complete gRPC configuration response.",
|
|
4439
4485
|
"properties": {
|
|
4440
4486
|
"features": {
|
|
4441
|
-
"
|
|
4487
|
+
"allOf": [
|
|
4488
|
+
{
|
|
4489
|
+
"$ref": "#/components/schemas/GRPCFeatures"
|
|
4490
|
+
}
|
|
4491
|
+
],
|
|
4442
4492
|
"description": "Feature flags"
|
|
4443
4493
|
},
|
|
4444
4494
|
"framework": {
|
|
4445
|
-
"
|
|
4495
|
+
"allOf": [
|
|
4496
|
+
{
|
|
4497
|
+
"$ref": "#/components/schemas/GRPCFrameworkConfig"
|
|
4498
|
+
}
|
|
4499
|
+
],
|
|
4446
4500
|
"description": "Framework configuration"
|
|
4447
4501
|
},
|
|
4448
4502
|
"registered_services": {
|
|
4449
4503
|
"description": "Number of registered services",
|
|
4450
|
-
"title": "Registered Services",
|
|
4451
4504
|
"type": "integer"
|
|
4452
4505
|
},
|
|
4453
4506
|
"server": {
|
|
4454
|
-
"
|
|
4507
|
+
"allOf": [
|
|
4508
|
+
{
|
|
4509
|
+
"$ref": "#/components/schemas/GRPCServerConfig"
|
|
4510
|
+
}
|
|
4511
|
+
],
|
|
4455
4512
|
"description": "Server configuration"
|
|
4456
4513
|
},
|
|
4457
4514
|
"total_methods": {
|
|
4458
4515
|
"description": "Total number of methods",
|
|
4459
|
-
"title": "Total Methods",
|
|
4460
4516
|
"type": "integer"
|
|
4461
4517
|
}
|
|
4462
4518
|
},
|
|
4463
4519
|
"required": [
|
|
4464
|
-
"server",
|
|
4465
|
-
"framework",
|
|
4466
4520
|
"features",
|
|
4521
|
+
"framework",
|
|
4467
4522
|
"registered_services",
|
|
4523
|
+
"server",
|
|
4468
4524
|
"total_methods"
|
|
4469
4525
|
],
|
|
4470
|
-
"title": "GRPCConfigSerializer",
|
|
4471
4526
|
"type": "object"
|
|
4472
4527
|
},
|
|
4473
4528
|
"GRPCConfigDashboard": {
|
|
@@ -4505,53 +4560,44 @@ export const OPENAPI_SCHEMA = {
|
|
|
4505
4560
|
},
|
|
4506
4561
|
"type": "object"
|
|
4507
4562
|
},
|
|
4508
|
-
"
|
|
4563
|
+
"GRPCExample": {
|
|
4509
4564
|
"description": "Example payload for a gRPC method.",
|
|
4510
4565
|
"properties": {
|
|
4511
4566
|
"description": {
|
|
4512
4567
|
"description": "Method description",
|
|
4513
|
-
"title": "Description",
|
|
4514
4568
|
"type": "string"
|
|
4515
4569
|
},
|
|
4516
4570
|
"expected_response": {
|
|
4517
|
-
"additionalProperties":
|
|
4571
|
+
"additionalProperties": {},
|
|
4518
4572
|
"description": "Example expected response",
|
|
4519
|
-
"title": "Expected Response",
|
|
4520
4573
|
"type": "object"
|
|
4521
4574
|
},
|
|
4522
4575
|
"metadata_example": {
|
|
4523
|
-
"additionalProperties": {
|
|
4524
|
-
"type": "string"
|
|
4525
|
-
},
|
|
4576
|
+
"additionalProperties": {},
|
|
4526
4577
|
"description": "Example metadata (headers)",
|
|
4527
|
-
"title": "Metadata Example",
|
|
4528
4578
|
"type": "object"
|
|
4529
4579
|
},
|
|
4530
4580
|
"method": {
|
|
4531
4581
|
"description": "Method name",
|
|
4532
|
-
"title": "Method",
|
|
4533
4582
|
"type": "string"
|
|
4534
4583
|
},
|
|
4535
4584
|
"payload_example": {
|
|
4536
|
-
"additionalProperties":
|
|
4585
|
+
"additionalProperties": {},
|
|
4537
4586
|
"description": "Example request payload",
|
|
4538
|
-
"title": "Payload Example",
|
|
4539
4587
|
"type": "object"
|
|
4540
4588
|
},
|
|
4541
4589
|
"service": {
|
|
4542
4590
|
"description": "Service name",
|
|
4543
|
-
"title": "Service",
|
|
4544
4591
|
"type": "string"
|
|
4545
4592
|
}
|
|
4546
4593
|
},
|
|
4547
4594
|
"required": [
|
|
4548
|
-
"service",
|
|
4549
|
-
"method",
|
|
4550
4595
|
"description",
|
|
4596
|
+
"expected_response",
|
|
4597
|
+
"method",
|
|
4551
4598
|
"payload_example",
|
|
4552
|
-
"
|
|
4599
|
+
"service"
|
|
4553
4600
|
],
|
|
4554
|
-
"title": "GRPCExampleSerializer",
|
|
4555
4601
|
"type": "object"
|
|
4556
4602
|
},
|
|
4557
4603
|
"GRPCExamplesList": {
|
|
@@ -4560,67 +4606,57 @@ export const OPENAPI_SCHEMA = {
|
|
|
4560
4606
|
"examples": {
|
|
4561
4607
|
"description": "List of examples",
|
|
4562
4608
|
"items": {
|
|
4563
|
-
"$ref": "#/components/schemas/
|
|
4609
|
+
"$ref": "#/components/schemas/GRPCExample"
|
|
4564
4610
|
},
|
|
4565
|
-
"title": "Examples",
|
|
4566
4611
|
"type": "array"
|
|
4567
4612
|
},
|
|
4568
4613
|
"total_examples": {
|
|
4569
4614
|
"description": "Total number of examples",
|
|
4570
|
-
"title": "Total Examples",
|
|
4571
4615
|
"type": "integer"
|
|
4572
4616
|
}
|
|
4573
4617
|
},
|
|
4574
4618
|
"required": [
|
|
4575
4619
|
"total_examples"
|
|
4576
4620
|
],
|
|
4577
|
-
"title": "GRPCExamplesListSerializer",
|
|
4578
4621
|
"type": "object"
|
|
4579
4622
|
},
|
|
4580
|
-
"
|
|
4623
|
+
"GRPCFeatures": {
|
|
4581
4624
|
"description": "gRPC features configuration.",
|
|
4582
4625
|
"properties": {
|
|
4583
|
-
"
|
|
4584
|
-
"description": "
|
|
4585
|
-
"title": "Jwt Auth",
|
|
4626
|
+
"api_key_auth": {
|
|
4627
|
+
"description": "API key authentication enabled",
|
|
4586
4628
|
"type": "boolean"
|
|
4587
4629
|
},
|
|
4588
4630
|
"metrics": {
|
|
4589
4631
|
"description": "Metrics collection enabled",
|
|
4590
|
-
"title": "Metrics",
|
|
4591
4632
|
"type": "boolean"
|
|
4592
4633
|
},
|
|
4593
4634
|
"reflection": {
|
|
4594
4635
|
"description": "gRPC reflection enabled",
|
|
4595
|
-
"title": "Reflection",
|
|
4596
4636
|
"type": "boolean"
|
|
4597
4637
|
},
|
|
4598
4638
|
"request_logging": {
|
|
4599
4639
|
"description": "Request logging enabled",
|
|
4600
|
-
"title": "Request Logging",
|
|
4601
4640
|
"type": "boolean"
|
|
4602
4641
|
}
|
|
4603
4642
|
},
|
|
4604
4643
|
"required": [
|
|
4605
|
-
"
|
|
4606
|
-
"request_logging",
|
|
4644
|
+
"api_key_auth",
|
|
4607
4645
|
"metrics",
|
|
4608
|
-
"reflection"
|
|
4646
|
+
"reflection",
|
|
4647
|
+
"request_logging"
|
|
4609
4648
|
],
|
|
4610
|
-
"title": "GRPCFeaturesSerializer",
|
|
4611
4649
|
"type": "object"
|
|
4612
4650
|
},
|
|
4613
|
-
"
|
|
4651
|
+
"GRPCFrameworkConfig": {
|
|
4614
4652
|
"description": "gRPC framework configuration details.",
|
|
4615
4653
|
"properties": {
|
|
4616
4654
|
"auto_discover": {
|
|
4617
4655
|
"description": "Auto-discover services",
|
|
4618
|
-
"title": "Auto Discover",
|
|
4619
4656
|
"type": "boolean"
|
|
4620
4657
|
},
|
|
4621
4658
|
"enabled": {
|
|
4622
4659
|
"description": "Whether framework is enabled",
|
|
4623
|
-
"title": "Enabled",
|
|
4624
4660
|
"type": "boolean"
|
|
4625
4661
|
},
|
|
4626
4662
|
"interceptors": {
|
|
@@ -4628,21 +4664,18 @@ export const OPENAPI_SCHEMA = {
|
|
|
4628
4664
|
"items": {
|
|
4629
4665
|
"type": "string"
|
|
4630
4666
|
},
|
|
4631
|
-
"title": "Interceptors",
|
|
4632
4667
|
"type": "array"
|
|
4633
4668
|
},
|
|
4634
4669
|
"services_path": {
|
|
4635
4670
|
"description": "Services discovery path pattern",
|
|
4636
|
-
"title": "Services Path",
|
|
4637
4671
|
"type": "string"
|
|
4638
4672
|
}
|
|
4639
4673
|
},
|
|
4640
4674
|
"required": [
|
|
4641
|
-
"enabled",
|
|
4642
4675
|
"auto_discover",
|
|
4676
|
+
"enabled",
|
|
4643
4677
|
"services_path"
|
|
4644
4678
|
],
|
|
4645
|
-
"title": "GRPCFrameworkConfigSerializer",
|
|
4646
4679
|
"type": "object"
|
|
4647
4680
|
},
|
|
4648
4681
|
"GRPCHealthCheck": {
|
|
@@ -4650,59 +4683,50 @@ export const OPENAPI_SCHEMA = {
|
|
|
4650
4683
|
"properties": {
|
|
4651
4684
|
"enabled": {
|
|
4652
4685
|
"description": "Whether gRPC is enabled",
|
|
4653
|
-
"title": "Enabled",
|
|
4654
4686
|
"type": "boolean"
|
|
4655
4687
|
},
|
|
4656
4688
|
"server_host": {
|
|
4657
4689
|
"description": "Configured gRPC server host",
|
|
4658
|
-
"title": "Server Host",
|
|
4659
4690
|
"type": "string"
|
|
4660
4691
|
},
|
|
4661
4692
|
"server_port": {
|
|
4662
4693
|
"description": "Configured gRPC server port",
|
|
4663
|
-
"title": "Server Port",
|
|
4664
4694
|
"type": "integer"
|
|
4665
4695
|
},
|
|
4666
4696
|
"status": {
|
|
4667
4697
|
"description": "Health status: healthy or unhealthy",
|
|
4668
|
-
"title": "Status",
|
|
4669
4698
|
"type": "string"
|
|
4670
4699
|
},
|
|
4671
4700
|
"timestamp": {
|
|
4672
4701
|
"description": "Current timestamp",
|
|
4673
|
-
"title": "Timestamp",
|
|
4674
4702
|
"type": "string"
|
|
4675
4703
|
}
|
|
4676
4704
|
},
|
|
4677
4705
|
"required": [
|
|
4678
|
-
"
|
|
4706
|
+
"enabled",
|
|
4679
4707
|
"server_host",
|
|
4680
4708
|
"server_port",
|
|
4681
|
-
"
|
|
4709
|
+
"status",
|
|
4682
4710
|
"timestamp"
|
|
4683
4711
|
],
|
|
4684
|
-
"title": "GRPCHealthCheckSerializer",
|
|
4685
4712
|
"type": "object"
|
|
4686
4713
|
},
|
|
4687
|
-
"
|
|
4714
|
+
"GRPCInterceptorInfo": {
|
|
4688
4715
|
"description": "Information about an interceptor.",
|
|
4689
4716
|
"properties": {
|
|
4690
4717
|
"enabled": {
|
|
4691
4718
|
"description": "Whether interceptor is enabled",
|
|
4692
|
-
"title": "Enabled",
|
|
4693
4719
|
"type": "boolean"
|
|
4694
4720
|
},
|
|
4695
4721
|
"name": {
|
|
4696
4722
|
"description": "Interceptor name",
|
|
4697
|
-
"title": "Name",
|
|
4698
4723
|
"type": "string"
|
|
4699
4724
|
}
|
|
4700
4725
|
},
|
|
4701
4726
|
"required": [
|
|
4702
|
-
"
|
|
4703
|
-
"
|
|
4727
|
+
"enabled",
|
|
4728
|
+
"name"
|
|
4704
4729
|
],
|
|
4705
|
-
"title": "GRPCInterceptorInfoSerializer",
|
|
4706
4730
|
"type": "object"
|
|
4707
4731
|
},
|
|
4708
4732
|
"GRPCOverviewStats": {
|
|
@@ -4710,108 +4734,89 @@ export const OPENAPI_SCHEMA = {
|
|
|
4710
4734
|
"properties": {
|
|
4711
4735
|
"avg_duration_ms": {
|
|
4712
4736
|
"description": "Average duration in milliseconds",
|
|
4713
|
-
"
|
|
4737
|
+
"format": "double",
|
|
4714
4738
|
"type": "number"
|
|
4715
4739
|
},
|
|
4716
4740
|
"cancelled": {
|
|
4717
4741
|
"description": "Cancelled requests",
|
|
4718
|
-
"title": "Cancelled",
|
|
4719
4742
|
"type": "integer"
|
|
4720
4743
|
},
|
|
4721
4744
|
"errors": {
|
|
4722
4745
|
"description": "Error requests",
|
|
4723
|
-
"title": "Errors",
|
|
4724
4746
|
"type": "integer"
|
|
4725
4747
|
},
|
|
4726
4748
|
"p95_duration_ms": {
|
|
4727
4749
|
"description": "95th percentile duration in milliseconds",
|
|
4728
|
-
"
|
|
4750
|
+
"format": "double",
|
|
4751
|
+
"nullable": true,
|
|
4729
4752
|
"type": "number"
|
|
4730
4753
|
},
|
|
4731
4754
|
"period_hours": {
|
|
4732
4755
|
"description": "Statistics period in hours",
|
|
4733
|
-
"title": "Period Hours",
|
|
4734
4756
|
"type": "integer"
|
|
4735
4757
|
},
|
|
4736
4758
|
"success_rate": {
|
|
4737
4759
|
"description": "Success rate percentage",
|
|
4738
|
-
"
|
|
4760
|
+
"format": "double",
|
|
4739
4761
|
"type": "number"
|
|
4740
4762
|
},
|
|
4741
4763
|
"successful": {
|
|
4742
4764
|
"description": "Successful requests",
|
|
4743
|
-
"title": "Successful",
|
|
4744
4765
|
"type": "integer"
|
|
4745
4766
|
},
|
|
4746
4767
|
"timeout": {
|
|
4747
4768
|
"description": "Timeout requests",
|
|
4748
|
-
"title": "Timeout",
|
|
4749
4769
|
"type": "integer"
|
|
4750
4770
|
},
|
|
4751
4771
|
"total": {
|
|
4752
4772
|
"description": "Total requests in period",
|
|
4753
|
-
"title": "Total",
|
|
4754
4773
|
"type": "integer"
|
|
4755
4774
|
}
|
|
4756
4775
|
},
|
|
4757
4776
|
"required": [
|
|
4758
|
-
"total",
|
|
4759
|
-
"successful",
|
|
4760
|
-
"errors",
|
|
4761
|
-
"cancelled",
|
|
4762
|
-
"timeout",
|
|
4763
|
-
"success_rate",
|
|
4764
4777
|
"avg_duration_ms",
|
|
4778
|
+
"cancelled",
|
|
4779
|
+
"errors",
|
|
4765
4780
|
"p95_duration_ms",
|
|
4766
|
-
"period_hours"
|
|
4781
|
+
"period_hours",
|
|
4782
|
+
"success_rate",
|
|
4783
|
+
"successful",
|
|
4784
|
+
"timeout",
|
|
4785
|
+
"total"
|
|
4767
4786
|
],
|
|
4768
|
-
"title": "GRPCOverviewStatsSerializer",
|
|
4769
4787
|
"type": "object"
|
|
4770
4788
|
},
|
|
4771
|
-
"
|
|
4789
|
+
"GRPCServerConfig": {
|
|
4772
4790
|
"description": "gRPC server configuration details.",
|
|
4773
4791
|
"properties": {
|
|
4774
4792
|
"enabled": {
|
|
4775
4793
|
"description": "Whether gRPC server is enabled",
|
|
4776
|
-
"title": "Enabled",
|
|
4777
4794
|
"type": "boolean"
|
|
4778
4795
|
},
|
|
4779
4796
|
"host": {
|
|
4780
4797
|
"description": "Server host address",
|
|
4781
|
-
"title": "Host",
|
|
4782
4798
|
"type": "string"
|
|
4783
4799
|
},
|
|
4784
4800
|
"max_concurrent_rpcs": {
|
|
4785
|
-
"anyOf": [
|
|
4786
|
-
{
|
|
4787
|
-
"type": "integer"
|
|
4788
|
-
},
|
|
4789
|
-
{
|
|
4790
|
-
"type": "null"
|
|
4791
|
-
}
|
|
4792
|
-
],
|
|
4793
|
-
"default": null,
|
|
4794
4801
|
"description": "Maximum concurrent RPCs",
|
|
4795
|
-
"
|
|
4802
|
+
"nullable": true,
|
|
4803
|
+
"type": "integer"
|
|
4796
4804
|
},
|
|
4797
4805
|
"max_workers": {
|
|
4798
4806
|
"description": "Maximum worker threads",
|
|
4799
|
-
"title": "Max Workers",
|
|
4800
4807
|
"type": "integer"
|
|
4801
4808
|
},
|
|
4802
4809
|
"port": {
|
|
4803
4810
|
"description": "Server port",
|
|
4804
|
-
"title": "Port",
|
|
4805
4811
|
"type": "integer"
|
|
4806
4812
|
}
|
|
4807
4813
|
},
|
|
4808
4814
|
"required": [
|
|
4809
|
-
"host",
|
|
4810
|
-
"port",
|
|
4811
4815
|
"enabled",
|
|
4812
|
-
"
|
|
4816
|
+
"host",
|
|
4817
|
+
"max_workers",
|
|
4818
|
+
"port"
|
|
4813
4819
|
],
|
|
4814
|
-
"title": "GRPCServerConfigSerializer",
|
|
4815
4820
|
"type": "object"
|
|
4816
4821
|
},
|
|
4817
4822
|
"GRPCServerInfo": {
|
|
@@ -4819,81 +4824,62 @@ export const OPENAPI_SCHEMA = {
|
|
|
4819
4824
|
"properties": {
|
|
4820
4825
|
"address": {
|
|
4821
4826
|
"description": "Server address (host:port)",
|
|
4822
|
-
"title": "Address",
|
|
4823
4827
|
"type": "string"
|
|
4824
4828
|
},
|
|
4825
4829
|
"interceptors": {
|
|
4826
4830
|
"description": "Active interceptors",
|
|
4827
4831
|
"items": {
|
|
4828
|
-
"$ref": "#/components/schemas/
|
|
4832
|
+
"$ref": "#/components/schemas/GRPCInterceptorInfo"
|
|
4829
4833
|
},
|
|
4830
|
-
"title": "Interceptors",
|
|
4831
4834
|
"type": "array"
|
|
4832
4835
|
},
|
|
4833
4836
|
"server_status": {
|
|
4834
4837
|
"description": "Server status (running, stopped)",
|
|
4835
|
-
"title": "Server Status",
|
|
4836
4838
|
"type": "string"
|
|
4837
4839
|
},
|
|
4838
4840
|
"services": {
|
|
4839
4841
|
"description": "Registered services",
|
|
4840
4842
|
"items": {
|
|
4841
|
-
"$ref": "#/components/schemas/
|
|
4843
|
+
"$ref": "#/components/schemas/GRPCServiceInfo"
|
|
4842
4844
|
},
|
|
4843
|
-
"title": "Services",
|
|
4844
4845
|
"type": "array"
|
|
4845
4846
|
},
|
|
4846
4847
|
"started_at": {
|
|
4847
|
-
"anyOf": [
|
|
4848
|
-
{
|
|
4849
|
-
"type": "string"
|
|
4850
|
-
},
|
|
4851
|
-
{
|
|
4852
|
-
"type": "null"
|
|
4853
|
-
}
|
|
4854
|
-
],
|
|
4855
|
-
"default": null,
|
|
4856
4848
|
"description": "Server start timestamp",
|
|
4857
|
-
"
|
|
4849
|
+
"nullable": true,
|
|
4850
|
+
"type": "string"
|
|
4858
4851
|
},
|
|
4859
4852
|
"stats": {
|
|
4860
|
-
"
|
|
4861
|
-
"description": "Runtime statistics"
|
|
4862
|
-
},
|
|
4863
|
-
"uptime_seconds": {
|
|
4864
|
-
"anyOf": [
|
|
4865
|
-
{
|
|
4866
|
-
"type": "integer"
|
|
4867
|
-
},
|
|
4853
|
+
"allOf": [
|
|
4868
4854
|
{
|
|
4869
|
-
"
|
|
4855
|
+
"$ref": "#/components/schemas/GRPCStats"
|
|
4870
4856
|
}
|
|
4871
4857
|
],
|
|
4872
|
-
"
|
|
4858
|
+
"description": "Runtime statistics"
|
|
4859
|
+
},
|
|
4860
|
+
"uptime_seconds": {
|
|
4873
4861
|
"description": "Server uptime in seconds",
|
|
4874
|
-
"
|
|
4862
|
+
"nullable": true,
|
|
4863
|
+
"type": "integer"
|
|
4875
4864
|
}
|
|
4876
4865
|
},
|
|
4877
4866
|
"required": [
|
|
4878
|
-
"server_status",
|
|
4879
4867
|
"address",
|
|
4868
|
+
"server_status",
|
|
4880
4869
|
"stats"
|
|
4881
4870
|
],
|
|
4882
|
-
"title": "GRPCServerInfoSerializer",
|
|
4883
4871
|
"type": "object"
|
|
4884
4872
|
},
|
|
4885
|
-
"
|
|
4873
|
+
"GRPCServiceInfo": {
|
|
4886
4874
|
"description": "Information about a single gRPC service.",
|
|
4887
4875
|
"properties": {
|
|
4888
4876
|
"description": {
|
|
4889
4877
|
"default": "",
|
|
4890
4878
|
"description": "Service description",
|
|
4891
|
-
"title": "Description",
|
|
4892
4879
|
"type": "string"
|
|
4893
4880
|
},
|
|
4894
4881
|
"full_name": {
|
|
4895
4882
|
"description": "Full service name with package",
|
|
4896
|
-
"title": "Full Name",
|
|
4897
4883
|
"type": "string"
|
|
4898
4884
|
},
|
|
4899
4885
|
"methods": {
|
|
@@ -4901,47 +4887,42 @@ export const OPENAPI_SCHEMA = {
|
|
|
4901
4887
|
"items": {
|
|
4902
4888
|
"type": "string"
|
|
4903
4889
|
},
|
|
4904
|
-
"title": "Methods",
|
|
4905
4890
|
"type": "array"
|
|
4906
4891
|
},
|
|
4907
4892
|
"name": {
|
|
4908
4893
|
"description": "Service name",
|
|
4909
|
-
"title": "Name",
|
|
4910
4894
|
"type": "string"
|
|
4911
4895
|
}
|
|
4912
4896
|
},
|
|
4913
4897
|
"required": [
|
|
4914
|
-
"
|
|
4915
|
-
"
|
|
4898
|
+
"full_name",
|
|
4899
|
+
"name"
|
|
4916
4900
|
],
|
|
4917
|
-
"title": "GRPCServiceInfoSerializer",
|
|
4918
4901
|
"type": "object"
|
|
4919
4902
|
},
|
|
4920
|
-
"
|
|
4903
|
+
"GRPCStats": {
|
|
4921
4904
|
"description": "Runtime statistics summary.",
|
|
4922
4905
|
"properties": {
|
|
4923
4906
|
"avg_duration_ms": {
|
|
4924
4907
|
"description": "Average duration in milliseconds",
|
|
4925
|
-
"
|
|
4908
|
+
"format": "double",
|
|
4926
4909
|
"type": "number"
|
|
4927
4910
|
},
|
|
4928
4911
|
"success_rate": {
|
|
4929
4912
|
"description": "Success rate percentage",
|
|
4930
|
-
"
|
|
4913
|
+
"format": "double",
|
|
4931
4914
|
"type": "number"
|
|
4932
4915
|
},
|
|
4933
4916
|
"total_requests": {
|
|
4934
4917
|
"description": "Total number of requests",
|
|
4935
|
-
"title": "Total Requests",
|
|
4936
4918
|
"type": "integer"
|
|
4937
4919
|
}
|
|
4938
4920
|
},
|
|
4939
4921
|
"required": [
|
|
4940
|
-
"
|
|
4922
|
+
"avg_duration_ms",
|
|
4941
4923
|
"success_rate",
|
|
4942
|
-
"
|
|
4924
|
+
"total_requests"
|
|
4943
4925
|
],
|
|
4944
|
-
"title": "GRPCStatsSerializer",
|
|
4945
4926
|
"type": "object"
|
|
4946
4927
|
},
|
|
4947
4928
|
"GRPCTestLog": {
|
|
@@ -4949,90 +4930,52 @@ export const OPENAPI_SCHEMA = {
|
|
|
4949
4930
|
"properties": {
|
|
4950
4931
|
"created_at": {
|
|
4951
4932
|
"description": "Request timestamp (ISO format)",
|
|
4952
|
-
"title": "Created At",
|
|
4953
4933
|
"type": "string"
|
|
4954
4934
|
},
|
|
4955
4935
|
"duration_ms": {
|
|
4956
|
-
"anyOf": [
|
|
4957
|
-
{
|
|
4958
|
-
"type": "integer"
|
|
4959
|
-
},
|
|
4960
|
-
{
|
|
4961
|
-
"type": "null"
|
|
4962
|
-
}
|
|
4963
|
-
],
|
|
4964
|
-
"default": null,
|
|
4965
4936
|
"description": "Duration in milliseconds",
|
|
4966
|
-
"
|
|
4937
|
+
"nullable": true,
|
|
4938
|
+
"type": "integer"
|
|
4967
4939
|
},
|
|
4968
4940
|
"error_message": {
|
|
4969
|
-
"anyOf": [
|
|
4970
|
-
{
|
|
4971
|
-
"type": "string"
|
|
4972
|
-
},
|
|
4973
|
-
{
|
|
4974
|
-
"type": "null"
|
|
4975
|
-
}
|
|
4976
|
-
],
|
|
4977
|
-
"default": null,
|
|
4978
4941
|
"description": "Error message if failed",
|
|
4979
|
-
"
|
|
4942
|
+
"nullable": true,
|
|
4943
|
+
"type": "string"
|
|
4980
4944
|
},
|
|
4981
4945
|
"grpc_status_code": {
|
|
4982
|
-
"anyOf": [
|
|
4983
|
-
{
|
|
4984
|
-
"type": "string"
|
|
4985
|
-
},
|
|
4986
|
-
{
|
|
4987
|
-
"type": "null"
|
|
4988
|
-
}
|
|
4989
|
-
],
|
|
4990
|
-
"default": null,
|
|
4991
4946
|
"description": "gRPC status code if available",
|
|
4992
|
-
"
|
|
4947
|
+
"nullable": true,
|
|
4948
|
+
"type": "string"
|
|
4993
4949
|
},
|
|
4994
4950
|
"method": {
|
|
4995
4951
|
"description": "Method name",
|
|
4996
|
-
"title": "Method",
|
|
4997
4952
|
"type": "string"
|
|
4998
4953
|
},
|
|
4999
4954
|
"request_id": {
|
|
5000
4955
|
"description": "Request ID",
|
|
5001
|
-
"title": "Request Id",
|
|
5002
4956
|
"type": "string"
|
|
5003
4957
|
},
|
|
5004
4958
|
"service": {
|
|
5005
4959
|
"description": "Service name",
|
|
5006
|
-
"title": "Service",
|
|
5007
4960
|
"type": "string"
|
|
5008
4961
|
},
|
|
5009
4962
|
"status": {
|
|
5010
4963
|
"description": "Request status (success, error, etc.)",
|
|
5011
|
-
"title": "Status",
|
|
5012
4964
|
"type": "string"
|
|
5013
4965
|
},
|
|
5014
4966
|
"user": {
|
|
5015
|
-
"anyOf": [
|
|
5016
|
-
{
|
|
5017
|
-
"type": "string"
|
|
5018
|
-
},
|
|
5019
|
-
{
|
|
5020
|
-
"type": "null"
|
|
5021
|
-
}
|
|
5022
|
-
],
|
|
5023
|
-
"default": null,
|
|
5024
4967
|
"description": "User who made the request",
|
|
5025
|
-
"
|
|
4968
|
+
"nullable": true,
|
|
4969
|
+
"type": "string"
|
|
5026
4970
|
}
|
|
5027
4971
|
},
|
|
5028
4972
|
"required": [
|
|
4973
|
+
"created_at",
|
|
4974
|
+
"method",
|
|
5029
4975
|
"request_id",
|
|
5030
4976
|
"service",
|
|
5031
|
-
"
|
|
5032
|
-
"status",
|
|
5033
|
-
"created_at"
|
|
4977
|
+
"status"
|
|
5034
4978
|
],
|
|
5035
|
-
"title": "GRPCTestLogSerializer",
|
|
5036
4979
|
"type": "object"
|
|
5037
4980
|
},
|
|
5038
4981
|
"HealthCheck": {
|
|
@@ -5256,6 +5199,49 @@ export const OPENAPI_SCHEMA = {
|
|
|
5256
5199
|
],
|
|
5257
5200
|
"type": "object"
|
|
5258
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
|
+
},
|
|
5259
5245
|
"LeadSubmission": {
|
|
5260
5246
|
"description": "Serializer for lead form submission from frontend.",
|
|
5261
5247
|
"properties": {
|
|
@@ -5568,49 +5554,42 @@ export const OPENAPI_SCHEMA = {
|
|
|
5568
5554
|
],
|
|
5569
5555
|
"type": "object"
|
|
5570
5556
|
},
|
|
5571
|
-
"
|
|
5557
|
+
"MethodInfo": {
|
|
5572
5558
|
"description": "Information about a service method.",
|
|
5573
5559
|
"properties": {
|
|
5574
5560
|
"auth_required": {
|
|
5575
5561
|
"default": false,
|
|
5576
5562
|
"description": "Whether authentication is required",
|
|
5577
|
-
"title": "Auth Required",
|
|
5578
5563
|
"type": "boolean"
|
|
5579
5564
|
},
|
|
5580
5565
|
"full_name": {
|
|
5581
5566
|
"description": "Full method name (/service/method)",
|
|
5582
|
-
"title": "Full Name",
|
|
5583
5567
|
"type": "string"
|
|
5584
5568
|
},
|
|
5585
5569
|
"name": {
|
|
5586
5570
|
"description": "Method name",
|
|
5587
|
-
"title": "Name",
|
|
5588
5571
|
"type": "string"
|
|
5589
5572
|
},
|
|
5590
5573
|
"request_type": {
|
|
5591
5574
|
"default": "",
|
|
5592
5575
|
"description": "Request message type",
|
|
5593
|
-
"title": "Request Type",
|
|
5594
5576
|
"type": "string"
|
|
5595
5577
|
},
|
|
5596
5578
|
"response_type": {
|
|
5597
5579
|
"default": "",
|
|
5598
5580
|
"description": "Response message type",
|
|
5599
|
-
"title": "Response Type",
|
|
5600
5581
|
"type": "string"
|
|
5601
5582
|
},
|
|
5602
5583
|
"streaming": {
|
|
5603
5584
|
"default": false,
|
|
5604
5585
|
"description": "Whether method uses streaming",
|
|
5605
|
-
"title": "Streaming",
|
|
5606
5586
|
"type": "boolean"
|
|
5607
5587
|
}
|
|
5608
5588
|
},
|
|
5609
5589
|
"required": [
|
|
5610
|
-
"
|
|
5611
|
-
"
|
|
5590
|
+
"full_name",
|
|
5591
|
+
"name"
|
|
5612
5592
|
],
|
|
5613
|
-
"title": "MethodInfoSerializer",
|
|
5614
5593
|
"type": "object"
|
|
5615
5594
|
},
|
|
5616
5595
|
"MethodList": {
|
|
@@ -5619,14 +5598,12 @@ export const OPENAPI_SCHEMA = {
|
|
|
5619
5598
|
"methods": {
|
|
5620
5599
|
"description": "Method statistics",
|
|
5621
5600
|
"items": {
|
|
5622
|
-
"$ref": "#/components/schemas/
|
|
5601
|
+
"$ref": "#/components/schemas/MethodStats"
|
|
5623
5602
|
},
|
|
5624
|
-
"title": "Methods",
|
|
5625
5603
|
"type": "array"
|
|
5626
5604
|
},
|
|
5627
5605
|
"total_methods": {
|
|
5628
5606
|
"description": "Total number of methods",
|
|
5629
|
-
"title": "Total Methods",
|
|
5630
5607
|
"type": "integer"
|
|
5631
5608
|
}
|
|
5632
5609
|
},
|
|
@@ -5634,161 +5611,133 @@ export const OPENAPI_SCHEMA = {
|
|
|
5634
5611
|
"methods",
|
|
5635
5612
|
"total_methods"
|
|
5636
5613
|
],
|
|
5637
|
-
"title": "MethodListSerializer",
|
|
5638
5614
|
"type": "object"
|
|
5639
5615
|
},
|
|
5640
|
-
"
|
|
5616
|
+
"MethodStats": {
|
|
5641
5617
|
"description": "Statistics for a single gRPC method.",
|
|
5642
5618
|
"properties": {
|
|
5643
5619
|
"avg_duration_ms": {
|
|
5644
5620
|
"description": "Average duration",
|
|
5645
|
-
"
|
|
5621
|
+
"format": "double",
|
|
5646
5622
|
"type": "number"
|
|
5647
5623
|
},
|
|
5648
5624
|
"errors": {
|
|
5649
5625
|
"description": "Error requests",
|
|
5650
|
-
"title": "Errors",
|
|
5651
5626
|
"type": "integer"
|
|
5652
5627
|
},
|
|
5653
5628
|
"last_activity_at": {
|
|
5654
|
-
"anyOf": [
|
|
5655
|
-
{
|
|
5656
|
-
"type": "string"
|
|
5657
|
-
},
|
|
5658
|
-
{
|
|
5659
|
-
"type": "null"
|
|
5660
|
-
}
|
|
5661
|
-
],
|
|
5662
5629
|
"description": "Last activity timestamp",
|
|
5663
|
-
"
|
|
5630
|
+
"nullable": true,
|
|
5631
|
+
"type": "string"
|
|
5664
5632
|
},
|
|
5665
5633
|
"method_name": {
|
|
5666
5634
|
"description": "Method name",
|
|
5667
|
-
"title": "Method Name",
|
|
5668
5635
|
"type": "string"
|
|
5669
5636
|
},
|
|
5670
5637
|
"service_name": {
|
|
5671
5638
|
"description": "Service name",
|
|
5672
|
-
"title": "Service Name",
|
|
5673
5639
|
"type": "string"
|
|
5674
5640
|
},
|
|
5675
5641
|
"successful": {
|
|
5676
5642
|
"description": "Successful requests",
|
|
5677
|
-
"title": "Successful",
|
|
5678
5643
|
"type": "integer"
|
|
5679
5644
|
},
|
|
5680
5645
|
"total": {
|
|
5681
5646
|
"description": "Total requests",
|
|
5682
|
-
"title": "Total",
|
|
5683
5647
|
"type": "integer"
|
|
5684
5648
|
}
|
|
5685
5649
|
},
|
|
5686
5650
|
"required": [
|
|
5651
|
+
"avg_duration_ms",
|
|
5652
|
+
"errors",
|
|
5653
|
+
"last_activity_at",
|
|
5687
5654
|
"method_name",
|
|
5688
5655
|
"service_name",
|
|
5689
|
-
"total",
|
|
5690
5656
|
"successful",
|
|
5691
|
-
"
|
|
5692
|
-
"avg_duration_ms",
|
|
5693
|
-
"last_activity_at"
|
|
5657
|
+
"total"
|
|
5694
5658
|
],
|
|
5695
|
-
"title": "MethodStatsSerializer",
|
|
5696
5659
|
"type": "object"
|
|
5697
5660
|
},
|
|
5698
|
-
"
|
|
5661
|
+
"MethodSummary": {
|
|
5699
5662
|
"description": "Summary information for a method.",
|
|
5700
5663
|
"properties": {
|
|
5701
5664
|
"full_name": {
|
|
5702
5665
|
"description": "Full method path",
|
|
5703
|
-
"title": "Full Name",
|
|
5704
5666
|
"type": "string"
|
|
5705
5667
|
},
|
|
5706
5668
|
"name": {
|
|
5707
5669
|
"description": "Method name",
|
|
5708
|
-
"title": "Name",
|
|
5709
5670
|
"type": "string"
|
|
5710
5671
|
},
|
|
5711
5672
|
"request_type": {
|
|
5712
5673
|
"default": "",
|
|
5713
5674
|
"description": "Request message type",
|
|
5714
|
-
"title": "Request Type",
|
|
5715
5675
|
"type": "string"
|
|
5716
5676
|
},
|
|
5717
5677
|
"response_type": {
|
|
5718
5678
|
"default": "",
|
|
5719
5679
|
"description": "Response message type",
|
|
5720
|
-
"title": "Response Type",
|
|
5721
5680
|
"type": "string"
|
|
5722
5681
|
},
|
|
5723
5682
|
"service_name": {
|
|
5724
5683
|
"description": "Service name",
|
|
5725
|
-
"title": "Service Name",
|
|
5726
5684
|
"type": "string"
|
|
5727
5685
|
},
|
|
5728
5686
|
"stats": {
|
|
5729
|
-
"
|
|
5687
|
+
"allOf": [
|
|
5688
|
+
{
|
|
5689
|
+
"$ref": "#/components/schemas/MethodStats"
|
|
5690
|
+
}
|
|
5691
|
+
],
|
|
5730
5692
|
"description": "Method statistics"
|
|
5731
5693
|
}
|
|
5732
5694
|
},
|
|
5733
5695
|
"required": [
|
|
5734
|
-
"name",
|
|
5735
5696
|
"full_name",
|
|
5697
|
+
"name",
|
|
5736
5698
|
"service_name",
|
|
5737
5699
|
"stats"
|
|
5738
5700
|
],
|
|
5739
|
-
"title": "MethodSummarySerializer",
|
|
5740
5701
|
"type": "object"
|
|
5741
5702
|
},
|
|
5742
|
-
"
|
|
5703
|
+
"MonitoringServiceStats": {
|
|
5743
5704
|
"description": "Statistics for a single gRPC service (monitoring endpoint).",
|
|
5744
5705
|
"properties": {
|
|
5745
5706
|
"avg_duration_ms": {
|
|
5746
5707
|
"description": "Average duration",
|
|
5747
|
-
"
|
|
5708
|
+
"format": "double",
|
|
5748
5709
|
"type": "number"
|
|
5749
5710
|
},
|
|
5750
5711
|
"errors": {
|
|
5751
5712
|
"description": "Error requests",
|
|
5752
|
-
"title": "Errors",
|
|
5753
5713
|
"type": "integer"
|
|
5754
5714
|
},
|
|
5755
5715
|
"last_activity_at": {
|
|
5756
|
-
"anyOf": [
|
|
5757
|
-
{
|
|
5758
|
-
"type": "string"
|
|
5759
|
-
},
|
|
5760
|
-
{
|
|
5761
|
-
"type": "null"
|
|
5762
|
-
}
|
|
5763
|
-
],
|
|
5764
5716
|
"description": "Last activity timestamp",
|
|
5765
|
-
"
|
|
5717
|
+
"nullable": true,
|
|
5718
|
+
"type": "string"
|
|
5766
5719
|
},
|
|
5767
5720
|
"service_name": {
|
|
5768
5721
|
"description": "Service name",
|
|
5769
|
-
"title": "Service Name",
|
|
5770
5722
|
"type": "string"
|
|
5771
5723
|
},
|
|
5772
5724
|
"successful": {
|
|
5773
5725
|
"description": "Successful requests",
|
|
5774
|
-
"title": "Successful",
|
|
5775
5726
|
"type": "integer"
|
|
5776
5727
|
},
|
|
5777
5728
|
"total": {
|
|
5778
5729
|
"description": "Total requests",
|
|
5779
|
-
"title": "Total",
|
|
5780
5730
|
"type": "integer"
|
|
5781
5731
|
}
|
|
5782
5732
|
},
|
|
5783
5733
|
"required": [
|
|
5734
|
+
"avg_duration_ms",
|
|
5735
|
+
"errors",
|
|
5736
|
+
"last_activity_at",
|
|
5784
5737
|
"service_name",
|
|
5785
|
-
"total",
|
|
5786
5738
|
"successful",
|
|
5787
|
-
"
|
|
5788
|
-
"avg_duration_ms",
|
|
5789
|
-
"last_activity_at"
|
|
5739
|
+
"total"
|
|
5790
5740
|
],
|
|
5791
|
-
"title": "MonitoringServiceStatsSerializer",
|
|
5792
5741
|
"type": "object"
|
|
5793
5742
|
},
|
|
5794
5743
|
"Newsletter": {
|
|
@@ -6137,7 +6086,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
6137
6086
|
],
|
|
6138
6087
|
"type": "object"
|
|
6139
6088
|
},
|
|
6140
|
-
"
|
|
6089
|
+
"PaginatedApiKeyList": {
|
|
6141
6090
|
"properties": {
|
|
6142
6091
|
"count": {
|
|
6143
6092
|
"description": "Total number of items across all pages",
|
|
@@ -6184,7 +6133,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
6184
6133
|
"results": {
|
|
6185
6134
|
"description": "Array of items for current page",
|
|
6186
6135
|
"items": {
|
|
6187
|
-
"$ref": "#/components/schemas/
|
|
6136
|
+
"$ref": "#/components/schemas/ApiKey"
|
|
6188
6137
|
},
|
|
6189
6138
|
"type": "array"
|
|
6190
6139
|
}
|
|
@@ -6200,7 +6149,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
6200
6149
|
],
|
|
6201
6150
|
"type": "object"
|
|
6202
6151
|
},
|
|
6203
|
-
"
|
|
6152
|
+
"PaginatedArchiveItemChunkList": {
|
|
6204
6153
|
"properties": {
|
|
6205
6154
|
"count": {
|
|
6206
6155
|
"description": "Total number of items across all pages",
|
|
@@ -6247,7 +6196,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
6247
6196
|
"results": {
|
|
6248
6197
|
"description": "Array of items for current page",
|
|
6249
6198
|
"items": {
|
|
6250
|
-
"$ref": "#/components/schemas/
|
|
6199
|
+
"$ref": "#/components/schemas/ArchiveItemChunk"
|
|
6251
6200
|
},
|
|
6252
6201
|
"type": "array"
|
|
6253
6202
|
}
|
|
@@ -6263,7 +6212,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
6263
6212
|
],
|
|
6264
6213
|
"type": "object"
|
|
6265
6214
|
},
|
|
6266
|
-
"
|
|
6215
|
+
"PaginatedArchiveItemList": {
|
|
6267
6216
|
"properties": {
|
|
6268
6217
|
"count": {
|
|
6269
6218
|
"description": "Total number of items across all pages",
|
|
@@ -6310,7 +6259,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
6310
6259
|
"results": {
|
|
6311
6260
|
"description": "Array of items for current page",
|
|
6312
6261
|
"items": {
|
|
6313
|
-
"$ref": "#/components/schemas/
|
|
6262
|
+
"$ref": "#/components/schemas/ArchiveItem"
|
|
6314
6263
|
},
|
|
6315
6264
|
"type": "array"
|
|
6316
6265
|
}
|
|
@@ -6326,7 +6275,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
6326
6275
|
],
|
|
6327
6276
|
"type": "object"
|
|
6328
6277
|
},
|
|
6329
|
-
"
|
|
6278
|
+
"PaginatedArchiveSearchResultList": {
|
|
6330
6279
|
"properties": {
|
|
6331
6280
|
"count": {
|
|
6332
6281
|
"description": "Total number of items across all pages",
|
|
@@ -6373,7 +6322,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
6373
6322
|
"results": {
|
|
6374
6323
|
"description": "Array of items for current page",
|
|
6375
6324
|
"items": {
|
|
6376
|
-
"$ref": "#/components/schemas/
|
|
6325
|
+
"$ref": "#/components/schemas/ArchiveSearchResult"
|
|
6377
6326
|
},
|
|
6378
6327
|
"type": "array"
|
|
6379
6328
|
}
|
|
@@ -6389,7 +6338,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
6389
6338
|
],
|
|
6390
6339
|
"type": "object"
|
|
6391
6340
|
},
|
|
6392
|
-
"
|
|
6341
|
+
"PaginatedChatResponseList": {
|
|
6393
6342
|
"properties": {
|
|
6394
6343
|
"count": {
|
|
6395
6344
|
"description": "Total number of items across all pages",
|
|
@@ -6436,7 +6385,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
6436
6385
|
"results": {
|
|
6437
6386
|
"description": "Array of items for current page",
|
|
6438
6387
|
"items": {
|
|
6439
|
-
"$ref": "#/components/schemas/
|
|
6388
|
+
"$ref": "#/components/schemas/ChatResponse"
|
|
6440
6389
|
},
|
|
6441
6390
|
"type": "array"
|
|
6442
6391
|
}
|
|
@@ -6452,7 +6401,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
6452
6401
|
],
|
|
6453
6402
|
"type": "object"
|
|
6454
6403
|
},
|
|
6455
|
-
"
|
|
6404
|
+
"PaginatedChatSessionList": {
|
|
6456
6405
|
"properties": {
|
|
6457
6406
|
"count": {
|
|
6458
6407
|
"description": "Total number of items across all pages",
|
|
@@ -6499,7 +6448,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
6499
6448
|
"results": {
|
|
6500
6449
|
"description": "Array of items for current page",
|
|
6501
6450
|
"items": {
|
|
6502
|
-
"$ref": "#/components/schemas/
|
|
6451
|
+
"$ref": "#/components/schemas/ChatSession"
|
|
6503
6452
|
},
|
|
6504
6453
|
"type": "array"
|
|
6505
6454
|
}
|
|
@@ -6515,7 +6464,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
6515
6464
|
],
|
|
6516
6465
|
"type": "object"
|
|
6517
6466
|
},
|
|
6518
|
-
"
|
|
6467
|
+
"PaginatedDocumentArchiveListList": {
|
|
6519
6468
|
"properties": {
|
|
6520
6469
|
"count": {
|
|
6521
6470
|
"description": "Total number of items across all pages",
|
|
@@ -6562,7 +6511,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
6562
6511
|
"results": {
|
|
6563
6512
|
"description": "Array of items for current page",
|
|
6564
6513
|
"items": {
|
|
6565
|
-
"$ref": "#/components/schemas/
|
|
6514
|
+
"$ref": "#/components/schemas/DocumentArchiveList"
|
|
6566
6515
|
},
|
|
6567
6516
|
"type": "array"
|
|
6568
6517
|
}
|
|
@@ -6578,7 +6527,70 @@ export const OPENAPI_SCHEMA = {
|
|
|
6578
6527
|
],
|
|
6579
6528
|
"type": "object"
|
|
6580
6529
|
},
|
|
6581
|
-
"
|
|
6530
|
+
"PaginatedDocumentList": {
|
|
6531
|
+
"properties": {
|
|
6532
|
+
"count": {
|
|
6533
|
+
"description": "Total number of items across all pages",
|
|
6534
|
+
"example": 150,
|
|
6535
|
+
"type": "integer"
|
|
6536
|
+
},
|
|
6537
|
+
"has_next": {
|
|
6538
|
+
"description": "Whether there is a next page",
|
|
6539
|
+
"example": true,
|
|
6540
|
+
"type": "boolean"
|
|
6541
|
+
},
|
|
6542
|
+
"has_previous": {
|
|
6543
|
+
"description": "Whether there is a previous page",
|
|
6544
|
+
"example": true,
|
|
6545
|
+
"type": "boolean"
|
|
6546
|
+
},
|
|
6547
|
+
"next_page": {
|
|
6548
|
+
"description": "Next page number (null if no next page)",
|
|
6549
|
+
"example": 3,
|
|
6550
|
+
"nullable": true,
|
|
6551
|
+
"type": "integer"
|
|
6552
|
+
},
|
|
6553
|
+
"page": {
|
|
6554
|
+
"description": "Current page number (1-based)",
|
|
6555
|
+
"example": 2,
|
|
6556
|
+
"type": "integer"
|
|
6557
|
+
},
|
|
6558
|
+
"page_size": {
|
|
6559
|
+
"description": "Number of items per page",
|
|
6560
|
+
"example": 10,
|
|
6561
|
+
"type": "integer"
|
|
6562
|
+
},
|
|
6563
|
+
"pages": {
|
|
6564
|
+
"description": "Total number of pages",
|
|
6565
|
+
"example": 15,
|
|
6566
|
+
"type": "integer"
|
|
6567
|
+
},
|
|
6568
|
+
"previous_page": {
|
|
6569
|
+
"description": "Previous page number (null if no previous page)",
|
|
6570
|
+
"example": 1,
|
|
6571
|
+
"nullable": true,
|
|
6572
|
+
"type": "integer"
|
|
6573
|
+
},
|
|
6574
|
+
"results": {
|
|
6575
|
+
"description": "Array of items for current page",
|
|
6576
|
+
"items": {
|
|
6577
|
+
"$ref": "#/components/schemas/Document"
|
|
6578
|
+
},
|
|
6579
|
+
"type": "array"
|
|
6580
|
+
}
|
|
6581
|
+
},
|
|
6582
|
+
"required": [
|
|
6583
|
+
"count",
|
|
6584
|
+
"page",
|
|
6585
|
+
"pages",
|
|
6586
|
+
"page_size",
|
|
6587
|
+
"has_next",
|
|
6588
|
+
"has_previous",
|
|
6589
|
+
"results"
|
|
6590
|
+
],
|
|
6591
|
+
"type": "object"
|
|
6592
|
+
},
|
|
6593
|
+
"PaginatedEmailLogList": {
|
|
6582
6594
|
"properties": {
|
|
6583
6595
|
"count": {
|
|
6584
6596
|
"description": "Total number of items across all pages",
|
|
@@ -6641,6 +6653,69 @@ export const OPENAPI_SCHEMA = {
|
|
|
6641
6653
|
],
|
|
6642
6654
|
"type": "object"
|
|
6643
6655
|
},
|
|
6656
|
+
"PaginatedJobListList": {
|
|
6657
|
+
"properties": {
|
|
6658
|
+
"count": {
|
|
6659
|
+
"description": "Total number of items across all pages",
|
|
6660
|
+
"example": 150,
|
|
6661
|
+
"type": "integer"
|
|
6662
|
+
},
|
|
6663
|
+
"has_next": {
|
|
6664
|
+
"description": "Whether there is a next page",
|
|
6665
|
+
"example": true,
|
|
6666
|
+
"type": "boolean"
|
|
6667
|
+
},
|
|
6668
|
+
"has_previous": {
|
|
6669
|
+
"description": "Whether there is a previous page",
|
|
6670
|
+
"example": true,
|
|
6671
|
+
"type": "boolean"
|
|
6672
|
+
},
|
|
6673
|
+
"next_page": {
|
|
6674
|
+
"description": "Next page number (null if no next page)",
|
|
6675
|
+
"example": 3,
|
|
6676
|
+
"nullable": true,
|
|
6677
|
+
"type": "integer"
|
|
6678
|
+
},
|
|
6679
|
+
"page": {
|
|
6680
|
+
"description": "Current page number (1-based)",
|
|
6681
|
+
"example": 2,
|
|
6682
|
+
"type": "integer"
|
|
6683
|
+
},
|
|
6684
|
+
"page_size": {
|
|
6685
|
+
"description": "Number of items per page",
|
|
6686
|
+
"example": 10,
|
|
6687
|
+
"type": "integer"
|
|
6688
|
+
},
|
|
6689
|
+
"pages": {
|
|
6690
|
+
"description": "Total number of pages",
|
|
6691
|
+
"example": 15,
|
|
6692
|
+
"type": "integer"
|
|
6693
|
+
},
|
|
6694
|
+
"previous_page": {
|
|
6695
|
+
"description": "Previous page number (null if no previous page)",
|
|
6696
|
+
"example": 1,
|
|
6697
|
+
"nullable": true,
|
|
6698
|
+
"type": "integer"
|
|
6699
|
+
},
|
|
6700
|
+
"results": {
|
|
6701
|
+
"description": "Array of items for current page",
|
|
6702
|
+
"items": {
|
|
6703
|
+
"$ref": "#/components/schemas/JobList"
|
|
6704
|
+
},
|
|
6705
|
+
"type": "array"
|
|
6706
|
+
}
|
|
6707
|
+
},
|
|
6708
|
+
"required": [
|
|
6709
|
+
"count",
|
|
6710
|
+
"page",
|
|
6711
|
+
"pages",
|
|
6712
|
+
"page_size",
|
|
6713
|
+
"has_next",
|
|
6714
|
+
"has_previous",
|
|
6715
|
+
"results"
|
|
6716
|
+
],
|
|
6717
|
+
"type": "object"
|
|
6718
|
+
},
|
|
6644
6719
|
"PaginatedLeadSubmissionList": {
|
|
6645
6720
|
"properties": {
|
|
6646
6721
|
"count": {
|
|
@@ -7145,6 +7220,132 @@ export const OPENAPI_SCHEMA = {
|
|
|
7145
7220
|
],
|
|
7146
7221
|
"type": "object"
|
|
7147
7222
|
},
|
|
7223
|
+
"PaginatedPublishList": {
|
|
7224
|
+
"properties": {
|
|
7225
|
+
"count": {
|
|
7226
|
+
"description": "Total number of items across all pages",
|
|
7227
|
+
"example": 150,
|
|
7228
|
+
"type": "integer"
|
|
7229
|
+
},
|
|
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
|
+
},
|
|
7148
7349
|
"PaginatedTicketList": {
|
|
7149
7350
|
"properties": {
|
|
7150
7351
|
"count": {
|
|
@@ -7866,16 +8067,158 @@ export const OPENAPI_SCHEMA = {
|
|
|
7866
8067
|
},
|
|
7867
8068
|
"type": "object"
|
|
7868
8069
|
},
|
|
7869
|
-
"
|
|
7870
|
-
"description": "
|
|
8070
|
+
"ProtoFileDetail": {
|
|
8071
|
+
"description": "Proto file metadata.",
|
|
7871
8072
|
"properties": {
|
|
7872
|
-
"
|
|
7873
|
-
"
|
|
7874
|
-
|
|
7875
|
-
|
|
7876
|
-
|
|
7877
|
-
"
|
|
7878
|
-
|
|
8073
|
+
"app_label": {
|
|
8074
|
+
"type": "string"
|
|
8075
|
+
},
|
|
8076
|
+
"created_at": {
|
|
8077
|
+
"format": "double",
|
|
8078
|
+
"type": "number"
|
|
8079
|
+
},
|
|
8080
|
+
"download_url": {
|
|
8081
|
+
"description": "API endpoint to download this proto file",
|
|
8082
|
+
"type": "string"
|
|
8083
|
+
},
|
|
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": {
|
|
8095
|
+
"type": "string"
|
|
8096
|
+
},
|
|
8097
|
+
"services_count": {
|
|
8098
|
+
"type": "integer"
|
|
8099
|
+
},
|
|
8100
|
+
"size_bytes": {
|
|
8101
|
+
"type": "integer"
|
|
8102
|
+
}
|
|
8103
|
+
},
|
|
8104
|
+
"required": [
|
|
8105
|
+
"app_label",
|
|
8106
|
+
"created_at",
|
|
8107
|
+
"filename",
|
|
8108
|
+
"messages_count",
|
|
8109
|
+
"modified_at",
|
|
8110
|
+
"package",
|
|
8111
|
+
"services_count",
|
|
8112
|
+
"size_bytes"
|
|
8113
|
+
],
|
|
8114
|
+
"type": "object"
|
|
8115
|
+
},
|
|
8116
|
+
"ProtoFileList": {
|
|
8117
|
+
"description": "List of proto files.",
|
|
8118
|
+
"properties": {
|
|
8119
|
+
"download_all_url": {
|
|
8120
|
+
"description": "API endpoint to download all proto files as .zip archive",
|
|
8121
|
+
"type": "string"
|
|
8122
|
+
},
|
|
8123
|
+
"files": {
|
|
8124
|
+
"items": {
|
|
8125
|
+
"$ref": "#/components/schemas/ProtoFileDetail"
|
|
8126
|
+
},
|
|
8127
|
+
"type": "array"
|
|
8128
|
+
},
|
|
8129
|
+
"proto_dir": {
|
|
8130
|
+
"type": "string"
|
|
8131
|
+
},
|
|
8132
|
+
"total_files": {
|
|
8133
|
+
"type": "integer"
|
|
8134
|
+
}
|
|
8135
|
+
},
|
|
8136
|
+
"required": [
|
|
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,
|
|
7879
8222
|
"type": "string"
|
|
7880
8223
|
},
|
|
7881
8224
|
"name": {
|
|
@@ -7977,6 +8320,65 @@ export const OPENAPI_SCHEMA = {
|
|
|
7977
8320
|
],
|
|
7978
8321
|
"type": "object"
|
|
7979
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
|
+
},
|
|
7980
8382
|
"PublishTestRequestRequest": {
|
|
7981
8383
|
"description": "Request model for test message publishing.",
|
|
7982
8384
|
"properties": {
|
|
@@ -8302,149 +8704,117 @@ export const OPENAPI_SCHEMA = {
|
|
|
8302
8704
|
],
|
|
8303
8705
|
"type": "object"
|
|
8304
8706
|
},
|
|
8305
|
-
"
|
|
8707
|
+
"RecentError": {
|
|
8306
8708
|
"description": "Recent error information.",
|
|
8307
8709
|
"properties": {
|
|
8308
8710
|
"error_message": {
|
|
8309
8711
|
"description": "Error message",
|
|
8310
|
-
"title": "Error Message",
|
|
8311
8712
|
"type": "string"
|
|
8312
8713
|
},
|
|
8313
8714
|
"grpc_status_code": {
|
|
8314
8715
|
"description": "gRPC status code",
|
|
8315
|
-
"title": "Grpc Status Code",
|
|
8316
8716
|
"type": "string"
|
|
8317
8717
|
},
|
|
8318
8718
|
"method": {
|
|
8319
8719
|
"description": "Method name where error occurred",
|
|
8320
|
-
"title": "Method",
|
|
8321
8720
|
"type": "string"
|
|
8322
8721
|
},
|
|
8323
8722
|
"occurred_at": {
|
|
8324
8723
|
"description": "When error occurred (ISO timestamp)",
|
|
8325
|
-
"title": "Occurred At",
|
|
8326
8724
|
"type": "string"
|
|
8327
8725
|
}
|
|
8328
8726
|
},
|
|
8329
8727
|
"required": [
|
|
8330
|
-
"method",
|
|
8331
8728
|
"error_message",
|
|
8332
8729
|
"grpc_status_code",
|
|
8730
|
+
"method",
|
|
8333
8731
|
"occurred_at"
|
|
8334
8732
|
],
|
|
8335
|
-
"title": "RecentErrorSerializer",
|
|
8336
8733
|
"type": "object"
|
|
8337
8734
|
},
|
|
8338
|
-
"
|
|
8339
|
-
"description": "Recent
|
|
8735
|
+
"RecentRequest": {
|
|
8736
|
+
"description": "Recent request information.",
|
|
8340
8737
|
"properties": {
|
|
8341
|
-
"
|
|
8342
|
-
"description": "
|
|
8343
|
-
"
|
|
8344
|
-
"type": "integer"
|
|
8345
|
-
},
|
|
8346
|
-
"has_more": {
|
|
8347
|
-
"default": false,
|
|
8348
|
-
"description": "Whether more results are available",
|
|
8349
|
-
"title": "Has More",
|
|
8350
|
-
"type": "boolean"
|
|
8351
|
-
},
|
|
8352
|
-
"offset": {
|
|
8353
|
-
"default": 0,
|
|
8354
|
-
"description": "Current offset for pagination",
|
|
8355
|
-
"title": "Offset",
|
|
8738
|
+
"api_key_id": {
|
|
8739
|
+
"description": "API Key ID (if used)",
|
|
8740
|
+
"nullable": true,
|
|
8356
8741
|
"type": "integer"
|
|
8357
8742
|
},
|
|
8358
|
-
"
|
|
8359
|
-
"
|
|
8360
|
-
"
|
|
8361
|
-
|
|
8362
|
-
|
|
8363
|
-
},
|
|
8364
|
-
"title": "Publishes",
|
|
8365
|
-
"type": "array"
|
|
8743
|
+
"api_key_name": {
|
|
8744
|
+
"default": "",
|
|
8745
|
+
"description": "API Key name (if used)",
|
|
8746
|
+
"nullable": true,
|
|
8747
|
+
"type": "string"
|
|
8366
8748
|
},
|
|
8367
|
-
"total_available": {
|
|
8368
|
-
"description": "Total publishes available",
|
|
8369
|
-
"title": "Total Available",
|
|
8370
|
-
"type": "integer"
|
|
8371
|
-
}
|
|
8372
|
-
},
|
|
8373
|
-
"required": [
|
|
8374
|
-
"publishes",
|
|
8375
|
-
"count",
|
|
8376
|
-
"total_available"
|
|
8377
|
-
],
|
|
8378
|
-
"title": "RecentPublishesSerializer",
|
|
8379
|
-
"type": "object"
|
|
8380
|
-
},
|
|
8381
|
-
"RecentRequest": {
|
|
8382
|
-
"description": "Recent request information.",
|
|
8383
|
-
"properties": {
|
|
8384
8749
|
"client_ip": {
|
|
8385
8750
|
"default": "",
|
|
8386
8751
|
"description": "Client IP address",
|
|
8387
|
-
"title": "Client Ip",
|
|
8388
8752
|
"type": "string"
|
|
8389
8753
|
},
|
|
8390
8754
|
"created_at": {
|
|
8391
8755
|
"description": "Request timestamp",
|
|
8392
|
-
"title": "Created At",
|
|
8393
8756
|
"type": "string"
|
|
8394
8757
|
},
|
|
8395
8758
|
"duration_ms": {
|
|
8396
8759
|
"default": 0,
|
|
8397
8760
|
"description": "Duration in milliseconds",
|
|
8398
|
-
"title": "Duration Ms",
|
|
8399
8761
|
"type": "integer"
|
|
8400
8762
|
},
|
|
8401
8763
|
"error_message": {
|
|
8402
8764
|
"default": "",
|
|
8403
8765
|
"description": "Error message if failed",
|
|
8404
|
-
"title": "Error Message",
|
|
8405
8766
|
"type": "string"
|
|
8406
8767
|
},
|
|
8407
8768
|
"grpc_status_code": {
|
|
8408
8769
|
"default": "",
|
|
8409
8770
|
"description": "gRPC status code",
|
|
8410
|
-
"title": "Grpc Status Code",
|
|
8411
8771
|
"type": "string"
|
|
8412
8772
|
},
|
|
8413
8773
|
"id": {
|
|
8414
8774
|
"description": "Database ID",
|
|
8415
|
-
"title": "Id",
|
|
8416
8775
|
"type": "integer"
|
|
8417
8776
|
},
|
|
8777
|
+
"is_authenticated": {
|
|
8778
|
+
"default": false,
|
|
8779
|
+
"description": "Whether request was authenticated",
|
|
8780
|
+
"type": "boolean"
|
|
8781
|
+
},
|
|
8418
8782
|
"method_name": {
|
|
8419
8783
|
"description": "Method name",
|
|
8420
|
-
"title": "Method Name",
|
|
8421
8784
|
"type": "string"
|
|
8422
8785
|
},
|
|
8423
8786
|
"request_id": {
|
|
8424
8787
|
"description": "Request ID",
|
|
8425
|
-
"title": "Request Id",
|
|
8426
8788
|
"type": "string"
|
|
8427
8789
|
},
|
|
8428
8790
|
"service_name": {
|
|
8429
8791
|
"description": "Service name",
|
|
8430
|
-
"title": "Service Name",
|
|
8431
8792
|
"type": "string"
|
|
8432
8793
|
},
|
|
8433
8794
|
"status": {
|
|
8434
8795
|
"description": "Request status",
|
|
8435
|
-
"
|
|
8796
|
+
"type": "string"
|
|
8797
|
+
},
|
|
8798
|
+
"user_id": {
|
|
8799
|
+
"description": "User ID (if authenticated)",
|
|
8800
|
+
"nullable": true,
|
|
8801
|
+
"type": "integer"
|
|
8802
|
+
},
|
|
8803
|
+
"username": {
|
|
8804
|
+
"default": "",
|
|
8805
|
+
"description": "Username (if authenticated)",
|
|
8806
|
+
"nullable": true,
|
|
8436
8807
|
"type": "string"
|
|
8437
8808
|
}
|
|
8438
8809
|
},
|
|
8439
8810
|
"required": [
|
|
8811
|
+
"created_at",
|
|
8440
8812
|
"id",
|
|
8813
|
+
"method_name",
|
|
8441
8814
|
"request_id",
|
|
8442
8815
|
"service_name",
|
|
8443
|
-
"
|
|
8444
|
-
"status",
|
|
8445
|
-
"created_at"
|
|
8816
|
+
"status"
|
|
8446
8817
|
],
|
|
8447
|
-
"title": "RecentRequestSerializer",
|
|
8448
8818
|
"type": "object"
|
|
8449
8819
|
},
|
|
8450
8820
|
"RecentUser": {
|
|
@@ -8545,7 +8915,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
8545
8915
|
"properties": {
|
|
8546
8916
|
"avg_success_rate": {
|
|
8547
8917
|
"description": "Average success rate",
|
|
8548
|
-
"
|
|
8918
|
+
"format": "double",
|
|
8549
8919
|
"type": "number"
|
|
8550
8920
|
},
|
|
8551
8921
|
"data_points": {
|
|
@@ -8553,85 +8923,32 @@ export const OPENAPI_SCHEMA = {
|
|
|
8553
8923
|
"items": {
|
|
8554
8924
|
"$ref": "#/components/schemas/RequestVolumeDataPoint"
|
|
8555
8925
|
},
|
|
8556
|
-
"title": "Data Points",
|
|
8557
8926
|
"type": "array"
|
|
8558
8927
|
},
|
|
8559
8928
|
"granularity": {
|
|
8560
8929
|
"description": "Data granularity",
|
|
8561
|
-
"title": "Granularity",
|
|
8562
8930
|
"type": "string"
|
|
8563
8931
|
},
|
|
8564
8932
|
"period_hours": {
|
|
8565
8933
|
"description": "Period in hours",
|
|
8566
|
-
"title": "Period Hours",
|
|
8567
8934
|
"type": "integer"
|
|
8568
8935
|
},
|
|
8569
8936
|
"title": {
|
|
8570
8937
|
"default": "Request Volume",
|
|
8571
8938
|
"description": "Chart title",
|
|
8572
|
-
"title": "Title",
|
|
8573
8939
|
"type": "string"
|
|
8574
8940
|
},
|
|
8575
8941
|
"total_requests": {
|
|
8576
8942
|
"description": "Total requests in period",
|
|
8577
|
-
"title": "Total Requests",
|
|
8578
8943
|
"type": "integer"
|
|
8579
8944
|
}
|
|
8580
8945
|
},
|
|
8581
8946
|
"required": [
|
|
8582
|
-
"
|
|
8947
|
+
"avg_success_rate",
|
|
8583
8948
|
"granularity",
|
|
8584
|
-
"total_requests",
|
|
8585
|
-
"avg_success_rate"
|
|
8586
|
-
],
|
|
8587
|
-
"title": "RequestVolumeChartSerializer",
|
|
8588
|
-
"type": "object"
|
|
8589
|
-
},
|
|
8590
|
-
"RequestVolumeChartSerializer": {
|
|
8591
|
-
"description": "Request volume over time chart data.",
|
|
8592
|
-
"properties": {
|
|
8593
|
-
"avg_success_rate": {
|
|
8594
|
-
"description": "Average success rate",
|
|
8595
|
-
"title": "Avg Success Rate",
|
|
8596
|
-
"type": "number"
|
|
8597
|
-
},
|
|
8598
|
-
"data_points": {
|
|
8599
|
-
"description": "Volume data points",
|
|
8600
|
-
"items": {
|
|
8601
|
-
"$ref": "#/components/schemas/RequestVolumeDataPoint"
|
|
8602
|
-
},
|
|
8603
|
-
"title": "Data Points",
|
|
8604
|
-
"type": "array"
|
|
8605
|
-
},
|
|
8606
|
-
"granularity": {
|
|
8607
|
-
"description": "Data granularity",
|
|
8608
|
-
"title": "Granularity",
|
|
8609
|
-
"type": "string"
|
|
8610
|
-
},
|
|
8611
|
-
"period_hours": {
|
|
8612
|
-
"description": "Period in hours",
|
|
8613
|
-
"title": "Period Hours",
|
|
8614
|
-
"type": "integer"
|
|
8615
|
-
},
|
|
8616
|
-
"title": {
|
|
8617
|
-
"default": "Request Volume",
|
|
8618
|
-
"description": "Chart title",
|
|
8619
|
-
"title": "Title",
|
|
8620
|
-
"type": "string"
|
|
8621
|
-
},
|
|
8622
|
-
"total_requests": {
|
|
8623
|
-
"description": "Total requests in period",
|
|
8624
|
-
"title": "Total Requests",
|
|
8625
|
-
"type": "integer"
|
|
8626
|
-
}
|
|
8627
|
-
},
|
|
8628
|
-
"required": [
|
|
8629
8949
|
"period_hours",
|
|
8630
|
-
"
|
|
8631
|
-
"total_requests",
|
|
8632
|
-
"avg_success_rate"
|
|
8950
|
+
"total_requests"
|
|
8633
8951
|
],
|
|
8634
|
-
"title": "RequestVolumeChartSerializer",
|
|
8635
8952
|
"type": "object"
|
|
8636
8953
|
},
|
|
8637
8954
|
"RequestVolumeDataPoint": {
|
|
@@ -8639,38 +8956,33 @@ export const OPENAPI_SCHEMA = {
|
|
|
8639
8956
|
"properties": {
|
|
8640
8957
|
"failed_requests": {
|
|
8641
8958
|
"description": "Failed requests",
|
|
8642
|
-
"title": "Failed Requests",
|
|
8643
8959
|
"type": "integer"
|
|
8644
8960
|
},
|
|
8645
8961
|
"success_rate": {
|
|
8646
8962
|
"description": "Success rate percentage",
|
|
8647
|
-
"
|
|
8963
|
+
"format": "double",
|
|
8648
8964
|
"type": "number"
|
|
8649
8965
|
},
|
|
8650
8966
|
"successful_requests": {
|
|
8651
8967
|
"description": "Successful requests",
|
|
8652
|
-
"title": "Successful Requests",
|
|
8653
8968
|
"type": "integer"
|
|
8654
8969
|
},
|
|
8655
8970
|
"timestamp": {
|
|
8656
8971
|
"description": "ISO timestamp",
|
|
8657
|
-
"title": "Timestamp",
|
|
8658
8972
|
"type": "string"
|
|
8659
8973
|
},
|
|
8660
8974
|
"total_requests": {
|
|
8661
8975
|
"description": "Total requests in period",
|
|
8662
|
-
"title": "Total Requests",
|
|
8663
8976
|
"type": "integer"
|
|
8664
8977
|
}
|
|
8665
8978
|
},
|
|
8666
8979
|
"required": [
|
|
8667
|
-
"timestamp",
|
|
8668
|
-
"total_requests",
|
|
8669
|
-
"successful_requests",
|
|
8670
8980
|
"failed_requests",
|
|
8671
|
-
"success_rate"
|
|
8981
|
+
"success_rate",
|
|
8982
|
+
"successful_requests",
|
|
8983
|
+
"timestamp",
|
|
8984
|
+
"total_requests"
|
|
8672
8985
|
],
|
|
8673
|
-
"title": "RequestVolumeDataPoint",
|
|
8674
8986
|
"type": "object"
|
|
8675
8987
|
},
|
|
8676
8988
|
"ResponseTimeChart": {
|
|
@@ -8681,90 +8993,38 @@ export const OPENAPI_SCHEMA = {
|
|
|
8681
8993
|
"items": {
|
|
8682
8994
|
"$ref": "#/components/schemas/ResponseTimeDataPoint"
|
|
8683
8995
|
},
|
|
8684
|
-
"title": "Data Points",
|
|
8685
8996
|
"type": "array"
|
|
8686
8997
|
},
|
|
8687
8998
|
"granularity": {
|
|
8688
8999
|
"description": "Data granularity",
|
|
8689
|
-
"title": "Granularity",
|
|
8690
9000
|
"type": "string"
|
|
8691
9001
|
},
|
|
8692
9002
|
"overall_avg_ms": {
|
|
8693
9003
|
"description": "Overall average duration",
|
|
8694
|
-
"
|
|
8695
|
-
"type": "number"
|
|
8696
|
-
},
|
|
8697
|
-
"overall_p95_ms": {
|
|
8698
|
-
"description": "Overall P95 duration",
|
|
8699
|
-
"title": "Overall P95 Ms",
|
|
8700
|
-
"type": "number"
|
|
8701
|
-
},
|
|
8702
|
-
"period_hours": {
|
|
8703
|
-
"description": "Period in hours",
|
|
8704
|
-
"title": "Period Hours",
|
|
8705
|
-
"type": "integer"
|
|
8706
|
-
},
|
|
8707
|
-
"title": {
|
|
8708
|
-
"default": "Response Time",
|
|
8709
|
-
"description": "Chart title",
|
|
8710
|
-
"title": "Title",
|
|
8711
|
-
"type": "string"
|
|
8712
|
-
}
|
|
8713
|
-
},
|
|
8714
|
-
"required": [
|
|
8715
|
-
"period_hours",
|
|
8716
|
-
"granularity",
|
|
8717
|
-
"overall_avg_ms",
|
|
8718
|
-
"overall_p95_ms"
|
|
8719
|
-
],
|
|
8720
|
-
"title": "ResponseTimeChartSerializer",
|
|
8721
|
-
"type": "object"
|
|
8722
|
-
},
|
|
8723
|
-
"ResponseTimeChartSerializer": {
|
|
8724
|
-
"description": "Response time over time chart data.",
|
|
8725
|
-
"properties": {
|
|
8726
|
-
"data_points": {
|
|
8727
|
-
"description": "Response time data points",
|
|
8728
|
-
"items": {
|
|
8729
|
-
"$ref": "#/components/schemas/ResponseTimeDataPoint"
|
|
8730
|
-
},
|
|
8731
|
-
"title": "Data Points",
|
|
8732
|
-
"type": "array"
|
|
8733
|
-
},
|
|
8734
|
-
"granularity": {
|
|
8735
|
-
"description": "Data granularity",
|
|
8736
|
-
"title": "Granularity",
|
|
8737
|
-
"type": "string"
|
|
8738
|
-
},
|
|
8739
|
-
"overall_avg_ms": {
|
|
8740
|
-
"description": "Overall average duration",
|
|
8741
|
-
"title": "Overall Avg Ms",
|
|
9004
|
+
"format": "double",
|
|
8742
9005
|
"type": "number"
|
|
8743
9006
|
},
|
|
8744
9007
|
"overall_p95_ms": {
|
|
8745
9008
|
"description": "Overall P95 duration",
|
|
8746
|
-
"
|
|
9009
|
+
"format": "double",
|
|
8747
9010
|
"type": "number"
|
|
8748
9011
|
},
|
|
8749
9012
|
"period_hours": {
|
|
8750
9013
|
"description": "Period in hours",
|
|
8751
|
-
"title": "Period Hours",
|
|
8752
9014
|
"type": "integer"
|
|
8753
9015
|
},
|
|
8754
9016
|
"title": {
|
|
8755
9017
|
"default": "Response Time",
|
|
8756
9018
|
"description": "Chart title",
|
|
8757
|
-
"title": "Title",
|
|
8758
9019
|
"type": "string"
|
|
8759
9020
|
}
|
|
8760
9021
|
},
|
|
8761
9022
|
"required": [
|
|
8762
|
-
"period_hours",
|
|
8763
9023
|
"granularity",
|
|
8764
9024
|
"overall_avg_ms",
|
|
8765
|
-
"overall_p95_ms"
|
|
9025
|
+
"overall_p95_ms",
|
|
9026
|
+
"period_hours"
|
|
8766
9027
|
],
|
|
8767
|
-
"title": "ResponseTimeChartSerializer",
|
|
8768
9028
|
"type": "object"
|
|
8769
9029
|
},
|
|
8770
9030
|
"ResponseTimeDataPoint": {
|
|
@@ -8772,50 +9032,48 @@ export const OPENAPI_SCHEMA = {
|
|
|
8772
9032
|
"properties": {
|
|
8773
9033
|
"avg_duration_ms": {
|
|
8774
9034
|
"description": "Average duration",
|
|
8775
|
-
"
|
|
9035
|
+
"format": "double",
|
|
8776
9036
|
"type": "number"
|
|
8777
9037
|
},
|
|
8778
9038
|
"max_duration_ms": {
|
|
8779
9039
|
"description": "Maximum duration",
|
|
8780
|
-
"
|
|
9040
|
+
"format": "double",
|
|
8781
9041
|
"type": "number"
|
|
8782
9042
|
},
|
|
8783
9043
|
"min_duration_ms": {
|
|
8784
9044
|
"description": "Minimum duration",
|
|
8785
|
-
"
|
|
9045
|
+
"format": "double",
|
|
8786
9046
|
"type": "number"
|
|
8787
9047
|
},
|
|
8788
9048
|
"p50_duration_ms": {
|
|
8789
9049
|
"description": "P50 percentile",
|
|
8790
|
-
"
|
|
9050
|
+
"format": "double",
|
|
8791
9051
|
"type": "number"
|
|
8792
9052
|
},
|
|
8793
9053
|
"p95_duration_ms": {
|
|
8794
9054
|
"description": "P95 percentile",
|
|
8795
|
-
"
|
|
9055
|
+
"format": "double",
|
|
8796
9056
|
"type": "number"
|
|
8797
9057
|
},
|
|
8798
9058
|
"p99_duration_ms": {
|
|
8799
9059
|
"description": "P99 percentile",
|
|
8800
|
-
"
|
|
9060
|
+
"format": "double",
|
|
8801
9061
|
"type": "number"
|
|
8802
9062
|
},
|
|
8803
9063
|
"timestamp": {
|
|
8804
9064
|
"description": "ISO timestamp",
|
|
8805
|
-
"title": "Timestamp",
|
|
8806
9065
|
"type": "string"
|
|
8807
9066
|
}
|
|
8808
9067
|
},
|
|
8809
9068
|
"required": [
|
|
8810
|
-
"timestamp",
|
|
8811
9069
|
"avg_duration_ms",
|
|
9070
|
+
"max_duration_ms",
|
|
9071
|
+
"min_duration_ms",
|
|
8812
9072
|
"p50_duration_ms",
|
|
8813
9073
|
"p95_duration_ms",
|
|
8814
9074
|
"p99_duration_ms",
|
|
8815
|
-
"
|
|
8816
|
-
"max_duration_ms"
|
|
9075
|
+
"timestamp"
|
|
8817
9076
|
],
|
|
8818
|
-
"title": "ResponseTimeDataPoint",
|
|
8819
9077
|
"type": "object"
|
|
8820
9078
|
},
|
|
8821
9079
|
"RunDemoRequestRequest": {
|
|
@@ -9129,7 +9387,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
9129
9387
|
"properties": {
|
|
9130
9388
|
"error_count": {
|
|
9131
9389
|
"description": "Number of error events",
|
|
9132
|
-
"title": "Error Count",
|
|
9133
9390
|
"type": "integer"
|
|
9134
9391
|
},
|
|
9135
9392
|
"events": {
|
|
@@ -9137,97 +9394,70 @@ export const OPENAPI_SCHEMA = {
|
|
|
9137
9394
|
"items": {
|
|
9138
9395
|
"$ref": "#/components/schemas/ServerLifecycleEvent"
|
|
9139
9396
|
},
|
|
9140
|
-
"title": "Events",
|
|
9141
9397
|
"type": "array"
|
|
9142
9398
|
},
|
|
9143
9399
|
"period_hours": {
|
|
9144
9400
|
"description": "Period in hours",
|
|
9145
|
-
"title": "Period Hours",
|
|
9146
9401
|
"type": "integer"
|
|
9147
9402
|
},
|
|
9148
9403
|
"restart_count": {
|
|
9149
9404
|
"description": "Number of server restarts",
|
|
9150
|
-
"title": "Restart Count",
|
|
9151
9405
|
"type": "integer"
|
|
9152
9406
|
},
|
|
9153
9407
|
"title": {
|
|
9154
9408
|
"default": "Server Lifecycle",
|
|
9155
9409
|
"description": "Chart title",
|
|
9156
|
-
"title": "Title",
|
|
9157
9410
|
"type": "string"
|
|
9158
9411
|
},
|
|
9159
9412
|
"total_events": {
|
|
9160
9413
|
"description": "Total number of events",
|
|
9161
|
-
"title": "Total Events",
|
|
9162
9414
|
"type": "integer"
|
|
9163
9415
|
}
|
|
9164
9416
|
},
|
|
9165
9417
|
"required": [
|
|
9418
|
+
"error_count",
|
|
9166
9419
|
"period_hours",
|
|
9167
|
-
"total_events",
|
|
9168
9420
|
"restart_count",
|
|
9169
|
-
"
|
|
9421
|
+
"total_events"
|
|
9170
9422
|
],
|
|
9171
|
-
"title": "ServerLifecycleChartSerializer",
|
|
9172
9423
|
"type": "object"
|
|
9173
9424
|
},
|
|
9174
9425
|
"ServerLifecycleEvent": {
|
|
9175
9426
|
"description": "Server lifecycle event.",
|
|
9176
9427
|
"properties": {
|
|
9177
9428
|
"error_message": {
|
|
9178
|
-
"anyOf": [
|
|
9179
|
-
{
|
|
9180
|
-
"type": "string"
|
|
9181
|
-
},
|
|
9182
|
-
{
|
|
9183
|
-
"type": "null"
|
|
9184
|
-
}
|
|
9185
|
-
],
|
|
9186
|
-
"default": null,
|
|
9187
9429
|
"description": "Error message if applicable",
|
|
9188
|
-
"
|
|
9430
|
+
"nullable": true,
|
|
9431
|
+
"type": "string"
|
|
9189
9432
|
},
|
|
9190
9433
|
"event_type": {
|
|
9191
9434
|
"description": "Event type (started, stopped, error)",
|
|
9192
|
-
"title": "Event Type",
|
|
9193
9435
|
"type": "string"
|
|
9194
9436
|
},
|
|
9195
9437
|
"server_address": {
|
|
9196
9438
|
"description": "Server address",
|
|
9197
|
-
"title": "Server Address",
|
|
9198
9439
|
"type": "string"
|
|
9199
9440
|
},
|
|
9200
9441
|
"server_pid": {
|
|
9201
9442
|
"description": "Server process ID",
|
|
9202
|
-
"title": "Server Pid",
|
|
9203
9443
|
"type": "integer"
|
|
9204
9444
|
},
|
|
9205
9445
|
"timestamp": {
|
|
9206
9446
|
"description": "Event timestamp",
|
|
9207
|
-
"title": "Timestamp",
|
|
9208
9447
|
"type": "string"
|
|
9209
9448
|
},
|
|
9210
9449
|
"uptime_seconds": {
|
|
9211
|
-
"anyOf": [
|
|
9212
|
-
{
|
|
9213
|
-
"type": "integer"
|
|
9214
|
-
},
|
|
9215
|
-
{
|
|
9216
|
-
"type": "null"
|
|
9217
|
-
}
|
|
9218
|
-
],
|
|
9219
|
-
"default": null,
|
|
9220
9450
|
"description": "Uptime at event time (for stop events)",
|
|
9221
|
-
"
|
|
9451
|
+
"nullable": true,
|
|
9452
|
+
"type": "integer"
|
|
9222
9453
|
}
|
|
9223
9454
|
},
|
|
9224
9455
|
"required": [
|
|
9225
|
-
"timestamp",
|
|
9226
9456
|
"event_type",
|
|
9227
9457
|
"server_address",
|
|
9228
|
-
"server_pid"
|
|
9458
|
+
"server_pid",
|
|
9459
|
+
"timestamp"
|
|
9229
9460
|
],
|
|
9230
|
-
"title": "ServerLifecycleEvent",
|
|
9231
9461
|
"type": "object"
|
|
9232
9462
|
},
|
|
9233
9463
|
"ServerUptimeChart": {
|
|
@@ -9235,7 +9465,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
9235
9465
|
"properties": {
|
|
9236
9466
|
"currently_running": {
|
|
9237
9467
|
"description": "Currently running servers",
|
|
9238
|
-
"title": "Currently Running",
|
|
9239
9468
|
"type": "integer"
|
|
9240
9469
|
},
|
|
9241
9470
|
"data_points": {
|
|
@@ -9243,183 +9472,69 @@ export const OPENAPI_SCHEMA = {
|
|
|
9243
9472
|
"items": {
|
|
9244
9473
|
"$ref": "#/components/schemas/ServerUptimeDataPoint"
|
|
9245
9474
|
},
|
|
9246
|
-
"title": "Data Points",
|
|
9247
9475
|
"type": "array"
|
|
9248
9476
|
},
|
|
9249
9477
|
"granularity": {
|
|
9250
9478
|
"description": "Data granularity",
|
|
9251
|
-
"title": "Granularity",
|
|
9252
9479
|
"type": "string"
|
|
9253
9480
|
},
|
|
9254
9481
|
"period_hours": {
|
|
9255
9482
|
"description": "Period in hours",
|
|
9256
|
-
"title": "Period Hours",
|
|
9257
9483
|
"type": "integer"
|
|
9258
9484
|
},
|
|
9259
9485
|
"title": {
|
|
9260
9486
|
"default": "Server Uptime",
|
|
9261
9487
|
"description": "Chart title",
|
|
9262
|
-
"title": "Title",
|
|
9263
9488
|
"type": "string"
|
|
9264
9489
|
},
|
|
9265
9490
|
"total_servers": {
|
|
9266
9491
|
"description": "Total unique servers in period",
|
|
9267
|
-
"title": "Total Servers",
|
|
9268
9492
|
"type": "integer"
|
|
9269
9493
|
}
|
|
9270
9494
|
},
|
|
9271
9495
|
"required": [
|
|
9272
|
-
"
|
|
9496
|
+
"currently_running",
|
|
9273
9497
|
"granularity",
|
|
9274
|
-
"total_servers",
|
|
9275
|
-
"currently_running"
|
|
9276
|
-
],
|
|
9277
|
-
"title": "ServerUptimeChartSerializer",
|
|
9278
|
-
"type": "object"
|
|
9279
|
-
},
|
|
9280
|
-
"ServerUptimeChartSerializer": {
|
|
9281
|
-
"description": "Server uptime over time chart data.",
|
|
9282
|
-
"properties": {
|
|
9283
|
-
"currently_running": {
|
|
9284
|
-
"description": "Currently running servers",
|
|
9285
|
-
"title": "Currently Running",
|
|
9286
|
-
"type": "integer"
|
|
9287
|
-
},
|
|
9288
|
-
"data_points": {
|
|
9289
|
-
"description": "Uptime data points",
|
|
9290
|
-
"items": {
|
|
9291
|
-
"$ref": "#/components/schemas/ServerUptimeDataPoint"
|
|
9292
|
-
},
|
|
9293
|
-
"title": "Data Points",
|
|
9294
|
-
"type": "array"
|
|
9295
|
-
},
|
|
9296
|
-
"granularity": {
|
|
9297
|
-
"description": "Data granularity",
|
|
9298
|
-
"title": "Granularity",
|
|
9299
|
-
"type": "string"
|
|
9300
|
-
},
|
|
9301
|
-
"period_hours": {
|
|
9302
|
-
"description": "Period in hours",
|
|
9303
|
-
"title": "Period Hours",
|
|
9304
|
-
"type": "integer"
|
|
9305
|
-
},
|
|
9306
|
-
"title": {
|
|
9307
|
-
"default": "Server Uptime",
|
|
9308
|
-
"description": "Chart title",
|
|
9309
|
-
"title": "Title",
|
|
9310
|
-
"type": "string"
|
|
9311
|
-
},
|
|
9312
|
-
"total_servers": {
|
|
9313
|
-
"description": "Total unique servers in period",
|
|
9314
|
-
"title": "Total Servers",
|
|
9315
|
-
"type": "integer"
|
|
9316
|
-
}
|
|
9317
|
-
},
|
|
9318
|
-
"required": [
|
|
9319
9498
|
"period_hours",
|
|
9320
|
-
"
|
|
9321
|
-
"total_servers",
|
|
9322
|
-
"currently_running"
|
|
9499
|
+
"total_servers"
|
|
9323
9500
|
],
|
|
9324
|
-
"title": "ServerUptimeChartSerializer",
|
|
9325
9501
|
"type": "object"
|
|
9326
|
-
},
|
|
9327
|
-
"ServerUptimeDataPoint": {
|
|
9328
|
-
"description": "Server uptime data point.",
|
|
9329
|
-
"properties": {
|
|
9330
|
-
"server_count": {
|
|
9331
|
-
"description": "Number of running servers",
|
|
9332
|
-
"title": "Server Count",
|
|
9333
|
-
"type": "integer"
|
|
9334
|
-
},
|
|
9335
|
-
"servers": {
|
|
9336
|
-
"description": "List of server addresses",
|
|
9337
|
-
"items": {
|
|
9338
|
-
"type": "string"
|
|
9339
|
-
},
|
|
9340
|
-
"title": "Servers",
|
|
9341
|
-
"type": "array"
|
|
9342
|
-
},
|
|
9343
|
-
"timestamp": {
|
|
9344
|
-
"description": "ISO timestamp",
|
|
9345
|
-
"title": "Timestamp",
|
|
9346
|
-
"type": "string"
|
|
9347
|
-
}
|
|
9348
|
-
},
|
|
9349
|
-
"required": [
|
|
9350
|
-
"timestamp",
|
|
9351
|
-
"server_count"
|
|
9352
|
-
],
|
|
9353
|
-
"title": "ServerUptimeDataPoint",
|
|
9354
|
-
"type": "object"
|
|
9355
|
-
},
|
|
9356
|
-
"ServiceActivityChart": {
|
|
9357
|
-
"description": "Service activity comparison chart data.",
|
|
9358
|
-
"properties": {
|
|
9359
|
-
"most_active_service": {
|
|
9360
|
-
"anyOf": [
|
|
9361
|
-
{
|
|
9362
|
-
"type": "string"
|
|
9363
|
-
},
|
|
9364
|
-
{
|
|
9365
|
-
"type": "null"
|
|
9366
|
-
}
|
|
9367
|
-
],
|
|
9368
|
-
"default": null,
|
|
9369
|
-
"description": "Most active service name",
|
|
9370
|
-
"title": "Most Active Service"
|
|
9371
|
-
},
|
|
9372
|
-
"period_hours": {
|
|
9373
|
-
"description": "Period in hours",
|
|
9374
|
-
"title": "Period Hours",
|
|
9502
|
+
},
|
|
9503
|
+
"ServerUptimeDataPoint": {
|
|
9504
|
+
"description": "Server uptime data point.",
|
|
9505
|
+
"properties": {
|
|
9506
|
+
"server_count": {
|
|
9507
|
+
"description": "Number of running servers",
|
|
9375
9508
|
"type": "integer"
|
|
9376
9509
|
},
|
|
9377
|
-
"
|
|
9378
|
-
"description": "
|
|
9510
|
+
"servers": {
|
|
9511
|
+
"description": "List of server addresses",
|
|
9379
9512
|
"items": {
|
|
9380
|
-
"
|
|
9513
|
+
"type": "string"
|
|
9381
9514
|
},
|
|
9382
|
-
"title": "Services",
|
|
9383
9515
|
"type": "array"
|
|
9384
9516
|
},
|
|
9385
|
-
"
|
|
9386
|
-
"
|
|
9387
|
-
"description": "Chart title",
|
|
9388
|
-
"title": "Title",
|
|
9517
|
+
"timestamp": {
|
|
9518
|
+
"description": "ISO timestamp",
|
|
9389
9519
|
"type": "string"
|
|
9390
|
-
},
|
|
9391
|
-
"total_services": {
|
|
9392
|
-
"description": "Total number of services",
|
|
9393
|
-
"title": "Total Services",
|
|
9394
|
-
"type": "integer"
|
|
9395
9520
|
}
|
|
9396
9521
|
},
|
|
9397
9522
|
"required": [
|
|
9398
|
-
"
|
|
9399
|
-
"
|
|
9523
|
+
"server_count",
|
|
9524
|
+
"timestamp"
|
|
9400
9525
|
],
|
|
9401
|
-
"title": "ServiceActivityChartSerializer",
|
|
9402
9526
|
"type": "object"
|
|
9403
9527
|
},
|
|
9404
|
-
"
|
|
9528
|
+
"ServiceActivityChart": {
|
|
9405
9529
|
"description": "Service activity comparison chart data.",
|
|
9406
9530
|
"properties": {
|
|
9407
9531
|
"most_active_service": {
|
|
9408
|
-
"anyOf": [
|
|
9409
|
-
{
|
|
9410
|
-
"type": "string"
|
|
9411
|
-
},
|
|
9412
|
-
{
|
|
9413
|
-
"type": "null"
|
|
9414
|
-
}
|
|
9415
|
-
],
|
|
9416
|
-
"default": null,
|
|
9417
9532
|
"description": "Most active service name",
|
|
9418
|
-
"
|
|
9533
|
+
"nullable": true,
|
|
9534
|
+
"type": "string"
|
|
9419
9535
|
},
|
|
9420
9536
|
"period_hours": {
|
|
9421
9537
|
"description": "Period in hours",
|
|
9422
|
-
"title": "Period Hours",
|
|
9423
9538
|
"type": "integer"
|
|
9424
9539
|
},
|
|
9425
9540
|
"services": {
|
|
@@ -9427,18 +9542,15 @@ export const OPENAPI_SCHEMA = {
|
|
|
9427
9542
|
"items": {
|
|
9428
9543
|
"$ref": "#/components/schemas/ServiceActivityDataPoint"
|
|
9429
9544
|
},
|
|
9430
|
-
"title": "Services",
|
|
9431
9545
|
"type": "array"
|
|
9432
9546
|
},
|
|
9433
9547
|
"title": {
|
|
9434
9548
|
"default": "Service Activity",
|
|
9435
9549
|
"description": "Chart title",
|
|
9436
|
-
"title": "Title",
|
|
9437
9550
|
"type": "string"
|
|
9438
9551
|
},
|
|
9439
9552
|
"total_services": {
|
|
9440
9553
|
"description": "Total number of services",
|
|
9441
|
-
"title": "Total Services",
|
|
9442
9554
|
"type": "integer"
|
|
9443
9555
|
}
|
|
9444
9556
|
},
|
|
@@ -9446,7 +9558,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
9446
9558
|
"period_hours",
|
|
9447
9559
|
"total_services"
|
|
9448
9560
|
],
|
|
9449
|
-
"title": "ServiceActivityChartSerializer",
|
|
9450
9561
|
"type": "object"
|
|
9451
9562
|
},
|
|
9452
9563
|
"ServiceActivityDataPoint": {
|
|
@@ -9454,32 +9565,29 @@ export const OPENAPI_SCHEMA = {
|
|
|
9454
9565
|
"properties": {
|
|
9455
9566
|
"avg_duration_ms": {
|
|
9456
9567
|
"description": "Average duration",
|
|
9457
|
-
"
|
|
9568
|
+
"format": "double",
|
|
9458
9569
|
"type": "number"
|
|
9459
9570
|
},
|
|
9460
9571
|
"request_count": {
|
|
9461
9572
|
"description": "Number of requests",
|
|
9462
|
-
"title": "Request Count",
|
|
9463
9573
|
"type": "integer"
|
|
9464
9574
|
},
|
|
9465
9575
|
"service_name": {
|
|
9466
9576
|
"description": "Service name",
|
|
9467
|
-
"title": "Service Name",
|
|
9468
9577
|
"type": "string"
|
|
9469
9578
|
},
|
|
9470
9579
|
"success_rate": {
|
|
9471
9580
|
"description": "Success rate percentage",
|
|
9472
|
-
"
|
|
9581
|
+
"format": "double",
|
|
9473
9582
|
"type": "number"
|
|
9474
9583
|
}
|
|
9475
9584
|
},
|
|
9476
9585
|
"required": [
|
|
9477
|
-
"
|
|
9586
|
+
"avg_duration_ms",
|
|
9478
9587
|
"request_count",
|
|
9479
|
-
"
|
|
9480
|
-
"
|
|
9588
|
+
"service_name",
|
|
9589
|
+
"success_rate"
|
|
9481
9590
|
],
|
|
9482
|
-
"title": "ServiceActivityDataPoint",
|
|
9483
9591
|
"type": "object"
|
|
9484
9592
|
},
|
|
9485
9593
|
"ServiceDetail": {
|
|
@@ -9488,70 +9596,64 @@ export const OPENAPI_SCHEMA = {
|
|
|
9488
9596
|
"base_class": {
|
|
9489
9597
|
"default": "",
|
|
9490
9598
|
"description": "Base class name",
|
|
9491
|
-
"title": "Base Class",
|
|
9492
9599
|
"type": "string"
|
|
9493
9600
|
},
|
|
9494
9601
|
"class_name": {
|
|
9495
9602
|
"description": "Service class name",
|
|
9496
|
-
"title": "Class Name",
|
|
9497
9603
|
"type": "string"
|
|
9498
9604
|
},
|
|
9499
9605
|
"description": {
|
|
9500
9606
|
"default": "",
|
|
9501
9607
|
"description": "Service description from docstring",
|
|
9502
|
-
"title": "Description",
|
|
9503
9608
|
"type": "string"
|
|
9504
9609
|
},
|
|
9505
9610
|
"file_path": {
|
|
9506
9611
|
"default": "",
|
|
9507
9612
|
"description": "Path to service file",
|
|
9508
|
-
"title": "File Path",
|
|
9509
9613
|
"type": "string"
|
|
9510
9614
|
},
|
|
9511
9615
|
"full_name": {
|
|
9512
9616
|
"description": "Full service name with package",
|
|
9513
|
-
"title": "Full Name",
|
|
9514
9617
|
"type": "string"
|
|
9515
9618
|
},
|
|
9516
9619
|
"methods": {
|
|
9517
9620
|
"description": "Service methods",
|
|
9518
9621
|
"items": {
|
|
9519
|
-
"$ref": "#/components/schemas/
|
|
9622
|
+
"$ref": "#/components/schemas/MethodInfo"
|
|
9520
9623
|
},
|
|
9521
|
-
"title": "Methods",
|
|
9522
9624
|
"type": "array"
|
|
9523
9625
|
},
|
|
9524
9626
|
"name": {
|
|
9525
9627
|
"description": "Service name",
|
|
9526
|
-
"title": "Name",
|
|
9527
9628
|
"type": "string"
|
|
9528
9629
|
},
|
|
9529
9630
|
"package": {
|
|
9530
9631
|
"description": "Package name",
|
|
9531
|
-
"title": "Package",
|
|
9532
9632
|
"type": "string"
|
|
9533
9633
|
},
|
|
9534
9634
|
"recent_errors": {
|
|
9535
9635
|
"description": "Recent errors",
|
|
9536
9636
|
"items": {
|
|
9537
|
-
"$ref": "#/components/schemas/
|
|
9637
|
+
"$ref": "#/components/schemas/RecentError"
|
|
9538
9638
|
},
|
|
9539
|
-
"title": "Recent Errors",
|
|
9540
9639
|
"type": "array"
|
|
9541
9640
|
},
|
|
9542
9641
|
"stats": {
|
|
9543
|
-
"
|
|
9642
|
+
"allOf": [
|
|
9643
|
+
{
|
|
9644
|
+
"$ref": "#/components/schemas/ServiceStats"
|
|
9645
|
+
}
|
|
9646
|
+
],
|
|
9544
9647
|
"description": "Service statistics"
|
|
9545
9648
|
}
|
|
9546
9649
|
},
|
|
9547
9650
|
"required": [
|
|
9548
|
-
"
|
|
9651
|
+
"class_name",
|
|
9549
9652
|
"full_name",
|
|
9653
|
+
"name",
|
|
9550
9654
|
"package",
|
|
9551
|
-
"class_name",
|
|
9552
9655
|
"stats"
|
|
9553
9656
|
],
|
|
9554
|
-
"title": "ServiceDetailSerializer",
|
|
9555
9657
|
"type": "object"
|
|
9556
9658
|
},
|
|
9557
9659
|
"ServiceList": {
|
|
@@ -9560,14 +9662,12 @@ export const OPENAPI_SCHEMA = {
|
|
|
9560
9662
|
"services": {
|
|
9561
9663
|
"description": "Service statistics",
|
|
9562
9664
|
"items": {
|
|
9563
|
-
"$ref": "#/components/schemas/
|
|
9665
|
+
"$ref": "#/components/schemas/MonitoringServiceStats"
|
|
9564
9666
|
},
|
|
9565
|
-
"title": "Services",
|
|
9566
9667
|
"type": "array"
|
|
9567
9668
|
},
|
|
9568
9669
|
"total_services": {
|
|
9569
9670
|
"description": "Total number of services",
|
|
9570
|
-
"title": "Total Services",
|
|
9571
9671
|
"type": "integer"
|
|
9572
9672
|
}
|
|
9573
9673
|
},
|
|
@@ -9575,7 +9675,6 @@ export const OPENAPI_SCHEMA = {
|
|
|
9575
9675
|
"services",
|
|
9576
9676
|
"total_services"
|
|
9577
9677
|
],
|
|
9578
|
-
"title": "ServiceListSerializer",
|
|
9579
9678
|
"type": "object"
|
|
9580
9679
|
},
|
|
9581
9680
|
"ServiceMethods": {
|
|
@@ -9584,19 +9683,16 @@ export const OPENAPI_SCHEMA = {
|
|
|
9584
9683
|
"methods": {
|
|
9585
9684
|
"description": "List of methods",
|
|
9586
9685
|
"items": {
|
|
9587
|
-
"$ref": "#/components/schemas/
|
|
9686
|
+
"$ref": "#/components/schemas/MethodSummary"
|
|
9588
9687
|
},
|
|
9589
|
-
"title": "Methods",
|
|
9590
9688
|
"type": "array"
|
|
9591
9689
|
},
|
|
9592
9690
|
"service_name": {
|
|
9593
9691
|
"description": "Service name",
|
|
9594
|
-
"title": "Service Name",
|
|
9595
9692
|
"type": "string"
|
|
9596
9693
|
},
|
|
9597
9694
|
"total_methods": {
|
|
9598
9695
|
"description": "Total number of methods",
|
|
9599
|
-
"title": "Total Methods",
|
|
9600
9696
|
"type": "integer"
|
|
9601
9697
|
}
|
|
9602
9698
|
},
|
|
@@ -9604,50 +9700,44 @@ export const OPENAPI_SCHEMA = {
|
|
|
9604
9700
|
"service_name",
|
|
9605
9701
|
"total_methods"
|
|
9606
9702
|
],
|
|
9607
|
-
"title": "ServiceMethodsSerializer",
|
|
9608
9703
|
"type": "object"
|
|
9609
9704
|
},
|
|
9610
|
-
"
|
|
9705
|
+
"ServiceStats": {
|
|
9611
9706
|
"description": "Service statistics.",
|
|
9612
9707
|
"properties": {
|
|
9613
9708
|
"avg_duration_ms": {
|
|
9614
9709
|
"default": 0.0,
|
|
9615
9710
|
"description": "Average duration in milliseconds",
|
|
9616
|
-
"
|
|
9711
|
+
"format": "double",
|
|
9617
9712
|
"type": "number"
|
|
9618
9713
|
},
|
|
9619
9714
|
"errors": {
|
|
9620
9715
|
"default": 0,
|
|
9621
9716
|
"description": "Failed requests",
|
|
9622
|
-
"title": "Errors",
|
|
9623
9717
|
"type": "integer"
|
|
9624
9718
|
},
|
|
9625
9719
|
"last_24h_requests": {
|
|
9626
9720
|
"default": 0,
|
|
9627
9721
|
"description": "Requests in last 24 hours",
|
|
9628
|
-
"title": "Last 24H Requests",
|
|
9629
9722
|
"type": "integer"
|
|
9630
9723
|
},
|
|
9631
9724
|
"success_rate": {
|
|
9632
9725
|
"default": 0.0,
|
|
9633
9726
|
"description": "Success rate percentage",
|
|
9634
|
-
"
|
|
9727
|
+
"format": "double",
|
|
9635
9728
|
"type": "number"
|
|
9636
9729
|
},
|
|
9637
9730
|
"successful": {
|
|
9638
9731
|
"default": 0,
|
|
9639
9732
|
"description": "Successful requests",
|
|
9640
|
-
"title": "Successful",
|
|
9641
9733
|
"type": "integer"
|
|
9642
9734
|
},
|
|
9643
9735
|
"total_requests": {
|
|
9644
9736
|
"default": 0,
|
|
9645
9737
|
"description": "Total requests",
|
|
9646
|
-
"title": "Total Requests",
|
|
9647
9738
|
"type": "integer"
|
|
9648
9739
|
}
|
|
9649
9740
|
},
|
|
9650
|
-
"title": "ServiceStatsSerializer",
|
|
9651
9741
|
"type": "object"
|
|
9652
9742
|
},
|
|
9653
9743
|
"SpectacularConfig": {
|
|
@@ -11347,7 +11437,14 @@ export const OPENAPI_SCHEMA = {
|
|
|
11347
11437
|
"operationId": "cfg_centrifugo_monitor_channels_retrieve",
|
|
11348
11438
|
"responses": {
|
|
11349
11439
|
"200": {
|
|
11350
|
-
"
|
|
11440
|
+
"content": {
|
|
11441
|
+
"application/json": {
|
|
11442
|
+
"schema": {
|
|
11443
|
+
"$ref": "#/components/schemas/Publish"
|
|
11444
|
+
}
|
|
11445
|
+
}
|
|
11446
|
+
},
|
|
11447
|
+
"description": ""
|
|
11351
11448
|
}
|
|
11352
11449
|
},
|
|
11353
11450
|
"security": [
|
|
@@ -11467,8 +11564,8 @@ export const OPENAPI_SCHEMA = {
|
|
|
11467
11564
|
},
|
|
11468
11565
|
"/cfg/centrifugo/monitor/publishes/": {
|
|
11469
11566
|
"get": {
|
|
11470
|
-
"description": "Returns a list of recent Centrifugo publishes with their details.",
|
|
11471
|
-
"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",
|
|
11472
11569
|
"parameters": [
|
|
11473
11570
|
{
|
|
11474
11571
|
"description": "Filter by channel name",
|
|
@@ -11479,17 +11576,17 @@ export const OPENAPI_SCHEMA = {
|
|
|
11479
11576
|
}
|
|
11480
11577
|
},
|
|
11481
11578
|
{
|
|
11482
|
-
"description": "
|
|
11579
|
+
"description": "Page number",
|
|
11483
11580
|
"in": "query",
|
|
11484
|
-
"name": "
|
|
11581
|
+
"name": "page",
|
|
11485
11582
|
"schema": {
|
|
11486
11583
|
"type": "integer"
|
|
11487
11584
|
}
|
|
11488
11585
|
},
|
|
11489
11586
|
{
|
|
11490
|
-
"description": "
|
|
11587
|
+
"description": "Items per page (default: 10, max: 100)",
|
|
11491
11588
|
"in": "query",
|
|
11492
|
-
"name": "
|
|
11589
|
+
"name": "page_size",
|
|
11493
11590
|
"schema": {
|
|
11494
11591
|
"type": "integer"
|
|
11495
11592
|
}
|
|
@@ -11508,7 +11605,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
11508
11605
|
"content": {
|
|
11509
11606
|
"application/json": {
|
|
11510
11607
|
"schema": {
|
|
11511
|
-
"$ref": "#/components/schemas/
|
|
11608
|
+
"$ref": "#/components/schemas/PaginatedPublishList"
|
|
11512
11609
|
}
|
|
11513
11610
|
}
|
|
11514
11611
|
},
|
|
@@ -12983,10 +13080,209 @@ export const OPENAPI_SCHEMA = {
|
|
|
12983
13080
|
"content": {
|
|
12984
13081
|
"application/json": {
|
|
12985
13082
|
"schema": {
|
|
12986
|
-
"items": {
|
|
12987
|
-
"$ref": "#/components/schemas/APIZone"
|
|
12988
|
-
},
|
|
12989
|
-
"type": "array"
|
|
13083
|
+
"items": {
|
|
13084
|
+
"$ref": "#/components/schemas/APIZone"
|
|
13085
|
+
},
|
|
13086
|
+
"type": "array"
|
|
13087
|
+
}
|
|
13088
|
+
}
|
|
13089
|
+
},
|
|
13090
|
+
"description": ""
|
|
13091
|
+
}
|
|
13092
|
+
},
|
|
13093
|
+
"security": [
|
|
13094
|
+
{
|
|
13095
|
+
"jwtAuth": []
|
|
13096
|
+
},
|
|
13097
|
+
{
|
|
13098
|
+
"cookieAuth": []
|
|
13099
|
+
},
|
|
13100
|
+
{
|
|
13101
|
+
"basicAuth": []
|
|
13102
|
+
}
|
|
13103
|
+
],
|
|
13104
|
+
"summary": "Get all API zones",
|
|
13105
|
+
"tags": [
|
|
13106
|
+
"Dashboard - API Zones"
|
|
13107
|
+
],
|
|
13108
|
+
"x-async-capable": false
|
|
13109
|
+
}
|
|
13110
|
+
},
|
|
13111
|
+
"/cfg/dashboard/api/zones/summary/": {
|
|
13112
|
+
"get": {
|
|
13113
|
+
"description": "Retrieve zones summary with statistics",
|
|
13114
|
+
"operationId": "cfg_dashboard_api_zones_summary_retrieve",
|
|
13115
|
+
"responses": {
|
|
13116
|
+
"200": {
|
|
13117
|
+
"content": {
|
|
13118
|
+
"application/json": {
|
|
13119
|
+
"schema": {
|
|
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"
|
|
12990
13286
|
}
|
|
12991
13287
|
}
|
|
12992
13288
|
},
|
|
@@ -13004,23 +13300,23 @@ export const OPENAPI_SCHEMA = {
|
|
|
13004
13300
|
"basicAuth": []
|
|
13005
13301
|
}
|
|
13006
13302
|
],
|
|
13007
|
-
"summary": "
|
|
13303
|
+
"summary": "List API keys",
|
|
13008
13304
|
"tags": [
|
|
13009
|
-
"
|
|
13305
|
+
"gRPC API Keys"
|
|
13010
13306
|
],
|
|
13011
13307
|
"x-async-capable": false
|
|
13012
13308
|
}
|
|
13013
13309
|
},
|
|
13014
|
-
"/cfg/
|
|
13310
|
+
"/cfg/grpc/api-keys/stats/": {
|
|
13015
13311
|
"get": {
|
|
13016
|
-
"description": "
|
|
13017
|
-
"operationId": "
|
|
13312
|
+
"description": "Returns overall statistics about API keys usage.",
|
|
13313
|
+
"operationId": "cfg_grpc_api_keys_stats_retrieve",
|
|
13018
13314
|
"responses": {
|
|
13019
13315
|
"200": {
|
|
13020
13316
|
"content": {
|
|
13021
13317
|
"application/json": {
|
|
13022
13318
|
"schema": {
|
|
13023
|
-
"$ref": "#/components/schemas/
|
|
13319
|
+
"$ref": "#/components/schemas/ApiKeyStats"
|
|
13024
13320
|
}
|
|
13025
13321
|
}
|
|
13026
13322
|
},
|
|
@@ -13038,51 +13334,44 @@ export const OPENAPI_SCHEMA = {
|
|
|
13038
13334
|
"basicAuth": []
|
|
13039
13335
|
}
|
|
13040
13336
|
],
|
|
13041
|
-
"summary": "Get
|
|
13337
|
+
"summary": "Get API keys statistics",
|
|
13042
13338
|
"tags": [
|
|
13043
|
-
"
|
|
13339
|
+
"gRPC API Keys"
|
|
13044
13340
|
],
|
|
13045
13341
|
"x-async-capable": false
|
|
13046
13342
|
}
|
|
13047
13343
|
},
|
|
13048
|
-
"/cfg/
|
|
13344
|
+
"/cfg/grpc/api-keys/{id}/": {
|
|
13049
13345
|
"get": {
|
|
13050
|
-
"description": "
|
|
13051
|
-
"operationId": "
|
|
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
|
+
],
|
|
13052
13359
|
"responses": {
|
|
13053
13360
|
"200": {
|
|
13054
13361
|
"content": {
|
|
13055
13362
|
"application/json": {
|
|
13056
13363
|
"schema": {
|
|
13057
|
-
"$ref": "#/components/schemas/
|
|
13364
|
+
"$ref": "#/components/schemas/ApiKey"
|
|
13058
13365
|
}
|
|
13059
13366
|
}
|
|
13060
13367
|
},
|
|
13061
13368
|
"description": ""
|
|
13062
|
-
}
|
|
13063
|
-
},
|
|
13064
|
-
"security": [
|
|
13065
|
-
{
|
|
13066
|
-
"jwtAuth": []
|
|
13067
13369
|
},
|
|
13068
|
-
{
|
|
13069
|
-
],
|
|
13070
|
-
"tags": [
|
|
13071
|
-
"endpoints"
|
|
13072
|
-
],
|
|
13073
|
-
"x-async-capable": false
|
|
13074
|
-
}
|
|
13075
|
-
},
|
|
13076
|
-
"/cfg/endpoints/urls/": {
|
|
13077
|
-
"get": {
|
|
13078
|
-
"description": "Return all registered URLs.",
|
|
13079
|
-
"operationId": "cfg_endpoints_urls_retrieve",
|
|
13080
|
-
"responses": {
|
|
13081
|
-
"200": {
|
|
13370
|
+
"404": {
|
|
13082
13371
|
"content": {
|
|
13083
13372
|
"application/json": {
|
|
13084
13373
|
"schema": {
|
|
13085
|
-
"
|
|
13374
|
+
"description": "API key not found"
|
|
13086
13375
|
}
|
|
13087
13376
|
}
|
|
13088
13377
|
},
|
|
@@ -13093,31 +13382,16 @@ export const OPENAPI_SCHEMA = {
|
|
|
13093
13382
|
{
|
|
13094
13383
|
"jwtAuth": []
|
|
13095
13384
|
},
|
|
13096
|
-
{}
|
|
13097
|
-
],
|
|
13098
|
-
"tags": [
|
|
13099
|
-
"endpoints"
|
|
13100
|
-
],
|
|
13101
|
-
"x-async-capable": false
|
|
13102
|
-
}
|
|
13103
|
-
},
|
|
13104
|
-
"/cfg/endpoints/urls/compact/": {
|
|
13105
|
-
"get": {
|
|
13106
|
-
"description": "Return compact URL list.",
|
|
13107
|
-
"operationId": "cfg_endpoints_urls_compact_retrieve",
|
|
13108
|
-
"responses": {
|
|
13109
|
-
"200": {
|
|
13110
|
-
"description": "No response body"
|
|
13111
|
-
}
|
|
13112
|
-
},
|
|
13113
|
-
"security": [
|
|
13114
13385
|
{
|
|
13115
|
-
"
|
|
13386
|
+
"cookieAuth": []
|
|
13116
13387
|
},
|
|
13117
|
-
{
|
|
13388
|
+
{
|
|
13389
|
+
"basicAuth": []
|
|
13390
|
+
}
|
|
13118
13391
|
],
|
|
13392
|
+
"summary": "Get API key details",
|
|
13119
13393
|
"tags": [
|
|
13120
|
-
"
|
|
13394
|
+
"gRPC API Keys"
|
|
13121
13395
|
],
|
|
13122
13396
|
"x-async-capable": false
|
|
13123
13397
|
}
|
|
@@ -13741,13 +14015,222 @@ export const OPENAPI_SCHEMA = {
|
|
|
13741
14015
|
"type": "integer"
|
|
13742
14016
|
}
|
|
13743
14017
|
}
|
|
13744
|
-
],
|
|
14018
|
+
],
|
|
14019
|
+
"responses": {
|
|
14020
|
+
"200": {
|
|
14021
|
+
"content": {
|
|
14022
|
+
"application/json": {
|
|
14023
|
+
"schema": {
|
|
14024
|
+
"$ref": "#/components/schemas/ServiceList"
|
|
14025
|
+
}
|
|
14026
|
+
}
|
|
14027
|
+
},
|
|
14028
|
+
"description": ""
|
|
14029
|
+
},
|
|
14030
|
+
"400": {
|
|
14031
|
+
"content": {
|
|
14032
|
+
"application/json": {
|
|
14033
|
+
"schema": {
|
|
14034
|
+
"description": "Invalid parameters"
|
|
14035
|
+
}
|
|
14036
|
+
}
|
|
14037
|
+
},
|
|
14038
|
+
"description": ""
|
|
14039
|
+
}
|
|
14040
|
+
},
|
|
14041
|
+
"security": [
|
|
14042
|
+
{
|
|
14043
|
+
"jwtAuth": []
|
|
14044
|
+
},
|
|
14045
|
+
{
|
|
14046
|
+
"cookieAuth": []
|
|
14047
|
+
},
|
|
14048
|
+
{
|
|
14049
|
+
"basicAuth": []
|
|
14050
|
+
}
|
|
14051
|
+
],
|
|
14052
|
+
"summary": "Get service statistics",
|
|
14053
|
+
"tags": [
|
|
14054
|
+
"gRPC Monitoring"
|
|
14055
|
+
],
|
|
14056
|
+
"x-async-capable": false
|
|
14057
|
+
}
|
|
14058
|
+
},
|
|
14059
|
+
"/cfg/grpc/monitor/timeline/": {
|
|
14060
|
+
"get": {
|
|
14061
|
+
"description": "Returns hourly or daily breakdown of request counts for charts.",
|
|
14062
|
+
"operationId": "cfg_grpc_monitor_timeline_retrieve",
|
|
14063
|
+
"parameters": [
|
|
14064
|
+
{
|
|
14065
|
+
"description": "Time period in hours (default: 24)",
|
|
14066
|
+
"in": "query",
|
|
14067
|
+
"name": "hours",
|
|
14068
|
+
"schema": {
|
|
14069
|
+
"type": "integer"
|
|
14070
|
+
}
|
|
14071
|
+
},
|
|
14072
|
+
{
|
|
14073
|
+
"description": "Time interval: \u0027hour\u0027 or \u0027day\u0027 (default: hour)",
|
|
14074
|
+
"in": "query",
|
|
14075
|
+
"name": "interval",
|
|
14076
|
+
"schema": {
|
|
14077
|
+
"type": "string"
|
|
14078
|
+
}
|
|
14079
|
+
}
|
|
14080
|
+
],
|
|
14081
|
+
"responses": {
|
|
14082
|
+
"200": {
|
|
14083
|
+
"content": {
|
|
14084
|
+
"application/json": {
|
|
14085
|
+
"schema": {
|
|
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
|
+
},
|
|
13745
14228
|
"responses": {
|
|
13746
14229
|
"200": {
|
|
13747
14230
|
"content": {
|
|
13748
14231
|
"application/json": {
|
|
13749
14232
|
"schema": {
|
|
13750
|
-
"$ref": "#/components/schemas/
|
|
14233
|
+
"$ref": "#/components/schemas/ProtoGenerateResponse"
|
|
13751
14234
|
}
|
|
13752
14235
|
}
|
|
13753
14236
|
},
|
|
@@ -13757,7 +14240,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
13757
14240
|
"content": {
|
|
13758
14241
|
"application/json": {
|
|
13759
14242
|
"schema": {
|
|
13760
|
-
"description": "
|
|
14243
|
+
"description": "Bad request"
|
|
13761
14244
|
}
|
|
13762
14245
|
}
|
|
13763
14246
|
},
|
|
@@ -13775,30 +14258,32 @@ export const OPENAPI_SCHEMA = {
|
|
|
13775
14258
|
"basicAuth": []
|
|
13776
14259
|
}
|
|
13777
14260
|
],
|
|
13778
|
-
"summary": "
|
|
14261
|
+
"summary": "Generate proto files",
|
|
13779
14262
|
"tags": [
|
|
13780
|
-
"gRPC
|
|
14263
|
+
"gRPC Proto Files"
|
|
13781
14264
|
],
|
|
13782
14265
|
"x-async-capable": false
|
|
13783
14266
|
}
|
|
13784
14267
|
},
|
|
13785
|
-
"/cfg/grpc/
|
|
14268
|
+
"/cfg/grpc/proto-files/{id}/": {
|
|
13786
14269
|
"get": {
|
|
13787
|
-
"description": "
|
|
13788
|
-
"operationId": "
|
|
14270
|
+
"description": "Download specific proto file by app label.",
|
|
14271
|
+
"operationId": "cfg_grpc_proto_files_retrieve",
|
|
13789
14272
|
"parameters": [
|
|
13790
14273
|
{
|
|
13791
|
-
"
|
|
13792
|
-
"
|
|
13793
|
-
"
|
|
14274
|
+
"in": "path",
|
|
14275
|
+
"name": "id",
|
|
14276
|
+
"required": true,
|
|
13794
14277
|
"schema": {
|
|
13795
|
-
"
|
|
14278
|
+
"pattern": "^[^/]+$",
|
|
14279
|
+
"type": "string"
|
|
13796
14280
|
}
|
|
13797
14281
|
},
|
|
13798
14282
|
{
|
|
13799
|
-
"description": "
|
|
13800
|
-
"in": "
|
|
13801
|
-
"name": "
|
|
14283
|
+
"description": "App label (e.g., \u0027crypto\u0027)",
|
|
14284
|
+
"in": "path",
|
|
14285
|
+
"name": "pk",
|
|
14286
|
+
"required": true,
|
|
13802
14287
|
"schema": {
|
|
13803
14288
|
"type": "string"
|
|
13804
14289
|
}
|
|
@@ -13809,17 +14294,20 @@ export const OPENAPI_SCHEMA = {
|
|
|
13809
14294
|
"content": {
|
|
13810
14295
|
"application/json": {
|
|
13811
14296
|
"schema": {
|
|
13812
|
-
"
|
|
14297
|
+
"content": {
|
|
14298
|
+
"text/plain": {}
|
|
14299
|
+
},
|
|
14300
|
+
"description": "Proto file content"
|
|
13813
14301
|
}
|
|
13814
14302
|
}
|
|
13815
14303
|
},
|
|
13816
14304
|
"description": ""
|
|
13817
14305
|
},
|
|
13818
|
-
"
|
|
14306
|
+
"404": {
|
|
13819
14307
|
"content": {
|
|
13820
14308
|
"application/json": {
|
|
13821
14309
|
"schema": {
|
|
13822
|
-
"description": "
|
|
14310
|
+
"description": "Proto file not found"
|
|
13823
14311
|
}
|
|
13824
14312
|
}
|
|
13825
14313
|
},
|
|
@@ -13837,9 +14325,9 @@ export const OPENAPI_SCHEMA = {
|
|
|
13837
14325
|
"basicAuth": []
|
|
13838
14326
|
}
|
|
13839
14327
|
],
|
|
13840
|
-
"summary": "
|
|
14328
|
+
"summary": "Download proto file",
|
|
13841
14329
|
"tags": [
|
|
13842
|
-
"gRPC
|
|
14330
|
+
"gRPC Proto Files"
|
|
13843
14331
|
],
|
|
13844
14332
|
"x-async-capable": false
|
|
13845
14333
|
}
|
|
@@ -18674,6 +19162,24 @@ export const OPENAPI_SCHEMA = {
|
|
|
18674
19162
|
"description": "Returns all jobs across all registries (queued, started, finished, failed, deferred, scheduled).",
|
|
18675
19163
|
"operationId": "cfg_rq_jobs_list",
|
|
18676
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
|
+
},
|
|
18677
19183
|
{
|
|
18678
19184
|
"description": "Filter by queue name",
|
|
18679
19185
|
"in": "query",
|
|
@@ -18696,10 +19202,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
18696
19202
|
"content": {
|
|
18697
19203
|
"application/json": {
|
|
18698
19204
|
"schema": {
|
|
18699
|
-
"
|
|
18700
|
-
"$ref": "#/components/schemas/JobList"
|
|
18701
|
-
},
|
|
18702
|
-
"type": "array"
|
|
19205
|
+
"$ref": "#/components/schemas/PaginatedJobListList"
|
|
18703
19206
|
}
|
|
18704
19207
|
}
|
|
18705
19208
|
},
|
|
@@ -18729,6 +19232,24 @@ export const OPENAPI_SCHEMA = {
|
|
|
18729
19232
|
"description": "Returns list of all deferred jobs from deferred job registry.",
|
|
18730
19233
|
"operationId": "cfg_rq_jobs_registries_deferred_list",
|
|
18731
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
|
+
},
|
|
18732
19253
|
{
|
|
18733
19254
|
"description": "Filter by queue name",
|
|
18734
19255
|
"in": "query",
|
|
@@ -18743,10 +19264,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
18743
19264
|
"content": {
|
|
18744
19265
|
"application/json": {
|
|
18745
19266
|
"schema": {
|
|
18746
|
-
"
|
|
18747
|
-
"$ref": "#/components/schemas/JobList"
|
|
18748
|
-
},
|
|
18749
|
-
"type": "array"
|
|
19267
|
+
"$ref": "#/components/schemas/PaginatedJobListList"
|
|
18750
19268
|
}
|
|
18751
19269
|
}
|
|
18752
19270
|
},
|
|
@@ -18776,6 +19294,24 @@ export const OPENAPI_SCHEMA = {
|
|
|
18776
19294
|
"description": "Returns list of all failed jobs from failed job registry.",
|
|
18777
19295
|
"operationId": "cfg_rq_jobs_registries_failed_list",
|
|
18778
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
|
+
},
|
|
18779
19315
|
{
|
|
18780
19316
|
"description": "Filter by queue name",
|
|
18781
19317
|
"in": "query",
|
|
@@ -18790,10 +19326,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
18790
19326
|
"content": {
|
|
18791
19327
|
"application/json": {
|
|
18792
19328
|
"schema": {
|
|
18793
|
-
"
|
|
18794
|
-
"$ref": "#/components/schemas/JobList"
|
|
18795
|
-
},
|
|
18796
|
-
"type": "array"
|
|
19329
|
+
"$ref": "#/components/schemas/PaginatedJobListList"
|
|
18797
19330
|
}
|
|
18798
19331
|
}
|
|
18799
19332
|
},
|
|
@@ -18833,6 +19366,26 @@ export const OPENAPI_SCHEMA = {
|
|
|
18833
19366
|
}
|
|
18834
19367
|
}
|
|
18835
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
|
+
},
|
|
18836
19389
|
"responses": {
|
|
18837
19390
|
"200": {
|
|
18838
19391
|
"content": {
|
|
@@ -18878,6 +19431,26 @@ export const OPENAPI_SCHEMA = {
|
|
|
18878
19431
|
}
|
|
18879
19432
|
}
|
|
18880
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
|
+
},
|
|
18881
19454
|
"responses": {
|
|
18882
19455
|
"200": {
|
|
18883
19456
|
"content": {
|
|
@@ -18913,6 +19486,24 @@ export const OPENAPI_SCHEMA = {
|
|
|
18913
19486
|
"description": "Returns list of all finished jobs from finished job registry.",
|
|
18914
19487
|
"operationId": "cfg_rq_jobs_registries_finished_list",
|
|
18915
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
|
+
},
|
|
18916
19507
|
{
|
|
18917
19508
|
"description": "Filter by queue name",
|
|
18918
19509
|
"in": "query",
|
|
@@ -18927,10 +19518,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
18927
19518
|
"content": {
|
|
18928
19519
|
"application/json": {
|
|
18929
19520
|
"schema": {
|
|
18930
|
-
"
|
|
18931
|
-
"$ref": "#/components/schemas/JobList"
|
|
18932
|
-
},
|
|
18933
|
-
"type": "array"
|
|
19521
|
+
"$ref": "#/components/schemas/PaginatedJobListList"
|
|
18934
19522
|
}
|
|
18935
19523
|
}
|
|
18936
19524
|
},
|
|
@@ -18970,6 +19558,26 @@ export const OPENAPI_SCHEMA = {
|
|
|
18970
19558
|
}
|
|
18971
19559
|
}
|
|
18972
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
|
+
},
|
|
18973
19581
|
"responses": {
|
|
18974
19582
|
"200": {
|
|
18975
19583
|
"content": {
|
|
@@ -19005,6 +19613,24 @@ export const OPENAPI_SCHEMA = {
|
|
|
19005
19613
|
"description": "Returns list of all currently running jobs from started job registry.",
|
|
19006
19614
|
"operationId": "cfg_rq_jobs_registries_started_list",
|
|
19007
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
|
+
},
|
|
19008
19634
|
{
|
|
19009
19635
|
"description": "Filter by queue name",
|
|
19010
19636
|
"in": "query",
|
|
@@ -19019,10 +19645,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
19019
19645
|
"content": {
|
|
19020
19646
|
"application/json": {
|
|
19021
19647
|
"schema": {
|
|
19022
|
-
"
|
|
19023
|
-
"$ref": "#/components/schemas/JobList"
|
|
19024
|
-
},
|
|
19025
|
-
"type": "array"
|
|
19648
|
+
"$ref": "#/components/schemas/PaginatedJobListList"
|
|
19026
19649
|
}
|
|
19027
19650
|
}
|
|
19028
19651
|
},
|
|
@@ -19167,6 +19790,26 @@ export const OPENAPI_SCHEMA = {
|
|
|
19167
19790
|
}
|
|
19168
19791
|
}
|
|
19169
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
|
+
},
|
|
19170
19813
|
"responses": {
|
|
19171
19814
|
"200": {
|
|
19172
19815
|
"content": {
|
|
@@ -19221,6 +19864,26 @@ export const OPENAPI_SCHEMA = {
|
|
|
19221
19864
|
}
|
|
19222
19865
|
}
|
|
19223
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
|
+
},
|
|
19224
19887
|
"responses": {
|
|
19225
19888
|
"200": {
|
|
19226
19889
|
"content": {
|
|
@@ -19593,6 +20256,24 @@ export const OPENAPI_SCHEMA = {
|
|
|
19593
20256
|
"description": "Returns list of all scheduled jobs across all queues.",
|
|
19594
20257
|
"operationId": "cfg_rq_schedules_list",
|
|
19595
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
|
+
},
|
|
19596
20277
|
{
|
|
19597
20278
|
"description": "Filter by queue name",
|
|
19598
20279
|
"in": "query",
|
|
@@ -19607,10 +20288,7 @@ export const OPENAPI_SCHEMA = {
|
|
|
19607
20288
|
"content": {
|
|
19608
20289
|
"application/json": {
|
|
19609
20290
|
"schema": {
|
|
19610
|
-
"
|
|
19611
|
-
"$ref": "#/components/schemas/ScheduledJob"
|
|
19612
|
-
},
|
|
19613
|
-
"type": "array"
|
|
20291
|
+
"$ref": "#/components/schemas/PaginatedScheduledJobList"
|
|
19614
20292
|
}
|
|
19615
20293
|
}
|
|
19616
20294
|
},
|