@djangocfg/api 1.2.36 → 1.2.37
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 +1766 -1726
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +223 -118
- package/dist/index.d.ts +223 -118
- package/dist/index.mjs +1766 -1726
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
- package/src/cfg/generated/_utils/fetchers/cfg__centrifugo__centrifugo_monitoring.ts +3 -3
- package/src/cfg/generated/_utils/fetchers/cfg__health.ts +3 -3
- package/src/cfg/generated/_utils/fetchers/cfg__rq__rq_monitoring.ts +3 -3
- package/src/cfg/generated/_utils/hooks/cfg__centrifugo__centrifugo_monitoring.ts +3 -3
- package/src/cfg/generated/_utils/hooks/cfg__health.ts +3 -3
- package/src/cfg/generated/_utils/hooks/cfg__rq__rq_monitoring.ts +3 -3
- package/src/cfg/generated/_utils/schemas/ArchiveItemChunk.schema.ts +1 -1
- package/src/cfg/generated/_utils/schemas/ArchiveItemChunkDetail.schema.ts +1 -1
- package/src/cfg/generated/_utils/schemas/{HealthCheck.schema.ts → CentrifugoHealthCheck.schema.ts} +3 -3
- package/src/cfg/generated/_utils/schemas/DRFHealthCheck.schema.ts +25 -0
- package/src/cfg/generated/_utils/schemas/DocumentArchiveDetail.schema.ts +1 -1
- package/src/cfg/generated/_utils/schemas/{MethodStats.schema.ts → GRPCMethodStats.schema.ts} +3 -3
- package/src/cfg/generated/_utils/schemas/GRPCServiceRegistryMethodStats.schema.ts +26 -0
- package/src/cfg/generated/_utils/schemas/MethodList.schema.ts +2 -2
- package/src/cfg/generated/_utils/schemas/MethodSummary.schema.ts +2 -2
- package/src/cfg/generated/_utils/schemas/RQHealthCheck.schema.ts +31 -0
- package/src/cfg/generated/_utils/schemas/index.ts +5 -2
- package/src/cfg/generated/cfg__centrifugo__centrifugo_monitoring/client.ts +1 -1
- package/src/cfg/generated/cfg__centrifugo__centrifugo_monitoring/models.ts +1 -1
- package/src/cfg/generated/cfg__grpc__grpc_monitoring/models.ts +2 -2
- package/src/cfg/generated/cfg__grpc__grpc_services/models.ts +17 -15
- package/src/cfg/generated/cfg__health/client.ts +1 -1
- package/src/cfg/generated/cfg__health/models.ts +14 -8
- package/src/cfg/generated/cfg__rq__rq_monitoring/client.ts +1 -1
- package/src/cfg/generated/cfg__rq__rq_monitoring/models.ts +18 -8
- package/src/cfg/generated/schema.json +401 -126
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
},
|
|
53
53
|
"security": [
|
|
54
54
|
{
|
|
55
|
-
"
|
|
55
|
+
"jwtAuthWithLastLogin": []
|
|
56
56
|
},
|
|
57
57
|
{}
|
|
58
58
|
],
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
},
|
|
121
121
|
"security": [
|
|
122
122
|
{
|
|
123
|
-
"
|
|
123
|
+
"jwtAuthWithLastLogin": []
|
|
124
124
|
},
|
|
125
125
|
{}
|
|
126
126
|
],
|
|
@@ -229,7 +229,7 @@
|
|
|
229
229
|
},
|
|
230
230
|
"security": [
|
|
231
231
|
{
|
|
232
|
-
"
|
|
232
|
+
"jwtAuthWithLastLogin": []
|
|
233
233
|
}
|
|
234
234
|
],
|
|
235
235
|
"responses": {
|
|
@@ -643,7 +643,7 @@
|
|
|
643
643
|
],
|
|
644
644
|
"security": [
|
|
645
645
|
{
|
|
646
|
-
"
|
|
646
|
+
"jwtAuthWithLastLogin": []
|
|
647
647
|
}
|
|
648
648
|
],
|
|
649
649
|
"responses": {
|
|
@@ -759,7 +759,7 @@
|
|
|
759
759
|
"content": {
|
|
760
760
|
"application/json": {
|
|
761
761
|
"schema": {
|
|
762
|
-
"$ref": "#/components/schemas/
|
|
762
|
+
"$ref": "#/components/schemas/CentrifugoHealthCheck"
|
|
763
763
|
}
|
|
764
764
|
}
|
|
765
765
|
},
|
|
@@ -2348,7 +2348,7 @@
|
|
|
2348
2348
|
],
|
|
2349
2349
|
"security": [
|
|
2350
2350
|
{
|
|
2351
|
-
"
|
|
2351
|
+
"jwtAuthWithLastLogin": []
|
|
2352
2352
|
},
|
|
2353
2353
|
{}
|
|
2354
2354
|
],
|
|
@@ -2376,7 +2376,7 @@
|
|
|
2376
2376
|
],
|
|
2377
2377
|
"security": [
|
|
2378
2378
|
{
|
|
2379
|
-
"
|
|
2379
|
+
"jwtAuthWithLastLogin": []
|
|
2380
2380
|
},
|
|
2381
2381
|
{}
|
|
2382
2382
|
],
|
|
@@ -2404,7 +2404,7 @@
|
|
|
2404
2404
|
],
|
|
2405
2405
|
"security": [
|
|
2406
2406
|
{
|
|
2407
|
-
"
|
|
2407
|
+
"jwtAuthWithLastLogin": []
|
|
2408
2408
|
},
|
|
2409
2409
|
{}
|
|
2410
2410
|
],
|
|
@@ -3906,7 +3906,7 @@
|
|
|
3906
3906
|
],
|
|
3907
3907
|
"security": [
|
|
3908
3908
|
{
|
|
3909
|
-
"
|
|
3909
|
+
"jwtAuthWithLastLogin": []
|
|
3910
3910
|
},
|
|
3911
3911
|
{}
|
|
3912
3912
|
],
|
|
@@ -3915,7 +3915,7 @@
|
|
|
3915
3915
|
"content": {
|
|
3916
3916
|
"application/json": {
|
|
3917
3917
|
"schema": {
|
|
3918
|
-
"$ref": "#/components/schemas/
|
|
3918
|
+
"$ref": "#/components/schemas/DRFHealthCheck"
|
|
3919
3919
|
}
|
|
3920
3920
|
}
|
|
3921
3921
|
},
|
|
@@ -3934,7 +3934,7 @@
|
|
|
3934
3934
|
],
|
|
3935
3935
|
"security": [
|
|
3936
3936
|
{
|
|
3937
|
-
"
|
|
3937
|
+
"jwtAuthWithLastLogin": []
|
|
3938
3938
|
},
|
|
3939
3939
|
{}
|
|
3940
3940
|
],
|
|
@@ -5281,7 +5281,7 @@
|
|
|
5281
5281
|
],
|
|
5282
5282
|
"security": [
|
|
5283
5283
|
{
|
|
5284
|
-
"
|
|
5284
|
+
"jwtAuthWithLastLogin": []
|
|
5285
5285
|
},
|
|
5286
5286
|
{}
|
|
5287
5287
|
],
|
|
@@ -5322,7 +5322,7 @@
|
|
|
5322
5322
|
],
|
|
5323
5323
|
"security": [
|
|
5324
5324
|
{
|
|
5325
|
-
"
|
|
5325
|
+
"jwtAuthWithLastLogin": []
|
|
5326
5326
|
},
|
|
5327
5327
|
{}
|
|
5328
5328
|
],
|
|
@@ -5390,7 +5390,7 @@
|
|
|
5390
5390
|
],
|
|
5391
5391
|
"security": [
|
|
5392
5392
|
{
|
|
5393
|
-
"
|
|
5393
|
+
"jwtAuthWithLastLogin": []
|
|
5394
5394
|
},
|
|
5395
5395
|
{}
|
|
5396
5396
|
],
|
|
@@ -5431,7 +5431,7 @@
|
|
|
5431
5431
|
],
|
|
5432
5432
|
"security": [
|
|
5433
5433
|
{
|
|
5434
|
-
"
|
|
5434
|
+
"jwtAuthWithLastLogin": []
|
|
5435
5435
|
},
|
|
5436
5436
|
{}
|
|
5437
5437
|
],
|
|
@@ -6869,7 +6869,7 @@
|
|
|
6869
6869
|
],
|
|
6870
6870
|
"security": [
|
|
6871
6871
|
{
|
|
6872
|
-
"
|
|
6872
|
+
"jwtAuthWithLastLogin": []
|
|
6873
6873
|
},
|
|
6874
6874
|
{}
|
|
6875
6875
|
],
|
|
@@ -6915,7 +6915,7 @@
|
|
|
6915
6915
|
},
|
|
6916
6916
|
"security": [
|
|
6917
6917
|
{
|
|
6918
|
-
"
|
|
6918
|
+
"jwtAuthWithLastLogin": []
|
|
6919
6919
|
},
|
|
6920
6920
|
{}
|
|
6921
6921
|
],
|
|
@@ -6954,7 +6954,7 @@
|
|
|
6954
6954
|
],
|
|
6955
6955
|
"security": [
|
|
6956
6956
|
{
|
|
6957
|
-
"
|
|
6957
|
+
"jwtAuthWithLastLogin": []
|
|
6958
6958
|
},
|
|
6959
6959
|
{}
|
|
6960
6960
|
],
|
|
@@ -7011,7 +7011,7 @@
|
|
|
7011
7011
|
},
|
|
7012
7012
|
"security": [
|
|
7013
7013
|
{
|
|
7014
|
-
"
|
|
7014
|
+
"jwtAuthWithLastLogin": []
|
|
7015
7015
|
},
|
|
7016
7016
|
{}
|
|
7017
7017
|
],
|
|
@@ -7067,7 +7067,7 @@
|
|
|
7067
7067
|
},
|
|
7068
7068
|
"security": [
|
|
7069
7069
|
{
|
|
7070
|
-
"
|
|
7070
|
+
"jwtAuthWithLastLogin": []
|
|
7071
7071
|
},
|
|
7072
7072
|
{}
|
|
7073
7073
|
],
|
|
@@ -7104,7 +7104,7 @@
|
|
|
7104
7104
|
],
|
|
7105
7105
|
"security": [
|
|
7106
7106
|
{
|
|
7107
|
-
"
|
|
7107
|
+
"jwtAuthWithLastLogin": []
|
|
7108
7108
|
},
|
|
7109
7109
|
{}
|
|
7110
7110
|
],
|
|
@@ -7162,7 +7162,7 @@
|
|
|
7162
7162
|
},
|
|
7163
7163
|
"security": [
|
|
7164
7164
|
{
|
|
7165
|
-
"
|
|
7165
|
+
"jwtAuthWithLastLogin": []
|
|
7166
7166
|
},
|
|
7167
7167
|
{}
|
|
7168
7168
|
],
|
|
@@ -7221,7 +7221,7 @@
|
|
|
7221
7221
|
},
|
|
7222
7222
|
"security": [
|
|
7223
7223
|
{
|
|
7224
|
-
"
|
|
7224
|
+
"jwtAuthWithLastLogin": []
|
|
7225
7225
|
}
|
|
7226
7226
|
],
|
|
7227
7227
|
"responses": {
|
|
@@ -7279,7 +7279,7 @@
|
|
|
7279
7279
|
],
|
|
7280
7280
|
"security": [
|
|
7281
7281
|
{
|
|
7282
|
-
"
|
|
7282
|
+
"jwtAuthWithLastLogin": []
|
|
7283
7283
|
}
|
|
7284
7284
|
],
|
|
7285
7285
|
"responses": {
|
|
@@ -7325,7 +7325,7 @@
|
|
|
7325
7325
|
},
|
|
7326
7326
|
"security": [
|
|
7327
7327
|
{
|
|
7328
|
-
"
|
|
7328
|
+
"jwtAuthWithLastLogin": []
|
|
7329
7329
|
}
|
|
7330
7330
|
],
|
|
7331
7331
|
"responses": {
|
|
@@ -7363,7 +7363,7 @@
|
|
|
7363
7363
|
],
|
|
7364
7364
|
"security": [
|
|
7365
7365
|
{
|
|
7366
|
-
"
|
|
7366
|
+
"jwtAuthWithLastLogin": []
|
|
7367
7367
|
}
|
|
7368
7368
|
],
|
|
7369
7369
|
"responses": {
|
|
@@ -7419,7 +7419,7 @@
|
|
|
7419
7419
|
},
|
|
7420
7420
|
"security": [
|
|
7421
7421
|
{
|
|
7422
|
-
"
|
|
7422
|
+
"jwtAuthWithLastLogin": []
|
|
7423
7423
|
}
|
|
7424
7424
|
],
|
|
7425
7425
|
"responses": {
|
|
@@ -7473,7 +7473,7 @@
|
|
|
7473
7473
|
},
|
|
7474
7474
|
"security": [
|
|
7475
7475
|
{
|
|
7476
|
-
"
|
|
7476
|
+
"jwtAuthWithLastLogin": []
|
|
7477
7477
|
}
|
|
7478
7478
|
],
|
|
7479
7479
|
"responses": {
|
|
@@ -7509,7 +7509,7 @@
|
|
|
7509
7509
|
],
|
|
7510
7510
|
"security": [
|
|
7511
7511
|
{
|
|
7512
|
-
"
|
|
7512
|
+
"jwtAuthWithLastLogin": []
|
|
7513
7513
|
}
|
|
7514
7514
|
],
|
|
7515
7515
|
"responses": {
|
|
@@ -7550,7 +7550,7 @@
|
|
|
7550
7550
|
},
|
|
7551
7551
|
"security": [
|
|
7552
7552
|
{
|
|
7553
|
-
"
|
|
7553
|
+
"jwtAuthWithLastLogin": []
|
|
7554
7554
|
}
|
|
7555
7555
|
],
|
|
7556
7556
|
"responses": {
|
|
@@ -7618,7 +7618,7 @@
|
|
|
7618
7618
|
],
|
|
7619
7619
|
"security": [
|
|
7620
7620
|
{
|
|
7621
|
-
"
|
|
7621
|
+
"jwtAuthWithLastLogin": []
|
|
7622
7622
|
}
|
|
7623
7623
|
],
|
|
7624
7624
|
"responses": {
|
|
@@ -7666,7 +7666,7 @@
|
|
|
7666
7666
|
],
|
|
7667
7667
|
"security": [
|
|
7668
7668
|
{
|
|
7669
|
-
"
|
|
7669
|
+
"jwtAuthWithLastLogin": []
|
|
7670
7670
|
},
|
|
7671
7671
|
{}
|
|
7672
7672
|
],
|
|
@@ -7705,7 +7705,7 @@
|
|
|
7705
7705
|
],
|
|
7706
7706
|
"security": [
|
|
7707
7707
|
{
|
|
7708
|
-
"
|
|
7708
|
+
"jwtAuthWithLastLogin": []
|
|
7709
7709
|
},
|
|
7710
7710
|
{}
|
|
7711
7711
|
],
|
|
@@ -7754,7 +7754,7 @@
|
|
|
7754
7754
|
},
|
|
7755
7755
|
"security": [
|
|
7756
7756
|
{
|
|
7757
|
-
"
|
|
7757
|
+
"jwtAuthWithLastLogin": []
|
|
7758
7758
|
},
|
|
7759
7759
|
{}
|
|
7760
7760
|
],
|
|
@@ -7823,7 +7823,7 @@
|
|
|
7823
7823
|
],
|
|
7824
7824
|
"security": [
|
|
7825
7825
|
{
|
|
7826
|
-
"
|
|
7826
|
+
"jwtAuthWithLastLogin": []
|
|
7827
7827
|
}
|
|
7828
7828
|
],
|
|
7829
7829
|
"responses": {
|
|
@@ -7871,7 +7871,7 @@
|
|
|
7871
7871
|
},
|
|
7872
7872
|
"security": [
|
|
7873
7873
|
{
|
|
7874
|
-
"
|
|
7874
|
+
"jwtAuthWithLastLogin": []
|
|
7875
7875
|
},
|
|
7876
7876
|
{}
|
|
7877
7877
|
],
|
|
@@ -7930,7 +7930,7 @@
|
|
|
7930
7930
|
},
|
|
7931
7931
|
"security": [
|
|
7932
7932
|
{
|
|
7933
|
-
"
|
|
7933
|
+
"jwtAuthWithLastLogin": []
|
|
7934
7934
|
},
|
|
7935
7935
|
{}
|
|
7936
7936
|
],
|
|
@@ -7986,7 +7986,7 @@
|
|
|
7986
7986
|
},
|
|
7987
7987
|
"security": [
|
|
7988
7988
|
{
|
|
7989
|
-
"
|
|
7989
|
+
"jwtAuthWithLastLogin": []
|
|
7990
7990
|
},
|
|
7991
7991
|
{}
|
|
7992
7992
|
],
|
|
@@ -8031,7 +8031,7 @@
|
|
|
8031
8031
|
},
|
|
8032
8032
|
"security": [
|
|
8033
8033
|
{
|
|
8034
|
-
"
|
|
8034
|
+
"jwtAuthWithLastLogin": []
|
|
8035
8035
|
},
|
|
8036
8036
|
{}
|
|
8037
8037
|
],
|
|
@@ -8060,7 +8060,7 @@
|
|
|
8060
8060
|
],
|
|
8061
8061
|
"security": [
|
|
8062
8062
|
{
|
|
8063
|
-
"
|
|
8063
|
+
"jwtAuthWithLastLogin": []
|
|
8064
8064
|
}
|
|
8065
8065
|
],
|
|
8066
8066
|
"responses": {
|
|
@@ -8088,7 +8088,7 @@
|
|
|
8088
8088
|
],
|
|
8089
8089
|
"security": [
|
|
8090
8090
|
{
|
|
8091
|
-
"
|
|
8091
|
+
"jwtAuthWithLastLogin": []
|
|
8092
8092
|
}
|
|
8093
8093
|
],
|
|
8094
8094
|
"responses": {
|
|
@@ -8138,7 +8138,7 @@
|
|
|
8138
8138
|
],
|
|
8139
8139
|
"security": [
|
|
8140
8140
|
{
|
|
8141
|
-
"
|
|
8141
|
+
"jwtAuthWithLastLogin": []
|
|
8142
8142
|
}
|
|
8143
8143
|
],
|
|
8144
8144
|
"responses": {
|
|
@@ -8175,7 +8175,7 @@
|
|
|
8175
8175
|
],
|
|
8176
8176
|
"security": [
|
|
8177
8177
|
{
|
|
8178
|
-
"
|
|
8178
|
+
"jwtAuthWithLastLogin": []
|
|
8179
8179
|
}
|
|
8180
8180
|
],
|
|
8181
8181
|
"responses": {
|
|
@@ -8212,7 +8212,7 @@
|
|
|
8212
8212
|
],
|
|
8213
8213
|
"security": [
|
|
8214
8214
|
{
|
|
8215
|
-
"
|
|
8215
|
+
"jwtAuthWithLastLogin": []
|
|
8216
8216
|
}
|
|
8217
8217
|
],
|
|
8218
8218
|
"responses": {
|
|
@@ -8249,7 +8249,7 @@
|
|
|
8249
8249
|
],
|
|
8250
8250
|
"security": [
|
|
8251
8251
|
{
|
|
8252
|
-
"
|
|
8252
|
+
"jwtAuthWithLastLogin": []
|
|
8253
8253
|
}
|
|
8254
8254
|
],
|
|
8255
8255
|
"responses": {
|
|
@@ -8276,7 +8276,7 @@
|
|
|
8276
8276
|
],
|
|
8277
8277
|
"security": [
|
|
8278
8278
|
{
|
|
8279
|
-
"
|
|
8279
|
+
"jwtAuthWithLastLogin": []
|
|
8280
8280
|
}
|
|
8281
8281
|
],
|
|
8282
8282
|
"responses": {
|
|
@@ -8330,7 +8330,7 @@
|
|
|
8330
8330
|
],
|
|
8331
8331
|
"security": [
|
|
8332
8332
|
{
|
|
8333
|
-
"
|
|
8333
|
+
"jwtAuthWithLastLogin": []
|
|
8334
8334
|
}
|
|
8335
8335
|
],
|
|
8336
8336
|
"responses": {
|
|
@@ -9176,7 +9176,7 @@
|
|
|
9176
9176
|
"content": {
|
|
9177
9177
|
"application/json": {
|
|
9178
9178
|
"schema": {
|
|
9179
|
-
"$ref": "#/components/schemas/
|
|
9179
|
+
"$ref": "#/components/schemas/RQHealthCheck"
|
|
9180
9180
|
}
|
|
9181
9181
|
}
|
|
9182
9182
|
},
|
|
@@ -11229,8 +11229,36 @@
|
|
|
11229
11229
|
},
|
|
11230
11230
|
"context_summary": {
|
|
11231
11231
|
"type": "object",
|
|
11232
|
-
"additionalProperties": {},
|
|
11233
11232
|
"description": "Get context summary for display.",
|
|
11233
|
+
"properties": {
|
|
11234
|
+
"archive_title": {
|
|
11235
|
+
"type": "string"
|
|
11236
|
+
},
|
|
11237
|
+
"item_path": {
|
|
11238
|
+
"type": "string"
|
|
11239
|
+
},
|
|
11240
|
+
"item_type": {
|
|
11241
|
+
"type": "string"
|
|
11242
|
+
},
|
|
11243
|
+
"language": {
|
|
11244
|
+
"type": "string",
|
|
11245
|
+
"nullable": true
|
|
11246
|
+
},
|
|
11247
|
+
"chunk_position": {
|
|
11248
|
+
"type": "string"
|
|
11249
|
+
},
|
|
11250
|
+
"chunk_type": {
|
|
11251
|
+
"type": "string"
|
|
11252
|
+
}
|
|
11253
|
+
},
|
|
11254
|
+
"required": [
|
|
11255
|
+
"archive_title",
|
|
11256
|
+
"chunk_position",
|
|
11257
|
+
"chunk_type",
|
|
11258
|
+
"item_path",
|
|
11259
|
+
"item_type",
|
|
11260
|
+
"language"
|
|
11261
|
+
],
|
|
11234
11262
|
"readOnly": true
|
|
11235
11263
|
},
|
|
11236
11264
|
"created_at": {
|
|
@@ -11306,8 +11334,36 @@
|
|
|
11306
11334
|
},
|
|
11307
11335
|
"context_summary": {
|
|
11308
11336
|
"type": "object",
|
|
11309
|
-
"additionalProperties": {},
|
|
11310
11337
|
"description": "Get context summary for display.",
|
|
11338
|
+
"properties": {
|
|
11339
|
+
"archive_title": {
|
|
11340
|
+
"type": "string"
|
|
11341
|
+
},
|
|
11342
|
+
"item_path": {
|
|
11343
|
+
"type": "string"
|
|
11344
|
+
},
|
|
11345
|
+
"item_type": {
|
|
11346
|
+
"type": "string"
|
|
11347
|
+
},
|
|
11348
|
+
"language": {
|
|
11349
|
+
"type": "string",
|
|
11350
|
+
"nullable": true
|
|
11351
|
+
},
|
|
11352
|
+
"chunk_position": {
|
|
11353
|
+
"type": "string"
|
|
11354
|
+
},
|
|
11355
|
+
"chunk_type": {
|
|
11356
|
+
"type": "string"
|
|
11357
|
+
}
|
|
11358
|
+
},
|
|
11359
|
+
"required": [
|
|
11360
|
+
"archive_title",
|
|
11361
|
+
"chunk_position",
|
|
11362
|
+
"chunk_type",
|
|
11363
|
+
"item_path",
|
|
11364
|
+
"item_type",
|
|
11365
|
+
"language"
|
|
11366
|
+
],
|
|
11311
11367
|
"readOnly": true
|
|
11312
11368
|
},
|
|
11313
11369
|
"created_at": {
|
|
@@ -12129,6 +12185,34 @@
|
|
|
12129
12185
|
"title": "CentrifugoError",
|
|
12130
12186
|
"type": "object"
|
|
12131
12187
|
},
|
|
12188
|
+
"CentrifugoHealthCheck": {
|
|
12189
|
+
"type": "object",
|
|
12190
|
+
"description": "Health check response.",
|
|
12191
|
+
"properties": {
|
|
12192
|
+
"status": {
|
|
12193
|
+
"type": "string",
|
|
12194
|
+
"description": "Health status: healthy or unhealthy"
|
|
12195
|
+
},
|
|
12196
|
+
"wrapper_url": {
|
|
12197
|
+
"type": "string",
|
|
12198
|
+
"description": "Configured wrapper URL"
|
|
12199
|
+
},
|
|
12200
|
+
"has_api_key": {
|
|
12201
|
+
"type": "boolean",
|
|
12202
|
+
"description": "Whether API key is configured"
|
|
12203
|
+
},
|
|
12204
|
+
"timestamp": {
|
|
12205
|
+
"type": "string",
|
|
12206
|
+
"description": "Current timestamp"
|
|
12207
|
+
}
|
|
12208
|
+
},
|
|
12209
|
+
"required": [
|
|
12210
|
+
"has_api_key",
|
|
12211
|
+
"status",
|
|
12212
|
+
"timestamp",
|
|
12213
|
+
"wrapper_url"
|
|
12214
|
+
]
|
|
12215
|
+
},
|
|
12132
12216
|
"CentrifugoHistoryRequestRequest": {
|
|
12133
12217
|
"description": "Request to get channel history.",
|
|
12134
12218
|
"properties": {
|
|
@@ -13647,6 +13731,52 @@
|
|
|
13647
13731
|
}
|
|
13648
13732
|
}
|
|
13649
13733
|
},
|
|
13734
|
+
"DRFHealthCheck": {
|
|
13735
|
+
"type": "object",
|
|
13736
|
+
"description": "Serializer for health check response.",
|
|
13737
|
+
"properties": {
|
|
13738
|
+
"status": {
|
|
13739
|
+
"type": "string",
|
|
13740
|
+
"description": "Overall health status: healthy, degraded, or unhealthy"
|
|
13741
|
+
},
|
|
13742
|
+
"timestamp": {
|
|
13743
|
+
"type": "string",
|
|
13744
|
+
"format": "date-time",
|
|
13745
|
+
"description": "Timestamp of the health check"
|
|
13746
|
+
},
|
|
13747
|
+
"service": {
|
|
13748
|
+
"type": "string",
|
|
13749
|
+
"description": "Service name"
|
|
13750
|
+
},
|
|
13751
|
+
"version": {
|
|
13752
|
+
"type": "string",
|
|
13753
|
+
"description": "Django-CFG version"
|
|
13754
|
+
},
|
|
13755
|
+
"checks": {
|
|
13756
|
+
"type": "object",
|
|
13757
|
+
"additionalProperties": {},
|
|
13758
|
+
"description": "Detailed health checks for databases, cache, and system"
|
|
13759
|
+
},
|
|
13760
|
+
"environment": {
|
|
13761
|
+
"type": "object",
|
|
13762
|
+
"additionalProperties": {},
|
|
13763
|
+
"description": "Environment information"
|
|
13764
|
+
},
|
|
13765
|
+
"links": {
|
|
13766
|
+
"type": "object",
|
|
13767
|
+
"additionalProperties": {},
|
|
13768
|
+
"description": "Useful API endpoint links"
|
|
13769
|
+
}
|
|
13770
|
+
},
|
|
13771
|
+
"required": [
|
|
13772
|
+
"checks",
|
|
13773
|
+
"environment",
|
|
13774
|
+
"service",
|
|
13775
|
+
"status",
|
|
13776
|
+
"timestamp",
|
|
13777
|
+
"version"
|
|
13778
|
+
]
|
|
13779
|
+
},
|
|
13650
13780
|
"DashboardCharts": {
|
|
13651
13781
|
"type": "object",
|
|
13652
13782
|
"description": "Combined dashboard charts data.",
|
|
@@ -14596,7 +14726,70 @@
|
|
|
14596
14726
|
},
|
|
14597
14727
|
"file_tree": {
|
|
14598
14728
|
"type": "object",
|
|
14599
|
-
"additionalProperties": {
|
|
14729
|
+
"additionalProperties": {
|
|
14730
|
+
"oneOf": [
|
|
14731
|
+
{
|
|
14732
|
+
"type": "object",
|
|
14733
|
+
"description": "Type definition for file node in file tree.",
|
|
14734
|
+
"properties": {
|
|
14735
|
+
"type": {
|
|
14736
|
+
"enum": [
|
|
14737
|
+
"file"
|
|
14738
|
+
],
|
|
14739
|
+
"type": "string"
|
|
14740
|
+
},
|
|
14741
|
+
"id": {
|
|
14742
|
+
"type": "string"
|
|
14743
|
+
},
|
|
14744
|
+
"size": {
|
|
14745
|
+
"type": "integer"
|
|
14746
|
+
},
|
|
14747
|
+
"content_type": {
|
|
14748
|
+
"type": "string"
|
|
14749
|
+
},
|
|
14750
|
+
"language": {
|
|
14751
|
+
"type": "string",
|
|
14752
|
+
"nullable": true
|
|
14753
|
+
},
|
|
14754
|
+
"is_processable": {
|
|
14755
|
+
"type": "boolean"
|
|
14756
|
+
},
|
|
14757
|
+
"chunks_count": {
|
|
14758
|
+
"type": "integer"
|
|
14759
|
+
}
|
|
14760
|
+
},
|
|
14761
|
+
"required": [
|
|
14762
|
+
"chunks_count",
|
|
14763
|
+
"content_type",
|
|
14764
|
+
"id",
|
|
14765
|
+
"is_processable",
|
|
14766
|
+
"language",
|
|
14767
|
+
"size",
|
|
14768
|
+
"type"
|
|
14769
|
+
]
|
|
14770
|
+
},
|
|
14771
|
+
{
|
|
14772
|
+
"type": "object",
|
|
14773
|
+
"description": "Type definition for directory node in file tree.",
|
|
14774
|
+
"properties": {
|
|
14775
|
+
"type": {
|
|
14776
|
+
"enum": [
|
|
14777
|
+
"directory"
|
|
14778
|
+
],
|
|
14779
|
+
"type": "string"
|
|
14780
|
+
},
|
|
14781
|
+
"children": {
|
|
14782
|
+
"type": "object",
|
|
14783
|
+
"additionalProperties": {}
|
|
14784
|
+
}
|
|
14785
|
+
},
|
|
14786
|
+
"required": [
|
|
14787
|
+
"children",
|
|
14788
|
+
"type"
|
|
14789
|
+
]
|
|
14790
|
+
}
|
|
14791
|
+
]
|
|
14792
|
+
},
|
|
14600
14793
|
"description": "Get hierarchical file tree.",
|
|
14601
14794
|
"readOnly": true
|
|
14602
14795
|
},
|
|
@@ -15671,6 +15864,51 @@
|
|
|
15671
15864
|
"name"
|
|
15672
15865
|
]
|
|
15673
15866
|
},
|
|
15867
|
+
"GRPCMethodStats": {
|
|
15868
|
+
"type": "object",
|
|
15869
|
+
"description": "Statistics for a single gRPC method.",
|
|
15870
|
+
"properties": {
|
|
15871
|
+
"method_name": {
|
|
15872
|
+
"type": "string",
|
|
15873
|
+
"description": "Method name"
|
|
15874
|
+
},
|
|
15875
|
+
"service_name": {
|
|
15876
|
+
"type": "string",
|
|
15877
|
+
"description": "Service name"
|
|
15878
|
+
},
|
|
15879
|
+
"total": {
|
|
15880
|
+
"type": "integer",
|
|
15881
|
+
"description": "Total requests"
|
|
15882
|
+
},
|
|
15883
|
+
"successful": {
|
|
15884
|
+
"type": "integer",
|
|
15885
|
+
"description": "Successful requests"
|
|
15886
|
+
},
|
|
15887
|
+
"errors": {
|
|
15888
|
+
"type": "integer",
|
|
15889
|
+
"description": "Error requests"
|
|
15890
|
+
},
|
|
15891
|
+
"avg_duration_ms": {
|
|
15892
|
+
"type": "number",
|
|
15893
|
+
"format": "double",
|
|
15894
|
+
"description": "Average duration"
|
|
15895
|
+
},
|
|
15896
|
+
"last_activity_at": {
|
|
15897
|
+
"type": "string",
|
|
15898
|
+
"nullable": true,
|
|
15899
|
+
"description": "Last activity timestamp"
|
|
15900
|
+
}
|
|
15901
|
+
},
|
|
15902
|
+
"required": [
|
|
15903
|
+
"avg_duration_ms",
|
|
15904
|
+
"errors",
|
|
15905
|
+
"last_activity_at",
|
|
15906
|
+
"method_name",
|
|
15907
|
+
"service_name",
|
|
15908
|
+
"successful",
|
|
15909
|
+
"total"
|
|
15910
|
+
]
|
|
15911
|
+
},
|
|
15674
15912
|
"GRPCOverviewStats": {
|
|
15675
15913
|
"type": "object",
|
|
15676
15914
|
"description": "Overview statistics for gRPC requests.",
|
|
@@ -15981,6 +16219,57 @@
|
|
|
15981
16219
|
"name"
|
|
15982
16220
|
]
|
|
15983
16221
|
},
|
|
16222
|
+
"GRPCServiceRegistryMethodStats": {
|
|
16223
|
+
"type": "object",
|
|
16224
|
+
"description": "Statistics for a single method.",
|
|
16225
|
+
"properties": {
|
|
16226
|
+
"total_requests": {
|
|
16227
|
+
"type": "integer",
|
|
16228
|
+
"default": 0,
|
|
16229
|
+
"description": "Total requests"
|
|
16230
|
+
},
|
|
16231
|
+
"successful": {
|
|
16232
|
+
"type": "integer",
|
|
16233
|
+
"default": 0,
|
|
16234
|
+
"description": "Successful requests"
|
|
16235
|
+
},
|
|
16236
|
+
"errors": {
|
|
16237
|
+
"type": "integer",
|
|
16238
|
+
"default": 0,
|
|
16239
|
+
"description": "Failed requests"
|
|
16240
|
+
},
|
|
16241
|
+
"success_rate": {
|
|
16242
|
+
"type": "number",
|
|
16243
|
+
"format": "double",
|
|
16244
|
+
"default": 0.0,
|
|
16245
|
+
"description": "Success rate percentage"
|
|
16246
|
+
},
|
|
16247
|
+
"avg_duration_ms": {
|
|
16248
|
+
"type": "number",
|
|
16249
|
+
"format": "double",
|
|
16250
|
+
"default": 0.0,
|
|
16251
|
+
"description": "Average duration in milliseconds"
|
|
16252
|
+
},
|
|
16253
|
+
"p50_duration_ms": {
|
|
16254
|
+
"type": "number",
|
|
16255
|
+
"format": "double",
|
|
16256
|
+
"default": 0.0,
|
|
16257
|
+
"description": "P50 duration in milliseconds"
|
|
16258
|
+
},
|
|
16259
|
+
"p95_duration_ms": {
|
|
16260
|
+
"type": "number",
|
|
16261
|
+
"format": "double",
|
|
16262
|
+
"default": 0.0,
|
|
16263
|
+
"description": "P95 duration in milliseconds"
|
|
16264
|
+
},
|
|
16265
|
+
"p99_duration_ms": {
|
|
16266
|
+
"type": "number",
|
|
16267
|
+
"format": "double",
|
|
16268
|
+
"default": 0.0,
|
|
16269
|
+
"description": "P99 duration in milliseconds"
|
|
16270
|
+
}
|
|
16271
|
+
}
|
|
16272
|
+
},
|
|
15984
16273
|
"GRPCStats": {
|
|
15985
16274
|
"type": "object",
|
|
15986
16275
|
"description": "Runtime statistics summary.",
|
|
@@ -16059,34 +16348,6 @@
|
|
|
16059
16348
|
"status"
|
|
16060
16349
|
]
|
|
16061
16350
|
},
|
|
16062
|
-
"HealthCheck": {
|
|
16063
|
-
"type": "object",
|
|
16064
|
-
"description": "Health check response.",
|
|
16065
|
-
"properties": {
|
|
16066
|
-
"status": {
|
|
16067
|
-
"type": "string",
|
|
16068
|
-
"description": "Health status: healthy or unhealthy"
|
|
16069
|
-
},
|
|
16070
|
-
"wrapper_url": {
|
|
16071
|
-
"type": "string",
|
|
16072
|
-
"description": "Configured wrapper URL"
|
|
16073
|
-
},
|
|
16074
|
-
"has_api_key": {
|
|
16075
|
-
"type": "boolean",
|
|
16076
|
-
"description": "Whether API key is configured"
|
|
16077
|
-
},
|
|
16078
|
-
"timestamp": {
|
|
16079
|
-
"type": "string",
|
|
16080
|
-
"description": "Current timestamp"
|
|
16081
|
-
}
|
|
16082
|
-
},
|
|
16083
|
-
"required": [
|
|
16084
|
-
"has_api_key",
|
|
16085
|
-
"status",
|
|
16086
|
-
"timestamp",
|
|
16087
|
-
"wrapper_url"
|
|
16088
|
-
]
|
|
16089
|
-
},
|
|
16090
16351
|
"JWTConfig": {
|
|
16091
16352
|
"type": "object",
|
|
16092
16353
|
"description": "JWT configuration.",
|
|
@@ -16671,7 +16932,7 @@
|
|
|
16671
16932
|
"methods": {
|
|
16672
16933
|
"type": "array",
|
|
16673
16934
|
"items": {
|
|
16674
|
-
"$ref": "#/components/schemas/
|
|
16935
|
+
"$ref": "#/components/schemas/GRPCMethodStats"
|
|
16675
16936
|
},
|
|
16676
16937
|
"description": "Method statistics"
|
|
16677
16938
|
},
|
|
@@ -16685,51 +16946,6 @@
|
|
|
16685
16946
|
"total_methods"
|
|
16686
16947
|
]
|
|
16687
16948
|
},
|
|
16688
|
-
"MethodStats": {
|
|
16689
|
-
"type": "object",
|
|
16690
|
-
"description": "Statistics for a single gRPC method.",
|
|
16691
|
-
"properties": {
|
|
16692
|
-
"method_name": {
|
|
16693
|
-
"type": "string",
|
|
16694
|
-
"description": "Method name"
|
|
16695
|
-
},
|
|
16696
|
-
"service_name": {
|
|
16697
|
-
"type": "string",
|
|
16698
|
-
"description": "Service name"
|
|
16699
|
-
},
|
|
16700
|
-
"total": {
|
|
16701
|
-
"type": "integer",
|
|
16702
|
-
"description": "Total requests"
|
|
16703
|
-
},
|
|
16704
|
-
"successful": {
|
|
16705
|
-
"type": "integer",
|
|
16706
|
-
"description": "Successful requests"
|
|
16707
|
-
},
|
|
16708
|
-
"errors": {
|
|
16709
|
-
"type": "integer",
|
|
16710
|
-
"description": "Error requests"
|
|
16711
|
-
},
|
|
16712
|
-
"avg_duration_ms": {
|
|
16713
|
-
"type": "number",
|
|
16714
|
-
"format": "double",
|
|
16715
|
-
"description": "Average duration"
|
|
16716
|
-
},
|
|
16717
|
-
"last_activity_at": {
|
|
16718
|
-
"type": "string",
|
|
16719
|
-
"nullable": true,
|
|
16720
|
-
"description": "Last activity timestamp"
|
|
16721
|
-
}
|
|
16722
|
-
},
|
|
16723
|
-
"required": [
|
|
16724
|
-
"avg_duration_ms",
|
|
16725
|
-
"errors",
|
|
16726
|
-
"last_activity_at",
|
|
16727
|
-
"method_name",
|
|
16728
|
-
"service_name",
|
|
16729
|
-
"successful",
|
|
16730
|
-
"total"
|
|
16731
|
-
]
|
|
16732
|
-
},
|
|
16733
16949
|
"MethodSummary": {
|
|
16734
16950
|
"type": "object",
|
|
16735
16951
|
"description": "Summary information for a method.",
|
|
@@ -16759,7 +16975,7 @@
|
|
|
16759
16975
|
"stats": {
|
|
16760
16976
|
"allOf": [
|
|
16761
16977
|
{
|
|
16762
|
-
"$ref": "#/components/schemas/
|
|
16978
|
+
"$ref": "#/components/schemas/GRPCServiceRegistryMethodStats"
|
|
16763
16979
|
}
|
|
16764
16980
|
],
|
|
16765
16981
|
"description": "Method statistics"
|
|
@@ -20039,6 +20255,60 @@
|
|
|
20039
20255
|
"queues"
|
|
20040
20256
|
]
|
|
20041
20257
|
},
|
|
20258
|
+
"RQHealthCheck": {
|
|
20259
|
+
"type": "object",
|
|
20260
|
+
"description": "Health check response serializer.\n\nProvides overall RQ cluster health status.",
|
|
20261
|
+
"properties": {
|
|
20262
|
+
"status": {
|
|
20263
|
+
"type": "string",
|
|
20264
|
+
"description": "Health status (healthy/degraded/unhealthy)"
|
|
20265
|
+
},
|
|
20266
|
+
"worker_count": {
|
|
20267
|
+
"type": "integer",
|
|
20268
|
+
"description": "Total number of active workers"
|
|
20269
|
+
},
|
|
20270
|
+
"queue_count": {
|
|
20271
|
+
"type": "integer",
|
|
20272
|
+
"description": "Number of configured queues"
|
|
20273
|
+
},
|
|
20274
|
+
"total_jobs": {
|
|
20275
|
+
"type": "integer",
|
|
20276
|
+
"description": "Total jobs across all queues"
|
|
20277
|
+
},
|
|
20278
|
+
"timestamp": {
|
|
20279
|
+
"type": "string",
|
|
20280
|
+
"format": "date-time",
|
|
20281
|
+
"description": "Health check timestamp"
|
|
20282
|
+
},
|
|
20283
|
+
"enabled": {
|
|
20284
|
+
"type": "boolean",
|
|
20285
|
+
"description": "RQ enabled status"
|
|
20286
|
+
},
|
|
20287
|
+
"redis_connected": {
|
|
20288
|
+
"type": "boolean",
|
|
20289
|
+
"description": "Redis connection status"
|
|
20290
|
+
},
|
|
20291
|
+
"wrapper_url": {
|
|
20292
|
+
"type": "string",
|
|
20293
|
+
"default": "",
|
|
20294
|
+
"description": "Wrapper URL (optional)"
|
|
20295
|
+
},
|
|
20296
|
+
"has_api_key": {
|
|
20297
|
+
"type": "boolean",
|
|
20298
|
+
"default": false,
|
|
20299
|
+
"description": "API key configured status"
|
|
20300
|
+
}
|
|
20301
|
+
},
|
|
20302
|
+
"required": [
|
|
20303
|
+
"enabled",
|
|
20304
|
+
"queue_count",
|
|
20305
|
+
"redis_connected",
|
|
20306
|
+
"status",
|
|
20307
|
+
"timestamp",
|
|
20308
|
+
"total_jobs",
|
|
20309
|
+
"worker_count"
|
|
20310
|
+
]
|
|
20311
|
+
},
|
|
20042
20312
|
"RQSchedule": {
|
|
20043
20313
|
"type": "object",
|
|
20044
20314
|
"description": "Redis Queue schedule configuration.",
|
|
@@ -22334,6 +22604,11 @@
|
|
|
22334
22604
|
"type": "http",
|
|
22335
22605
|
"scheme": "bearer",
|
|
22336
22606
|
"bearerFormat": "JWT"
|
|
22607
|
+
},
|
|
22608
|
+
"jwtAuthWithLastLogin": {
|
|
22609
|
+
"type": "http",
|
|
22610
|
+
"scheme": "bearer",
|
|
22611
|
+
"bearerFormat": "JWT"
|
|
22337
22612
|
}
|
|
22338
22613
|
}
|
|
22339
22614
|
}
|