summaryrefslogtreecommitdiff
path: root/data/zh_cn/milvus/2023-10-12/api-docs.php
blob: a7bd55f2f9ec8bde259976e519e965bc7b84603a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
<?php return [
    'version' => '1.0',
    'info' => ['style' => 'ROA', 'product' => 'milvus', 'version' => '2023-10-12'],
    'directories' => [
        [
            'children' => ['ListInstancesV2', 'UpdateInstanceName'],
            'type' => 'directory',
            'title' => '实例管理',
            'id' => 207254,
        ],
        [
            'children' => ['DescribeInstanceConfigs'],
            'type' => 'directory',
            'title' => '实例配置',
            'id' => 207258,
        ],
        [
            'children' => ['DescribeAccessControlList', 'UpdatePublicNetworkStatus', 'UpdateAccessControlList', 'CreateAclGroup', 'UpdateAclGroupCidrs', 'ListAclGroups'],
            'type' => 'directory',
            'title' => '实例安全',
            'id' => 207261,
        ],
        [
            'children' => ['CreateDefaultRole', 'GetInstanceDetail', 'ChangeResourceGroup', 'CreateInstance', 'DeleteInstance', 'GetInstance', 'ListInstances', 'ModifyInstanceConfig', 'TagResources', 'UnTagResources', 'UpdateInstance'],
            'type' => 'directory',
            'title' => '其他',
            'id' => 207265,
        ],
    ],
    'components' => [
        'schemas' => [
            'DBVersionDetail' => [
                'type' => 'object',
                'properties' => [
                    'version' => ['type' => 'string'],
                    'status' => ['type' => 'string'],
                    'specs' => [
                        'type' => 'array',
                        'items' => [
                            'type' => 'object',
                            'properties' => [
                                'zoneMode' => ['type' => 'string'],
                                'isStandalone' => ['type' => 'boolean'],
                                'isStandalonePro' => ['type' => 'boolean'],
                                'isHA' => ['type' => 'boolean'],
                                'componentSpecs' => [
                                    'type' => 'array',
                                    'items' => [
                                        'type' => 'object',
                                        'properties' => [
                                            'name' => ['type' => 'string'],
                                            'type' => ['type' => 'string'],
                                            'specs' => [
                                                'type' => 'array',
                                                'items' => ['type' => 'string'],
                                            ],
                                            'minReplicas' => ['type' => 'integer', 'format' => 'int32'],
                                            'maxReplicas' => ['type' => 'integer', 'format' => 'int32'],
                                            'step' => ['type' => 'integer', 'format' => 'int32'],
                                            'defaultReplicas' => ['type' => 'integer', 'format' => 'int32'],
                                        ],
                                    ],
                                ],
                            ],
                        ],
                    ],
                ],
            ],
            'DlfDatabase' => [
                'type' => 'object',
                'properties' => [
                    'databaseName' => ['title' => '数据库名称', 'type' => 'string', 'example' => 'my_database'],
                    'description' => ['title' => '数据库描述', 'type' => 'string', 'example' => 'Test database'],
                    'tableCount' => ['title' => '表数量', 'type' => 'integer', 'format' => 'int32', 'example' => '10'],
                ],
            ],
            'DlfFieldSchema' => [
                'type' => 'object',
                'properties' => [
                    'fieldName' => ['title' => '字段名称', 'type' => 'string', 'example' => 'id'],
                    'dlfFieldType' => ['title' => 'DLF字段类型', 'type' => 'string', 'example' => 'BIGINT'],
                    'milvusFieldType' => ['title' => 'Milvus字段类型', 'type' => 'string', 'example' => 'Int64'],
                    'isPrimaryKey' => ['title' => '是否主键', 'type' => 'boolean', 'example' => 'true'],
                    'isVectorField' => ['title' => '是否向量字段', 'type' => 'boolean', 'example' => 'false'],
                    'dimension' => ['title' => '向量维度', 'type' => 'integer', 'format' => 'int32', 'example' => '128'],
                    'nullable' => ['title' => '是否可为空', 'type' => 'boolean', 'example' => 'true'],
                    'comment' => ['title' => '字段注释', 'type' => 'string', 'example' => 'Primary key field'],
                    'isSupported' => ['title' => '是否支持映射', 'type' => 'boolean', 'example' => 'true'],
                    'unsupportedReason' => ['title' => '不支持原因', 'type' => 'string', 'example' => 'Unsupported type'],
                ],
            ],
            'DlfInstance' => [
                'type' => 'object',
                'properties' => [
                    'instanceId' => ['title' => 'DLF实例ID', 'type' => 'string', 'example' => 'dlf-cn-xxx'],
                    'instanceName' => ['title' => 'DLF实例名称', 'type' => 'string', 'example' => 'my-dlf-instance'],
                    'status' => ['title' => '实例状态', 'type' => 'string', 'example' => 'RUNNING'],
                    'regionId' => ['title' => '地域ID', 'type' => 'string', 'example' => 'cn-hangzhou'],
                    'instanceType' => ['title' => '实例类型', 'type' => 'string', 'example' => 'DLF_2_0'],
                ],
            ],
            'DlfTable' => [
                'type' => 'object',
                'properties' => [
                    'tableName' => ['title' => '表名称', 'type' => 'string', 'example' => 'my_table'],
                    'tableType' => ['title' => '表类型', 'type' => 'string', 'example' => 'MANAGED'],
                    'description' => ['title' => '表描述', 'type' => 'string', 'example' => 'Test table'],
                    'tableFormat' => ['title' => '表格式', 'type' => 'string', 'example' => 'PAIMON'],
                    'location' => ['title' => '表存储位置', 'type' => 'string', 'example' => 'oss://bucket/path'],
                ],
            ],
            'InstanceDetail' => [
                'description' => '实例详情。',
                'type' => 'object',
                'properties' => [
                    'instanceName' => ['title' => '实例名称', 'description' => '实例名称', 'type' => 'string', 'example' => 'milvus-test'],
                    'instanceId' => ['description' => '实例id。', 'type' => 'string', 'example' => 'c-xxx'],
                    'regionId' => ['description' => '区域ID。', 'type' => 'string', 'example' => 'cn-beijing'],
                    'zoneId' => ['description' => '实例所在的可用区ID。', 'type' => 'string', 'example' => 'cn-hangzhou-i'],
                    'status' => ['description' => '实例状态。取值范围:'."\n"
                        ."\n"
                        .'creating:创建中。'."\n"
                        ."\n"
                        .'running:运行中。'."\n"
                        ."\n"
                        .'updating:升级中。集群升降配、配置变更和开关公网等。'."\n"
                        ."\n"
                        .'disable:不可用。集群已经过期,需要续费激活。'."\n"
                        ."\n"
                        .'deleting:删除中。'."\n"
                        ."\n"
                        .'deleted:已删除。', 'type' => 'string', 'example' => 'running'],
                    'paymentType' => [
                        'description' => '付费类型。可选值:PayAsYouGo:按量计费Subscription:包年包月',
                        'type' => 'string',
                        'enumValueTitles' => ['PayAsYouGo' => 'PayAsYouGo', 'Subscription' => 'Subscription'],
                        'example' => 'PayAsYouGo',
                    ],
                    'resourceGroupId' => ['description' => '资源组ID', 'type' => 'string', 'example' => 'rg-aek3dcgyq7pnqwa'],
                    'vpcId' => ['description' => 'VPC网络ID。', 'type' => 'string', 'example' => 'vpc-xxx'],
                    'createTime' => ['description' => '创建时间。', 'type' => 'string', 'format' => 'iso8601', 'example' => '2025-04-27T02:04:25Z'],
                    'runningTime' => ['description' => '运行时间', 'type' => 'integer', 'format' => 'int64', 'example' => '1'],
                    'expireTime' => ['description' => '过期时间。', 'type' => 'string', 'format' => 'iso8601', 'example' => '2025-04-27T02:04:25Z'."\n"],
                    'dbVersion' => ['description' => '实例版本。', 'type' => 'string', 'example' => '2.5'],
                    'orderId' => ['description' => '订单ID。', 'type' => 'string', 'example' => '4751'],
                    'autoBackup' => ['description' => '自动备份。', 'type' => 'boolean', 'example' => 'true'],
                    'configuration' => ['description' => '配置。', 'type' => 'string', 'example' => 'rootCoord:'."\n"
                        .'    maxDatabaseNum: 64 # Maximum number of database'."\n"
                        .'    maxPartitionNum: 4096 '],
                    'ha' => ['description' => '是否开启高可用。', 'type' => 'boolean', 'example' => 'true'],
                    'multiZoneMode' => ['title' => '', 'description' => '多可用区。', 'type' => 'string', 'example' => 'Single'],
                    'encrypted' => ['description' => '是否对数据加密。', 'type' => 'boolean', 'example' => 'false'],
                    'kmsKeyId' => ['description' => 'kms key Id。', 'type' => 'string', 'example' => 'key-xxx'],
                    'vSwitchIds' => [
                        'description' => '交换机ID。',
                        'type' => 'array',
                        'items' => [
                            'description' => '交换机ID。',
                            'type' => 'object',
                            'properties' => [
                                'zoneId' => ['description' => '可用区ID。', 'type' => 'string', 'example' => 'cn-hangzhou-i'],
                                'vswId' => ['description' => '交换机ID。', 'type' => 'string', 'example' => 'vsw-xxx'],
                            ],
                        ],
                    ],
                    'securityGroupIds' => [
                        'description' => '安全组ID。',
                        'type' => 'array',
                        'items' => ['description' => '安全组ID。', 'type' => 'string', 'example' => 'sg-xxx'],
                    ],
                    'tags' => [
                        'description' => '标签。',
                        'type' => 'array',
                        'items' => [
                            'description' => '标签。',
                            'type' => 'object',
                            'properties' => [
                                'key' => ['description' => '标签`key`值。', 'type' => 'string', 'example' => 'k1'],
                                'value' => ['description' => '标签`value`值。', 'type' => 'string', 'example' => 'v1'],
                            ],
                        ],
                    ],
                    'components' => [
                        'description' => '组件信息。',
                        'type' => 'array',
                        'items' => [
                            'description' => '组件信息。',
                            'type' => 'object',
                            'properties' => [
                                'type' => ['description' => '组件类型。', 'type' => 'string', 'example' => 'data'],
                                'replica' => ['description' => '副本数。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
                                'cuNum' => ['description' => 'CU数量。', 'type' => 'integer', 'format' => 'int32', 'example' => '4'],
                                'cuType' => ['description' => 'CU类型。', 'type' => 'string', 'example' => 'general'],
                                'diskSizeType' => ['description' => 'Query Node配置容量型,性能型,容量型配置Large,其余配置Normal。', 'type' => 'string', 'example' => 'Normal'],
                                'payType' => ['type' => 'string'],
                            ],
                        ],
                    ],
                ],
            ],
            'MigrationSource' => [
                'type' => 'object',
                'properties' => [
                    'endpoint' => [
                        'type' => 'object',
                        'properties' => [
                            'endpoint' => ['type' => 'string'],
                            'port' => ['type' => 'string'],
                        ],
                    ],
                    'database' => ['type' => 'string'],
                    'authInfo' => [
                        'type' => 'object',
                        'properties' => [
                            'token' => ['type' => 'string'],
                            'username' => ['type' => 'string'],
                            'password' => ['type' => 'string'],
                            'authType' => ['type' => 'string'],
                        ],
                    ],
                ],
            ],
            'open_struct_DlfSnapshotDto' => [
                'type' => 'object',
                'properties' => [
                    'snapshotId' => ['title' => '快照ID', 'type' => 'integer', 'format' => 'int64', 'example' => '123456789'],
                    'timeMillis' => ['title' => '快照时间戳(毫秒)', 'type' => 'integer', 'format' => 'int64', 'example' => '1711334400000'],
                    'schemaId' => ['title' => 'Schema ID', 'type' => 'integer', 'format' => 'int64', 'example' => '1'],
                    'totalRecordCount' => ['title' => '总记录数', 'type' => 'integer', 'format' => 'int64', 'example' => '100000'],
                    'deltaRecordCount' => ['title' => '增量记录数', 'type' => 'integer', 'format' => 'int64', 'example' => '1000'],
                    'changelogRecordCount' => ['title' => 'Changelog记录数', 'type' => 'integer', 'format' => 'int64', 'example' => '500'],
                    'commitKind' => ['title' => '提交类型', 'type' => 'string', 'example' => 'APPEND'],
                ],
            ],
            'open_struct_DlfTagDto' => [
                'type' => 'object',
                'properties' => [
                    'tagName' => ['title' => 'Tag名称', 'type' => 'string', 'example' => 'milvus-auto-20260101'],
                    'snapshotId' => ['title' => '关联的快照ID', 'type' => 'integer', 'format' => 'int64', 'example' => '123456789'],
                    'timeMillis' => ['title' => '快照时间戳(毫秒)', 'type' => 'integer', 'format' => 'int64', 'example' => '1711334400000'],
                    'totalRecordCount' => ['title' => '总记录数', 'type' => 'integer', 'format' => 'int64', 'example' => '100000'],
                ],
            ],
            'PriceInfo' => [
                'type' => 'object',
                'properties' => [
                    'currency' => ['type' => 'string'],
                    'originalAmount' => ['type' => 'string'],
                    'tradeAmount' => ['type' => 'string'],
                    'discountAmount' => ['type' => 'string'],
                    'taxAmount' => ['type' => 'string'],
                    'optionalPromotions' => [
                        'type' => 'array',
                        'items' => ['$ref' => '#/components/schemas/PromotionInfo'],
                    ],
                    'priceModules' => [
                        'type' => 'array',
                        'items' => [
                            'type' => 'object',
                            'properties' => [
                                'type' => ['type' => 'string'],
                                'originalAmount' => ['type' => 'string'],
                            ],
                        ],
                    ],
                    'rules' => [
                        'type' => 'array',
                        'items' => [
                            'type' => 'object',
                            'properties' => [
                                'ruleId' => ['type' => 'string'],
                                'amount' => ['type' => 'string'],
                                'name' => ['type' => 'string'],
                            ],
                        ],
                    ],
                ],
            ],
            'PromotionInfo' => [
                'type' => 'object',
                'properties' => [
                    'promotionOptionCode' => ['type' => 'string'],
                    'promotionOptionNo' => ['type' => 'string'],
                    'promotionName' => ['type' => 'string'],
                    'promotionDesc' => ['type' => 'string'],
                    'canPromFee' => ['type' => 'string'],
                    'isSelected' => ['type' => 'boolean'],
                    'selected' => ['type' => 'boolean'],
                ],
            ],
            'RamAccount' => [
                'type' => 'object',
                'properties' => [
                    'uid' => ['title' => '阿里云 UID', 'type' => 'string', 'example' => '1234567890123456'],
                    'userName' => ['title' => 'RAM 用户名', 'type' => 'string', 'example' => 'test-user'],
                    'displayName' => ['title' => '显示名称', 'type' => 'string', 'example' => 'Test User'],
                    'bindable' => ['title' => '是否可绑定', 'type' => 'boolean', 'example' => 'true'],
                ],
            ],
            'RamBindingEntry' => [
                'type' => 'object',
                'properties' => [
                    'milvusUsername' => ['title' => 'Milvus数据库用户名', 'type' => 'string', 'example' => 'root'],
                    'boundUid' => ['title' => '绑定的阿里云UID', 'type' => 'string', 'example' => '1234567890123456'],
                    'boundUserName' => ['title' => '绑定的RAM用户名', 'type' => 'string', 'example' => 'test-user'],
                ],
            ],
            'ScalingActivity' => [
                'type' => 'object',
                'properties' => [
                    'scalingActivityId' => ['type' => 'string'],
                    'scalingRuleName' => ['type' => 'string'],
                    'scalingPolicyId' => ['type' => 'string'],
                    'instanceId' => ['type' => 'string'],
                    'componentTypes' => ['type' => 'string'],
                    'scalingActivityState' => ['type' => 'string'],
                    'startTime' => ['type' => 'string'],
                    'endTime' => ['type' => 'string'],
                    'policyType' => ['type' => 'string'],
                    'scalingRuleDetail' => ['type' => 'string'],
                    'scalingRuleId' => ['type' => 'string'],
                    'timeZone' => ['type' => 'string'],
                    'description' => ['type' => 'string'],
                ],
            ],
            'ScalingRule' => [
                'type' => 'object',
                'properties' => [
                    'ruleId' => ['type' => 'string'],
                    'scalingRuleName' => ['type' => 'string'],
                    'timeZone' => ['type' => 'string'],
                    'cronStr' => ['type' => 'string'],
                    'startTime' => ['type' => 'integer', 'format' => 'int64'],
                    'endTime' => ['type' => 'integer', 'format' => 'int64'],
                    'disabled' => ['type' => 'boolean'],
                    'adjustInfos' => [
                        'type' => 'array',
                        'items' => [
                            'type' => 'object',
                            'properties' => [
                                'componentType' => ['title' => 'index  query data proxy streaming mix_coordinator', 'type' => 'string'],
                                'targetValue' => ['type' => 'string'],
                            ],
                        ],
                    ],
                ],
            ],
        ],
    ],
    'apis' => [
        'ChangeResourceGroup' => [
            'path' => '/webapi/resourceGroup/change',
            'methods' => ['post'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'update',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeCode' => '234796',
                'abilityTreeNodes' => ['FEATUREmilvusCTW33S'],
            ],
            'parameters' => [
                [
                    'name' => 'NewResourceGroupId',
                    'in' => 'query',
                    'schema' => ['title' => '目标资源组', 'description' => '目标资源组', 'type' => 'string', 'required' => true, 'example' => 'rg-acfnsjj5tgai4wi'],
                ],
                [
                    'name' => 'RegionId',
                    'in' => 'query',
                    'schema' => ['title' => '地域Id', 'description' => '地域Id', 'type' => 'string', 'required' => false, 'example' => 'cn-beijing'],
                ],
                [
                    'name' => 'ResourceType',
                    'in' => 'query',
                    'schema' => ['description' => '资源类型定义。', 'type' => 'string', 'required' => false, 'example' => 'instance'],
                ],
                [
                    'name' => 'ResourceId',
                    'in' => 'query',
                    'schema' => ['description' => '资源ID。', 'type' => 'string', 'required' => false, 'example' => 'c-xxx'],
                ],
                [
                    'name' => 'ResourceGroupId',
                    'in' => 'query',
                    'schema' => ['description' => '资源组id', 'type' => 'string', 'required' => false, 'example' => 'rg-123xxx'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'HttpStatusCode' => ['description' => 'HTTP请求状态码。', 'type' => 'integer', 'format' => 'int32', 'example' => '200'],
                            'RequestId' => ['description' => '请求ID。', 'type' => 'string', 'example' => 'ABCD-1234-5678-EFGH'],
                            'Success' => ['description' => '请求是否成功', 'type' => 'boolean', 'example' => 'true'],
                            'ErrCode' => ['description' => '错误码', 'type' => 'string', 'example' => 'Instance.NotFound'],
                            'ErrMessage' => ['description' => '错误信息', 'type' => 'string', 'example' => 'Failed to find instance c-123xxx'],
                            'Data' => ['description' => '返回数据。', 'type' => 'boolean', 'example' => 'true'],
                            'AccessDeniedDetail' => ['title' => 'AccessDeniedDetail', 'description' => 'AccessDeniedDetail', 'type' => 'string', 'example' => 'None'],
                        ],
                    ],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'eventInfo' => [
                'enable' => false,
                'eventNames' => [],
            ],
            'title' => '修改资源组',
            'summary' => '资源转组',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [],
            ],
            'ramActions' => [],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"HttpStatusCode\\": 200,\\n  \\"RequestId\\": \\"ABCD-1234-5678-EFGH\\",\\n  \\"Success\\": true,\\n  \\"ErrCode\\": \\"Instance.NotFound\\",\\n  \\"ErrMessage\\": \\"Failed to find instance c-123xxx\\",\\n  \\"Data\\": true,\\n  \\"AccessDeniedDetail\\": \\"None\\"\\n}","type":"json"}]',
        ],
        'CreateAclGroup' => [
            'path' => '/webapi/milvus/createAclGroup',
            'methods' => ['post'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'consumes' => ['application/json'],
            'produces' => ['application/json'],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'create',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeNodes' => ['FEATUREmilvus0MDRCH'],
            ],
            'parameters' => [
                [
                    'name' => 'instanceId',
                    'in' => 'query',
                    'schema' => ['description' => '实例ID', 'type' => 'string', 'required' => false, 'example' => 'c-xxxx'],
                ],
                [
                    'name' => 'regionId',
                    'in' => 'query',
                    'schema' => ['description' => '区域ID。', 'type' => 'string', 'required' => false, 'example' => 'cn-hangzhou'],
                ],
                [
                    'name' => 'groupName',
                    'in' => 'query',
                    'schema' => ['description' => '组名称。', 'type' => 'string', 'required' => false, 'example' => 'test'],
                ],
                [
                    'name' => 'cidrs',
                    'in' => 'query',
                    'schema' => ['description' => '网段地址。', 'type' => 'string', 'required' => false, 'example' => '140.205.11.0/24,140.205.11.2'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'httpStatusCode' => ['description' => 'http响应码。', 'type' => 'integer', 'format' => 'int32', 'example' => '200'],
                            'requestId' => ['description' => '请求ID', 'type' => 'string', 'example' => 'BE7E95C4-10DE-5EA7-9D10-2D3E0FCCE68C'],
                            'success' => ['description' => '请求是否成功', 'type' => 'boolean', 'example' => 'true'],
                            'errCode' => ['description' => '错误码', 'type' => 'string', 'example' => '0'],
                            'errMessage' => ['description' => '错误信息', 'type' => 'string', 'example' => '[%60wget Nds0v6lx.popscan.xaliyun.com%60]'],
                            'data' => ['description' => '返回结果', 'type' => 'boolean', 'example' => '{\'instanceId\': \'c-fa521a2393de4623\', \'orderId\': \'271129670950939\'}'],
                            'accessDeniedDetail' => ['description' => '访问拒绝详细信息,有且仅有在因RAM无权限拒绝用户访问的场景', 'type' => 'string', 'example' => 'None'],
                        ],
                        'description' => '',
                    ],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'title' => '创建分组白名单',
            'summary' => '创建白名单分组',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [],
            ],
            'ramActions' => [],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"httpStatusCode\\": 200,\\n  \\"requestId\\": \\"BE7E95C4-10DE-5EA7-9D10-2D3E0FCCE68C\\",\\n  \\"success\\": true,\\n  \\"errCode\\": \\"0\\",\\n  \\"errMessage\\": \\"[%60wget Nds0v6lx.popscan.xaliyun.com%60]\\",\\n  \\"data\\": true,\\n  \\"accessDeniedDetail\\": \\"None\\"\\n}","type":"json"}]',
        ],
        'CreateDefaultRole' => [
            'path' => '/webapi/user/create_default_role',
            'methods' => ['post'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'create',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeNodes' => ['FEATUREmilvusGDAFRH'],
                'tenantRelevance' => 'publicInformation',
            ],
            'parameters' => [],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'HttpStatusCode' => ['title' => 'http请求状态码', 'description' => 'http请求状态码', 'type' => 'integer', 'format' => 'int32', 'example' => '200'],
                            'RequestId' => ['title' => '请求唯一号', 'description' => '请求唯一号', 'type' => 'string', 'example' => 'ABCD-1234-5678-EFGH'],
                            'Success' => ['title' => '请求是否成功', 'description' => '请求是否成功', 'type' => 'boolean', 'example' => 'true'],
                            'ErrCode' => ['title' => '错误码', 'description' => '错误码', 'type' => 'string', 'example' => 'Instance.NotFound'],
                            'ErrMessage' => ['title' => '错误信息', 'description' => '错误信息', 'type' => 'string', 'example' => 'Failed to find instance c-123xxx'],
                            'Data' => ['title' => '返回数据', 'description' => '返回数据', 'type' => 'boolean', 'example' => 'true'],
                            'AccessDeniedDetail' => ['title' => '权限校验失败详情	', 'description' => '权限校验失败详情	', 'type' => 'string', 'example' => '{ "PolicyType": "AccountLevelIdentityBasedPolicy", "AuthPrincipalOwnerId": "xxxx", "EncodedDiagnosticMessage": "xxxx", "AuthPrincipalType": "SubUser", "AuthPrincipalDisplayName": "xxxx", "NoPermissionType": "ImplicitDeny", "AuthAction": "milvus:xxxx" }	'],
                        ],
                    ],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'title' => '创建服务角色',
            'summary' => '创建Milvus访问其它云产品所需要的服务角色',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CreateDefaultRole'],
                ],
            ],
            'ramActions' => [
                [
                    'operationType' => 'create',
                    'ramAction' => [
                        'action' => 'milvus:CreateDefaultRole',
                        'authLevel' => 'operate',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Milvus', 'resourceType' => '全部资源', 'arn' => '*'],
                        ],
                    ],
                ],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"HttpStatusCode\\": 200,\\n  \\"RequestId\\": \\"ABCD-1234-5678-EFGH\\",\\n  \\"Success\\": true,\\n  \\"ErrCode\\": \\"Instance.NotFound\\",\\n  \\"ErrMessage\\": \\"Failed to find instance c-123xxx\\",\\n  \\"Data\\": true,\\n  \\"AccessDeniedDetail\\": \\"{ \\\\\\"PolicyType\\\\\\": \\\\\\"AccountLevelIdentityBasedPolicy\\\\\\", \\\\\\"AuthPrincipalOwnerId\\\\\\": \\\\\\"xxxx\\\\\\", \\\\\\"EncodedDiagnosticMessage\\\\\\": \\\\\\"xxxx\\\\\\", \\\\\\"AuthPrincipalType\\\\\\": \\\\\\"SubUser\\\\\\", \\\\\\"AuthPrincipalDisplayName\\\\\\": \\\\\\"xxxx\\\\\\", \\\\\\"NoPermissionType\\\\\\": \\\\\\"ImplicitDeny\\\\\\", \\\\\\"AuthAction\\\\\\": \\\\\\"milvus:xxxx\\\\\\" }\\\\t\\"\\n}","type":"json"}]',
        ],
        'CreateInstance' => [
            'summary' => '创建集群实例',
            'path' => '/webapi/instance/create',
            'methods' => ['post'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'consumes' => ['application/json'],
            'produces' => ['application/json'],
            'operationType' => 'write',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'create',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeCode' => '197636',
                'abilityTreeNodes' => ['FEATUREmilvusGDAFRH'],
                'autoTest' => true,
                'tenantRelevance' => 'publicInformation',
            ],
            'parameters' => [
                [
                    'name' => 'RegionId',
                    'in' => 'query',
                    'schema' => ['title' => '地域', 'description' => '地域', 'type' => 'string', 'required' => false, 'example' => 'cn-beijing'],
                ],
                [
                    'name' => 'body',
                    'in' => 'body',
                    'allowEmptyValue' => false,
                    'style' => 'json',
                    'schema' => [
                        'description' => '请求Body',
                        'type' => 'object',
                        'properties' => [
                            'zoneId' => ['title' => '主可用区。', 'description' => '主可用区。', 'type' => 'string', 'required' => true, 'example' => 'cn-beijing-g'],
                            'instanceName' => ['title' => '实例名称', 'description' => '实例名称', 'type' => 'string', 'required' => false, 'example' => 'milvus-test'],
                            'dbVersion' => ['title' => '内核版本', 'description' => '内核版本', 'type' => 'string', 'required' => true, 'example' => '2.4'],
                            'resourceGroupId' => ['title' => '资源组id', 'description' => '资源组id', 'type' => 'string', 'required' => false, 'example' => 'rg-xxx'],
                            'vpcId' => ['title' => '专有网络id', 'description' => '专有网络id', 'type' => 'string', 'required' => true, 'example' => 'vpc-123xxx'],
                            'paymentType' => [
                                'title' => '付费类型',
                                'description' => '付费类型',
                                'type' => 'string',
                                'required' => true,
                                'enumValueTitles' => ['PayAsYouGo' => '按量付费', 'Subscription' => '包年包月'],
                                'example' => 'PayAsYouGo',
                            ],
                            'paymentDuration' => ['title' => '付费时长', 'description' => '付费时长', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
                            'paymentDurationUnit' => [
                                'title' => '付费单位',
                                'description' => '付费单位',
                                'type' => 'string',
                                'required' => false,
                                'enumValueTitles' => ['Month' => '月', 'Year' => '年'],
                                'example' => 'month',
                            ],
                            'ha' => ['title' => '是否开启高可用', 'description' => '是否开启高可用', 'type' => 'boolean', 'required' => false, 'example' => 'true'],
                            'dbAdminPassword' => ['title' => 'db密码', 'description' => 'db密码', 'type' => 'string', 'required' => false, 'example' => 'test12'],
                            'autoBackup' => ['title' => '是否开启自动备份', 'description' => '是否开启自动备份', 'type' => 'boolean', 'required' => false, 'example' => 'true'],
                            'multiZoneMode' => [
                                'title' => '可用区配置。',
                                'description' => '可用区配置。',
                                'type' => 'string',
                                'required' => false,
                                'enumValueTitles' => ['Single' => '单可用区', 'Two_ha' => '双可用区高可用版', 'Two' => '双可用区'],
                                'example' => 'Single',
                            ],
                            'encrypted' => ['title' => '是否开启oss加密', 'description' => '是否开启oss加密', 'type' => 'boolean', 'required' => false, 'example' => 'false'],
                            'kmsKeyId' => ['title' => '用来加密的Kms key 的id。', 'description' => '用来加密的Kms key 的id。', 'type' => 'string', 'required' => false, 'example' => 'key-xxx'],
                            'configuration' => ['title' => '配置项。', 'description' => '配置项。', 'type' => 'string', 'required' => false, 'example' => 'rootCoord:'."\n"
                                .'    maxDatabaseNum: 64 # Maximum number of database'."\n"
                                .'    maxPartitionNum: 4096 '],
                            'promotionNo' => ['description' => '优惠券号', 'type' => 'string', 'required' => false, 'example' => '22120151****'],
                            'loadReplicas' => ['description' => '加载副本数', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '2'],
                            'isMultiAzStorage' => ['description' => '是否多可用区存储', 'type' => 'boolean', 'required' => false],
                            'autoPay' => [
                                'description' => '是否自动支付,默认为true。取值:'."\n"
                                    .'- true:自动支付。'."\n"
                                    .'- false:只生成订单,不支付。',
                                'type' => 'boolean',
                                'required' => false,
                                'enumValueTitles' => [],
                                'example' => 'true',
                            ],
                            'autoRenew' => ['description' => '是否自动续费。仅当实例付费类型为Subscription(包年包月)时,该参数生效。', 'type' => 'boolean', 'required' => false, 'example' => 'true'],
                            'backupRestoreInfo' => [
                                'description' => '备份恢复信息',
                                'type' => 'object',
                                'properties' => [
                                    'sourceClusterId' => ['description' => '备份集群ID', 'type' => 'string', 'required' => false, 'example' => 'c-xxxxxxx'],
                                    'backupName' => ['description' => '备份名称', 'type' => 'string', 'required' => false, 'example' => '备份1'],
                                    'backupId' => ['description' => '备份id', 'type' => 'string', 'required' => false, 'example' => 'bt-xxxxx'],
                                ],
                                'required' => false,
                            ],
                            'vSwitchIds' => [
                                'title' => '交换机',
                                'description' => '交换机',
                                'type' => 'array',
                                'items' => [
                                    'title' => '',
                                    'description' => '交换机ID。',
                                    'type' => 'object',
                                    'properties' => [
                                        'zoneId' => ['title' => '可用区。', 'description' => '可用区。', 'type' => 'string', 'required' => false, 'example' => 'cn-shanghai-a'],
                                        'vswId' => ['title' => '可用区下vswitch id配置。', 'description' => '可用区下vswitch id配置。', 'type' => 'string', 'required' => false, 'example' => 'vsw-xxx'],
                                    ],
                                    'required' => false,
                                ],
                                'required' => false,
                                'example' => '["vsw-123xxx"]',
                            ],
                            'components' => [
                                'title' => '组件信息',
                                'description' => '组件信息',
                                'type' => 'array',
                                'items' => [
                                    'description' => '实例相关的规格信息列表。',
                                    'type' => 'object',
                                    'properties' => [
                                        'type' => [
                                            'title' => '组件类型',
                                            'description' => '组件类型',
                                            'type' => 'string',
                                            'required' => true,
                                            'enumValueTitles' => ['proxy' => 'proxy', 'mix_coordinator' => 'mix_coordinator', 'data' => 'data', 'query' => 'query', 'standalone' => 'standalone', 'index' => 'index'],
                                            'example' => 'standalone',
                                        ],
                                        'replica' => ['title' => '副本数量', 'description' => '副本数量', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '1'],
                                        'cuNum' => ['title' => 'CU数量', 'description' => 'CU数量', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '8'],
                                        'cuType' => ['title' => 'CU类型。', 'description' => 'CU类型。', 'type' => 'string', 'required' => false, 'example' => 'general'],
                                        'diskSizeType' => [
                                            'title' => 'Query Node配置容量型,性能型,容量型配置Large,其余配置Normal。',
                                            'description' => 'Query Node配置容量型,性能型,容量型配置Large,其余配置Normal。',
                                            'type' => 'string',
                                            'required' => false,
                                            'docRequired' => false,
                                            'example' => 'Normal',
                                            'enum' => ['Large', 'Normal'],
                                        ],
                                    ],
                                    'required' => false,
                                ],
                                'required' => false,
                            ],
                            'tags' => [
                                'description' => '实例标签。',
                                'type' => 'array',
                                'items' => [
                                    'description' => '标签唯一标识,标签id',
                                    'type' => 'object',
                                    'properties' => [
                                        'key' => ['description' => '资源标签key值。', 'type' => 'string', 'required' => false, 'example' => 'key'],
                                        'value' => ['description' => '资源标签value值。', 'type' => 'string', 'required' => false, 'example' => 'value'],
                                    ],
                                    'required' => false,
                                ],
                                'required' => false,
                            ],
                            'aiFunction' => ['description' => '是否开启ai function', 'type' => 'boolean', 'required' => false],
                        ],
                        'required' => false,
                    ],
                ],
                [
                    'name' => 'clientToken',
                    'in' => 'query',
                    'schema' => ['description' => '用于保证请求的幂等性。由客户端生成该参数值,要保证在不同请求间唯一,最大不超过64个ASCII字符。', 'type' => 'string', 'required' => false, 'example' => 'xxx'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '请求唯一号', 'description' => '请求唯一号', 'type' => 'string', 'example' => 'ABCD-1234-5678-EFGH'],
                            'success' => ['title' => '请求是否成功', 'description' => '请求是否成功', 'type' => 'boolean', 'example' => 'true'],
                            'data' => [
                                'description' => '返回结果。',
                                'type' => 'object',
                                'properties' => [
                                    'instanceId' => ['description' => '实例ID', 'type' => 'string', 'example' => 'c-xxx'],
                                    'orderId' => ['description' => '订单ID。', 'type' => 'string', 'example' => 'xxx'],
                                ],
                            ],
                        ],
                        'description' => '',
                    ],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"ABCD-1234-5678-EFGH\\",\\n  \\"success\\": true,\\n  \\"data\\": {\\n    \\"instanceId\\": \\"c-xxx\\",\\n    \\"orderId\\": \\"xxx\\"\\n  }\\n}","type":"json"}]',
            'title' => '创建集群实例',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [],
            ],
            'ramActions' => [
                [
                    'operationType' => 'create',
                    'ramAction' => [
                        'action' => 'milvus:CreateInstance',
                        'authLevel' => 'resource',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Milvus', 'resourceType' => 'Instance', 'arn' => 'acs:milvus:{#regionId}:{#accountId}:instance/*'],
                        ],
                    ],
                ],
            ],
        ],
        'DeleteInstance' => [
            'summary' => '删除实例',
            'path' => '/webapi/instance/delete',
            'methods' => ['delete'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'consumes' => ['application/json'],
            'produces' => ['application/json'],
            'operationType' => 'readAndWrite',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'delete',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeCode' => '197636',
                'abilityTreeNodes' => ['FEATUREmilvusCTW33S'],
                'autoTest' => true,
                'tenantRelevance' => 'tenant',
            ],
            'parameters' => [
                [
                    'name' => 'RegionId',
                    'in' => 'query',
                    'schema' => ['title' => '地域', 'description' => '地域', 'type' => 'string', 'required' => false, 'example' => 'cn-beijing'],
                ],
                [
                    'name' => 'instanceId',
                    'in' => 'query',
                    'schema' => ['title' => '实例ID', 'description' => '实例ID', 'type' => 'string', 'required' => true, 'example' => 'c-xxxx'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '请求唯一号', 'description' => '请求唯一号', 'type' => 'string', 'example' => 'ABCD-1234-5678-EFGH'],
                            'success' => ['title' => '请求是否成功', 'description' => '请求是否成功', 'type' => 'boolean', 'example' => 'true'],
                            'instanceId' => ['title' => '实例ID', 'description' => '实例ID', 'type' => 'string', 'example' => 'c-xxxx'],
                            'orderId' => ['title' => '订单ID', 'description' => '订单ID', 'type' => 'string', 'example' => '123456'],
                        ],
                    ],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'title' => '删除实例',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [],
            ],
            'ramActions' => [],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"ABCD-1234-5678-EFGH\\",\\n  \\"success\\": true,\\n  \\"instanceId\\": \\"c-xxxx\\",\\n  \\"orderId\\": \\"123456\\"\\n}","type":"json"}]',
        ],
        'DescribeAccessControlList' => [
            'summary' => '获取Milvus实例公网访问IP白名单。',
            'path' => '/webapi/milvus/describe_access_control_list',
            'methods' => ['post'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'get',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeNodes' => ['FEATUREmilvusCTW33S'],
            ],
            'parameters' => [
                [
                    'name' => 'InstanceId',
                    'in' => 'query',
                    'schema' => ['title' => '集群实例id', 'description' => '实例ID。', 'type' => 'string', 'required' => false, 'example' => 'c-123xxx'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'HttpStatusCode' => ['title' => 'http请求状态码', 'description' => 'HTTP请求状态码。', 'type' => 'integer', 'format' => 'int32', 'example' => '200'],
                            'RequestId' => ['title' => '请求唯一号', 'description' => '请求ID。', 'type' => 'string', 'example' => 'ABCD-1234-5678-EFGH'],
                            'Success' => ['title' => '请求是否成功', 'description' => '请求是否成功。', 'type' => 'boolean', 'example' => 'true'],
                            'ErrorCode' => ['title' => '错误码', 'description' => '错误码。', 'type' => 'string', 'example' => 'Instance.NotFound'],
                            'ErrMessage' => ['title' => '错误信息', 'description' => '错误信息。', 'type' => 'string', 'example' => 'Failed to find instance c-123xxx'],
                            'Data' => [
                                'title' => '返回数据',
                                'description' => '返回数据。',
                                'type' => 'object',
                                'properties' => [
                                    'AclId' => ['title' => '公网访问控制的AclId', 'description' => '公网访问控制的AclId。', 'type' => 'string', 'example' => 'acl-xxxx'],
                                    'Cidr' => [
                                        'title' => 'Cidr块',
                                        'description' => 'Cidr块。',
                                        'type' => 'array',
                                        'items' => ['title' => 'ip段', 'description' => 'IP段。', 'type' => 'string', 'example' => '192.168.**.**'],
                                    ],
                                ],
                            ],
                            'AccessDeniedDetail' => ['title' => '权限校验失败详情', 'description' => '权限校验失败详情。', 'type' => 'string', 'example' => '{     "PolicyType": "AccountLevelIdentityBasedPolicy",     "AuthPrincipalOwnerId": "xxxx",     "EncodedDiagnosticMessage": "xxxx",     "AuthPrincipalType": "SubUser",     "AuthPrincipalDisplayName": "xxxx",     "NoPermissionType": "ImplicitDeny",     "AuthAction": "milvus:xxxx" }'],
                        ],
                    ],
                ],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"HttpStatusCode\\": 200,\\n  \\"RequestId\\": \\"ABCD-1234-5678-EFGH\\",\\n  \\"Success\\": true,\\n  \\"ErrorCode\\": \\"Instance.NotFound\\",\\n  \\"ErrMessage\\": \\"Failed to find instance c-123xxx\\",\\n  \\"Data\\": {\\n    \\"AclId\\": \\"acl-xxxx\\",\\n    \\"Cidr\\": [\\n      \\"192.168.**.**\\"\\n    ]\\n  },\\n  \\"AccessDeniedDetail\\": \\"{     \\\\\\"PolicyType\\\\\\": \\\\\\"AccountLevelIdentityBasedPolicy\\\\\\",     \\\\\\"AuthPrincipalOwnerId\\\\\\": \\\\\\"xxxx\\\\\\",     \\\\\\"EncodedDiagnosticMessage\\\\\\": \\\\\\"xxxx\\\\\\",     \\\\\\"AuthPrincipalType\\\\\\": \\\\\\"SubUser\\\\\\",     \\\\\\"AuthPrincipalDisplayName\\\\\\": \\\\\\"xxxx\\\\\\",     \\\\\\"NoPermissionType\\\\\\": \\\\\\"ImplicitDeny\\\\\\",     \\\\\\"AuthAction\\\\\\": \\\\\\"milvus:xxxx\\\\\\" }\\"\\n}","type":"json"}]',
            'title' => '获取公网访问白名单',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeAccessControlList'],
                ],
            ],
            'ramActions' => [
                [
                    'operationType' => 'get',
                    'ramAction' => [
                        'action' => 'milvus:DescribeAccessControlList',
                        'authLevel' => 'resource',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Milvus', 'resourceType' => 'Instance', 'arn' => 'acs:milvus:{#regionId}:{#accountId}:instance/{#InstanceId}'],
                        ],
                    ],
                ],
            ],
        ],
        'DescribeInstanceConfigs' => [
            'summary' => '获取Milvus各个组件自定义配置的信息。',
            'path' => '/webapi/config/describe_milvus_user_config',
            'methods' => ['post'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'get',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeNodes' => ['FEATUREmilvusCTW33S'],
            ],
            'parameters' => [
                [
                    'name' => 'InstanceId',
                    'in' => 'query',
                    'schema' => ['title' => '集群实例id', 'description' => '实例ID。', 'type' => 'string', 'required' => true, 'example' => 'c-123xxx'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'HttpStatusCode' => ['title' => 'http请求状态码', 'description' => 'HTTP请求状态码。', 'type' => 'integer', 'format' => 'int32', 'example' => '200'],
                            'RequestId' => ['title' => '请求唯一号', 'description' => '请求ID。', 'type' => 'string', 'example' => 'ABCD-1234-5678-EFGH'],
                            'Success' => ['title' => '请求是否成功', 'description' => '请求是否成功。', 'type' => 'boolean', 'example' => 'true', 'default' => 'true'],
                            'ErrCode' => ['title' => '错误码', 'description' => '错误码。', 'type' => 'string', 'example' => 'Instance.NotFound'],
                            'ErrMessage' => ['title' => '错误信息', 'description' => '错误信息。', 'type' => 'string', 'example' => 'Failed to find instance c-123xxx.'],
                            'Data' => ['title' => '返回数据', 'description' => '返回数据。', 'type' => 'string', 'format' => 'byte', 'example' => 'dataCoord:\\n  enableCompaction: true'],
                            'AccessDeniedDetail' => ['title' => '权限校验失败详情', 'description' => '权限校验失败详情。', 'type' => 'string', 'example' => '{     "PolicyType": "AccountLevelIdentityBasedPolicy",     "AuthPrincipalOwnerId": "xxxx",     "EncodedDiagnosticMessage": "xxxx",     "AuthPrincipalType": "SubUser",     "AuthPrincipalDisplayName": "xxxx",     "NoPermissionType": "ImplicitDeny",     "AuthAction": "milvus:xxxx" }'],
                        ],
                    ],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"HttpStatusCode\\": 200,\\n  \\"RequestId\\": \\"ABCD-1234-5678-EFGH\\",\\n  \\"Success\\": true,\\n  \\"ErrCode\\": \\"Instance.NotFound\\",\\n  \\"ErrMessage\\": \\"Failed to find instance c-123xxx.\\",\\n  \\"Data\\": \\"dataCoord:\\\\\\\\n  enableCompaction: true\\",\\n  \\"AccessDeniedDetail\\": \\"{     \\\\\\"PolicyType\\\\\\": \\\\\\"AccountLevelIdentityBasedPolicy\\\\\\",     \\\\\\"AuthPrincipalOwnerId\\\\\\": \\\\\\"xxxx\\\\\\",     \\\\\\"EncodedDiagnosticMessage\\\\\\": \\\\\\"xxxx\\\\\\",     \\\\\\"AuthPrincipalType\\\\\\": \\\\\\"SubUser\\\\\\",     \\\\\\"AuthPrincipalDisplayName\\\\\\": \\\\\\"xxxx\\\\\\",     \\\\\\"NoPermissionType\\\\\\": \\\\\\"ImplicitDeny\\\\\\",     \\\\\\"AuthAction\\\\\\": \\\\\\"milvus:xxxx\\\\\\" }\\"\\n}","type":"json"}]',
            'title' => '获取实例配置信息',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeInstanceConfigs'],
                ],
            ],
            'ramActions' => [
                [
                    'operationType' => 'get',
                    'ramAction' => [
                        'action' => 'milvus:DescribeInstanceConfigs',
                        'authLevel' => 'resource',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Milvus', 'resourceType' => 'Instance', 'arn' => 'acs:milvus:{#regionId}:{#accountId}:instance/{#InstanceId}'],
                        ],
                    ],
                ],
            ],
        ],
        'GetInstance' => [
            'path' => '/webapi/instance/get',
            'methods' => ['get'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'consumes' => ['application/json'],
            'produces' => ['application/json'],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'get',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeCode' => '197636',
                'abilityTreeNodes' => ['FEATUREmilvusCTW33S'],
                'autoTest' => true,
                'tenantRelevance' => 'tenant',
            ],
            'parameters' => [
                [
                    'name' => 'RegionId',
                    'in' => 'query',
                    'schema' => ['title' => '地域', 'description' => '地域', 'type' => 'string', 'required' => false, 'example' => 'cn-beijing'],
                ],
                [
                    'name' => 'instanceId',
                    'in' => 'query',
                    'schema' => ['title' => '实例ID', 'description' => '实例ID', 'type' => 'string', 'required' => true, 'example' => 'c-xxxx'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '请求唯一号', 'description' => '请求唯一号', 'type' => 'string', 'example' => 'ABCD-1234-5678-EFGH'],
                            'success' => ['title' => '请求是否成功', 'description' => '请求是否成功', 'type' => 'boolean', 'example' => 'true'],
                            'instance' => ['title' => '实例详情', 'description' => '实例详情', '$ref' => '#/components/schemas/InstanceDetail'],
                        ],
                        'description' => '',
                    ],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'title' => '获取实例详情',
            'summary' => '获取实例详情',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [],
            ],
            'ramActions' => [
                [
                    'operationType' => 'get',
                    'ramAction' => [
                        'action' => 'milvus:GetInstance',
                        'authLevel' => 'resource',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Milvus', 'resourceType' => 'Instance', 'arn' => 'acs:milvus:{#regionId}:{#accountId}:instance/{#InstanceId}'],
                        ],
                    ],
                ],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"ABCD-1234-5678-EFGH\\",\\n  \\"success\\": true,\\n  \\"instance\\": {\\n    \\"instanceName\\": \\"milvus-test\\",\\n    \\"instanceId\\": \\"c-xxx\\",\\n    \\"regionId\\": \\"cn-beijing\\",\\n    \\"zoneId\\": \\"cn-hangzhou-i\\",\\n    \\"status\\": \\"running\\",\\n    \\"paymentType\\": \\"PayAsYouGo\\",\\n    \\"resourceGroupId\\": \\"rg-aek3dcgyq7pnqwa\\",\\n    \\"vpcId\\": \\"vpc-xxx\\",\\n    \\"createTime\\": \\"2025-04-27T02:04:25Z\\",\\n    \\"runningTime\\": 1,\\n    \\"expireTime\\": \\"2025-04-27T02:04:25Z\\\\n\\",\\n    \\"dbVersion\\": \\"2.5\\",\\n    \\"orderId\\": \\"4751\\",\\n    \\"autoBackup\\": true,\\n    \\"configuration\\": \\"rootCoord:\\\\n    maxDatabaseNum: 64 # Maximum number of database\\\\n    maxPartitionNum: 4096 \\",\\n    \\"ha\\": true,\\n    \\"multiZoneMode\\": \\"Single\\",\\n    \\"encrypted\\": false,\\n    \\"kmsKeyId\\": \\"key-xxx\\",\\n    \\"vSwitchIds\\": [\\n      {\\n        \\"zoneId\\": \\"cn-hangzhou-i\\",\\n        \\"vswId\\": \\"vsw-xxx\\"\\n      }\\n    ],\\n    \\"securityGroupIds\\": [\\n      \\"sg-xxx\\"\\n    ],\\n    \\"tags\\": [\\n      {\\n        \\"key\\": \\"k1\\",\\n        \\"value\\": \\"v1\\"\\n      }\\n    ],\\n    \\"components\\": [\\n      {\\n        \\"type\\": \\"data\\",\\n        \\"replica\\": 1,\\n        \\"cuNum\\": 4,\\n        \\"cuType\\": \\"general\\",\\n        \\"diskSizeType\\": \\"Normal\\"\\n      }\\n    ]\\n  }\\n}","type":"json"}]',
        ],
        'GetInstanceDetail' => [
            'path' => '/webapi/cluster/detail',
            'methods' => ['post'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'get',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeCode' => '197635',
                'abilityTreeNodes' => ['FEATUREmilvusCTW33S'],
            ],
            'parameters' => [
                [
                    'name' => 'InstanceId',
                    'in' => 'query',
                    'schema' => ['title' => '集群实例id', 'description' => '实例ID。', 'type' => 'string', 'required' => false, 'example' => 'c-123xxx'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'HttpStatusCode' => ['title' => 'http请求状态码', 'description' => 'HTTP请求状态码。', 'type' => 'integer', 'format' => 'int32', 'example' => '200'],
                            'RequestId' => ['title' => '请求唯一号', 'description' => '请求ID。', 'type' => 'string', 'example' => 'ABCD-1234-5678-EFGH'],
                            'Success' => ['title' => '请求是否成功', 'description' => '请求是否成功。', 'type' => 'boolean', 'example' => 'true'],
                            'ErrCode' => ['title' => '错误码', 'description' => '错误码。', 'type' => 'string', 'example' => 'Instance.NotFound'],
                            'ErrMessage' => ['title' => '错误信息', 'description' => '错误信息。', 'type' => 'string', 'example' => 'Failed to find instance c-123xxx'],
                            'Data' => [
                                'title' => '返回数据',
                                'description' => '返回数据。',
                                'type' => 'object',
                                'properties' => [
                                    'InstanceId' => ['title' => '集群id', 'description' => '实例ID。', 'type' => 'string', 'example' => 'c-123xxx'],
                                    'BeginTime' => ['title' => '开始时间', 'description' => '开始时间。', 'type' => 'integer', 'format' => 'int64', 'example' => '1716863508000'],
                                    'RunningTime' => ['title' => '运行时间', 'description' => '运行时间。', 'type' => 'integer', 'format' => 'int64', 'example' => '1743679'],
                                    'ExpireTime' => ['title' => '过期时间', 'description' => '过期时间。', 'type' => 'integer', 'format' => 'int64', 'example' => '1721664000000'],
                                    'RegionId' => ['title' => '地域', 'description' => '地域。', 'type' => 'string', 'example' => 'cn-beijing'],
                                    'ZoneId' => ['title' => '可用区', 'description' => '可用区。', 'type' => 'string', 'example' => 'cn-beijing-g'],
                                    'InstanceStatus' => ['title' => '状态', 'description' => '实例状态。取值范围:'."\n"
                                        .'- creating:创建中。'."\n"
                                        .'- running:运行中。'."\n"
                                        .'- updating:升级中。集群升降配、配置变更和开关公网等。'."\n"
                                        .'- disable:不可用。集群已经过期,需要续费激活。'."\n"
                                        .'- deleting:删除中。'."\n"
                                        .'- deleted:已删除。', 'type' => 'string', 'example' => 'running'],
                                    'PackageType' => ['title' => '规格', 'description' => '规格详情。取值范围:'."\n"
                                        ."\n"
                                        .'- trial:入门版。'."\n"
                                        .'- standard:标准版。', 'type' => 'string', 'example' => 'standard'],
                                    'ClusterInfo' => [
                                        'title' => '集群详情',
                                        'description' => '实例详情。',
                                        'type' => 'object',
                                        'properties' => [
                                            'MilvusResourceInfoList' => [
                                                'title' => '资源详情',
                                                'description' => '资源详情。',
                                                'type' => 'array',
                                                'items' => [
                                                    'type' => 'object',
                                                    'properties' => [
                                                        'ComponentType' => ['title' => '组件类型', 'description' => '组件类型。取值范围:'."\n"
                                                            .'- standalone'."\n"
                                                            .'- proxy'."\n"
                                                            .'- mix_coordinator'."\n"
                                                            .'- query'."\n"
                                                            .'- index'."\n"
                                                            .'- data', 'type' => 'string', 'example' => 'standalone'],
                                                        'CuNum' => ['title' => 'CU数量', 'description' => 'CU数量。', 'type' => 'integer', 'format' => 'int32', 'example' => '8'],
                                                        'CuRatio' => ['description' => 'CU规格。取值范围:'."\n"
                                                            .'* 4:1core对应4GB。'."\n"
                                                            .'* 8:1core对应8GB。', 'type' => 'integer', 'format' => 'int32', 'example' => '4'],
                                                        'Replica' => ['title' => '副本数量', 'description' => '副本数量。', 'type' => 'integer', 'format' => 'int32', 'example' => '2'],
                                                        'DiskSize' => ['title' => '磁盘大小', 'description' => '磁盘大小。', 'type' => 'integer', 'format' => 'int32', 'example' => '100'],
                                                        'DiskType' => ['title' => '磁盘类型', 'description' => '磁盘类型。', 'type' => 'string', 'example' => 'essd'],
                                                        'ZoneId' => ['type' => 'string'],
                                                        'PayType' => ['type' => 'string'],
                                                    ],
                                                    'description' => '',
                                                ],
                                            ],
                                            'IntranetUrl' => ['title' => '内网地址', 'description' => '内网地址。', 'type' => 'string', 'example' => 'c-123xxx-internal.milvus.aliyuncs.com'],
                                            'InternetUrl' => ['title' => '公网地址', 'description' => '公网地址。', 'type' => 'string', 'example' => 'c-123xxx-.milvus.aliyuncs.com'],
                                            'TotalCuNum' => ['title' => '总CU数量', 'description' => '总CU数量。', 'type' => 'integer', 'format' => 'int32', 'example' => '24'],
                                            'TotalDiskSize' => ['title' => '总磁盘数量', 'description' => '总磁盘数量。', 'type' => 'integer', 'format' => 'int32', 'example' => '500'],
                                            'ProxyPort' => ['title' => 'Proxy端口', 'description' => 'Proxy端口。', 'type' => 'integer', 'format' => 'int32', 'example' => '19530'],
                                            'AttuPort' => ['title' => 'Attu组件端口', 'description' => 'Attu组件端口。', 'type' => 'integer', 'format' => 'int32', 'example' => '3000'],
                                            'OssStorageTimestamp' => ['title' => 'OSS存储指标时间', 'description' => 'OSS存储指标时间。', 'type' => 'integer', 'format' => 'int64', 'example' => '1718604000000'],
                                            'OssStorageSize' => ['title' => 'OSS存储数据大小', 'description' => 'OSS存储数据大小。', 'type' => 'string', 'example' => '125.15 GB'],
                                        ],
                                    ],
                                    'VpcId' => ['title' => '专有网络id', 'description' => '专有网络ID。', 'type' => 'string', 'example' => 'vpc-123xxx'],
                                    'VswId' => ['title' => '交换机id', 'description' => '交换机ID。', 'type' => 'string', 'example' => 'vsw-123xxx'],
                                    'SgId' => ['title' => '安全组id', 'description' => '安全组ID。', 'type' => 'string', 'example' => 'sg-123xxx'],
                                    'OpenPublicNet' => ['title' => '是否开启公网', 'description' => '是否开启公网。', 'type' => 'boolean', 'example' => 'true'],
                                    'ClusterName' => ['title' => '集群名称', 'description' => '实例名称。', 'type' => 'string', 'example' => 'aliyun-test'],
                                    'PayType' => ['title' => '付费类型', 'description' => '付费类型。取值范围:'."\n"
                                        .'- 0:按量付费。'."\n"
                                        .'- 1:包年包月。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
                                    'BucketName' => ['title' => 'bucket名称', 'description' => 'Bucket名称。', 'type' => 'string', 'example' => 'milvus-test'],
                                    'BucketPath' => ['title' => 'bucket地址', 'description' => 'Bucket地址。', 'type' => 'string', 'example' => 'https://oss.console.aliyun.com/bucket/oss-cn-beijing/xxxx/object?spm=a2cug.25127996.0.0.577990370Ebsqt&path=milvus-c-123xxxx'],
                                    'Version' => ['title' => '内核版本', 'description' => '内核版本。', 'type' => 'string', 'example' => '2.4'],
                                    'AclId' => ['title' => '公网访问控制aclId', 'description' => '公网访问控制AclId。', 'type' => 'string', 'example' => 'acl-123xxx'],
                                    'UserConfig' => ['title' => '用户自定义配置', 'description' => '用户自定义配置。', 'type' => 'string', 'example' => 'dataCoord:\\n  segment:\\n    maxSize: 1024'],
                                    'TemplateVersion' => ['title' => '软件栈版本', 'description' => '软件栈版本。', 'type' => 'string', 'example' => '2.4.1-1.0-0.0.1'],
                                    'ProductCode' => ['title' => '商品code', 'description' => '商品Code。', 'type' => 'string', 'example' => 'milvus_milvuspre_public_cn'],
                                    'ResourceGroupId' => ['title' => '资源组id', 'description' => '资源组id', 'type' => 'string', 'example' => 'rg-123xxx'],
                                    'MeasureConfig' => [
                                        'description' => '配置信息',
                                        'type' => 'object',
                                        'properties' => [
                                            'ProxyNodeCuNum' => ['description' => 'Proxy节点Cu数', 'type' => 'integer', 'format' => 'int32', 'example' => '4'],
                                            'IndexNodeCuNum' => ['description' => 'Index节点Cu数', 'type' => 'integer', 'format' => 'int32', 'example' => '4'],
                                            'QueryNodeCuNum' => ['description' => 'Query节点Cu数', 'type' => 'integer', 'format' => 'int32', 'example' => '4'],
                                            'DataNodeCuNum' => ['description' => 'Data节点Cu数', 'type' => 'integer', 'format' => 'int32', 'example' => '4'],
                                            'MixCoodinatorNodeCuNum' => ['description' => 'MixCoordinator节点Cu数', 'type' => 'integer', 'format' => 'int32', 'example' => '4'],
                                            'IndexNodeReplica' => ['description' => 'Index节点副本数', 'type' => 'integer', 'format' => 'int32', 'example' => '2'],
                                            'QueryNodeReplica' => ['description' => 'Query节点副本数', 'type' => 'integer', 'format' => 'int32', 'example' => '2'],
                                            'DataNodeReplica' => ['description' => 'Data节点副本数', 'type' => 'integer', 'format' => 'int32', 'example' => '2'],
                                            'MixCoodinatorNodeReplica' => ['description' => 'MixCoordinator节点副本数', 'type' => 'integer', 'format' => 'int32', 'example' => '2'],
                                            'ProxyNodeReplica' => ['description' => 'Proxy节点副本数', 'type' => 'integer', 'format' => 'int32', 'example' => '2'],
                                        ],
                                    ],
                                    'EnableHa' => ['description' => '是否高可用', 'type' => 'boolean', 'example' => 'true'],
                                    'NodeType' => ['description' => '节点类型。取值范围:'."\n"
                                        .'* perf:性能型。'."\n"
                                        .'* cap:容量型。', 'type' => 'string', 'example' => 'perf'],
                                    'Tags' => [
                                        'description' => 'tag信息',
                                        'type' => 'array',
                                        'items' => [
                                            'description' => 'tag信息',
                                            'type' => 'object',
                                            'properties' => [
                                                'Key' => ['description' => 'tag的key', 'type' => 'string', 'example' => 'key1'],
                                                'Value' => ['description' => 'tag的value', 'type' => 'string', 'example' => 'value1'],
                                            ],
                                        ],
                                    ],
                                    'Encrypted' => ['type' => 'string'],
                                    'KmsKeyId' => ['type' => 'string'],
                                    'MultiZoneMode' => ['type' => 'string'],
                                    'HighAvailability' => [
                                        'type' => 'object',
                                        'properties' => [
                                            'Mode' => ['type' => 'string'],
                                            'PrimaryZoneId' => ['type' => 'string'],
                                            'SecondaryZoneId' => ['type' => 'string'],
                                            'CurrentActiveAZ' => ['type' => 'string'],
                                        ],
                                    ],
                                    'VSwitches' => [
                                        'type' => 'array',
                                        'items' => [
                                            'type' => 'object',
                                            'properties' => [
                                                'VswId' => ['type' => 'string'],
                                                'ZoneId' => ['type' => 'string'],
                                            ],
                                        ],
                                    ],
                                    'MaintainablePeriod' => ['type' => 'string'],
                                ],
                            ],
                            'AccessDeniedDetail' => ['title' => '权限校验失败详情', 'description' => '权限校验失败详情。', 'type' => 'string', 'example' => '{     "PolicyType": "AccountLevelIdentityBasedPolicy",     "AuthPrincipalOwnerId": "xxxx",     "EncodedDiagnosticMessage": "xxxx",     "AuthPrincipalType": "SubUser",     "AuthPrincipalDisplayName": "xxxx",     "NoPermissionType": "ImplicitDeny",     "AuthAction": "milvus:xxxx" }'],
                        ],
                        'description' => '',
                    ],
                ],
            ],
            'title' => '获取实例详情',
            'summary' => '获取单个实例的详细信息。',
            'changeSet' => [
                ['createdAt' => '2025-03-19T10:02:04.000Z', 'description' => '响应参数发生变更'],
                ['createdAt' => '2024-12-24T07:52:38.000Z', 'description' => '响应参数发生变更'],
                ['createdAt' => '2024-12-02T11:43:30.000Z', 'description' => '响应参数发生变更'],
                ['createdAt' => '2024-08-28T06:24:31.000Z', 'description' => '响应参数发生变更'],
                ['createdAt' => '2024-06-25T02:00:10.000Z', 'description' => '响应参数发生变更'],
            ],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'GetInstanceDetail'],
                ],
            ],
            'ramActions' => [
                [
                    'operationType' => 'get',
                    'ramAction' => [
                        'action' => 'milvus:GetInstanceDetail',
                        'authLevel' => 'resource',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Milvus', 'resourceType' => 'Instance', 'arn' => 'acs:milvus:{#regionId}:{#accountId}:instance/{#InstanceId}'],
                        ],
                    ],
                ],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"HttpStatusCode\\": 200,\\n  \\"RequestId\\": \\"ABCD-1234-5678-EFGH\\",\\n  \\"Success\\": true,\\n  \\"ErrCode\\": \\"Instance.NotFound\\",\\n  \\"ErrMessage\\": \\"Failed to find instance c-123xxx\\",\\n  \\"Data\\": {\\n    \\"InstanceId\\": \\"c-123xxx\\",\\n    \\"BeginTime\\": 1716863508000,\\n    \\"RunningTime\\": 1743679,\\n    \\"ExpireTime\\": 1721664000000,\\n    \\"RegionId\\": \\"cn-beijing\\",\\n    \\"ZoneId\\": \\"cn-beijing-g\\",\\n    \\"InstanceStatus\\": \\"running\\",\\n    \\"PackageType\\": \\"standard\\",\\n    \\"ClusterInfo\\": {\\n      \\"MilvusResourceInfoList\\": [\\n        {\\n          \\"ComponentType\\": \\"standalone\\",\\n          \\"CuNum\\": 8,\\n          \\"CuRatio\\": 4,\\n          \\"Replica\\": 2,\\n          \\"DiskSize\\": 100,\\n          \\"DiskType\\": \\"essd\\",\\n          \\"ZoneId\\": \\"\\",\\n          \\"PayType\\": \\"\\"\\n        }\\n      ],\\n      \\"IntranetUrl\\": \\"c-123xxx-internal.milvus.aliyuncs.com\\",\\n      \\"InternetUrl\\": \\"c-123xxx-.milvus.aliyuncs.com\\",\\n      \\"TotalCuNum\\": 24,\\n      \\"TotalDiskSize\\": 500,\\n      \\"ProxyPort\\": 19530,\\n      \\"AttuPort\\": 3000,\\n      \\"OssStorageTimestamp\\": 1718604000000,\\n      \\"OssStorageSize\\": \\"125.15 GB\\"\\n    },\\n    \\"VpcId\\": \\"vpc-123xxx\\",\\n    \\"VswId\\": \\"vsw-123xxx\\",\\n    \\"SgId\\": \\"sg-123xxx\\",\\n    \\"OpenPublicNet\\": true,\\n    \\"ClusterName\\": \\"aliyun-test\\",\\n    \\"PayType\\": 1,\\n    \\"BucketName\\": \\"milvus-test\\",\\n    \\"BucketPath\\": \\"https://oss.console.aliyun.com/bucket/oss-cn-beijing/xxxx/object?spm=a2cug.25127996.0.0.577990370Ebsqt&path=milvus-c-123xxxx\\",\\n    \\"Version\\": \\"2.4\\",\\n    \\"AclId\\": \\"acl-123xxx\\",\\n    \\"UserConfig\\": \\"dataCoord:\\\\\\\\n  segment:\\\\\\\\n    maxSize: 1024\\",\\n    \\"TemplateVersion\\": \\"2.4.1-1.0-0.0.1\\",\\n    \\"ProductCode\\": \\"milvus_milvuspre_public_cn\\",\\n    \\"ResourceGroupId\\": \\"rg-123xxx\\",\\n    \\"MeasureConfig\\": {\\n      \\"ProxyNodeCuNum\\": 4,\\n      \\"IndexNodeCuNum\\": 4,\\n      \\"QueryNodeCuNum\\": 4,\\n      \\"DataNodeCuNum\\": 4,\\n      \\"MixCoodinatorNodeCuNum\\": 4,\\n      \\"IndexNodeReplica\\": 2,\\n      \\"QueryNodeReplica\\": 2,\\n      \\"DataNodeReplica\\": 2,\\n      \\"MixCoodinatorNodeReplica\\": 2,\\n      \\"ProxyNodeReplica\\": 2\\n    },\\n    \\"EnableHa\\": true,\\n    \\"NodeType\\": \\"perf\\",\\n    \\"Tags\\": [\\n      {\\n        \\"Key\\": \\"key1\\",\\n        \\"Value\\": \\"value1\\"\\n      }\\n    ],\\n    \\"Encrypted\\": \\"\\",\\n    \\"KmsKeyId\\": \\"\\",\\n    \\"MultiZoneMode\\": \\"\\",\\n    \\"HighAvailability\\": {\\n      \\"Mode\\": \\"\\",\\n      \\"PrimaryZoneId\\": \\"\\",\\n      \\"SecondaryZoneId\\": \\"\\",\\n      \\"CurrentActiveAZ\\": \\"\\"\\n    },\\n    \\"VSwitches\\": [\\n      {\\n        \\"VswId\\": \\"\\",\\n        \\"ZoneId\\": \\"\\"\\n      }\\n    ],\\n    \\"MaintainablePeriod\\": \\"\\"\\n  },\\n  \\"AccessDeniedDetail\\": \\"{     \\\\\\"PolicyType\\\\\\": \\\\\\"AccountLevelIdentityBasedPolicy\\\\\\",     \\\\\\"AuthPrincipalOwnerId\\\\\\": \\\\\\"xxxx\\\\\\",     \\\\\\"EncodedDiagnosticMessage\\\\\\": \\\\\\"xxxx\\\\\\",     \\\\\\"AuthPrincipalType\\\\\\": \\\\\\"SubUser\\\\\\",     \\\\\\"AuthPrincipalDisplayName\\\\\\": \\\\\\"xxxx\\\\\\",     \\\\\\"NoPermissionType\\\\\\": \\\\\\"ImplicitDeny\\\\\\",     \\\\\\"AuthAction\\\\\\": \\\\\\"milvus:xxxx\\\\\\" }\\"\\n}","type":"json"}]',
        ],
        'ListAclGroups' => [
            'path' => '/webapi/milvus/listAclGroups',
            'methods' => ['post'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'produces' => ['application/json'],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'none',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeNodes' => ['FEATUREmilvus0MDRCH'],
            ],
            'parameters' => [
                [
                    'name' => 'instanceId',
                    'in' => 'query',
                    'schema' => ['description' => '集群id', 'type' => 'string', 'required' => false, 'example' => 'c-123xxx'],
                ],
                [
                    'name' => 'regionId',
                    'in' => 'query',
                    'schema' => ['description' => '区域ID。', 'type' => 'string', 'required' => false, 'example' => 'cn-beijing'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'accessDeniedDetail' => ['description' => '访问拒绝详细信息,有且仅有在因RAM无权限拒绝用户访问的场景', 'type' => 'string', 'example' => 'None'],
                            'requestId' => ['description' => '请求ID', 'type' => 'string', 'example' => '66A13C31-473A-5B3A-8974-0B07A40649CF'],
                            'httpStatusCode' => ['description' => 'HTTP状态码', 'type' => 'integer', 'format' => 'int64', 'example' => '200'],
                            'data' => [
                                'description' => '返回结果',
                                'type' => 'array',
                                'items' => [
                                    'description' => '返回结果',
                                    'type' => 'object',
                                    'properties' => [
                                        'cidrs' => [
                                            'description' => '网段地址。',
                                            'type' => 'array',
                                            'items' => ['description' => '网段地址。', 'type' => 'string', 'example' => '140.205.11.0/24,140.205.11.2'],
                                        ],
                                        'createTime' => ['description' => '创建时间。', 'type' => 'string', 'example' => '2022-10-17T13:53:27Z'],
                                        'groupName' => ['description' => '组名称。', 'type' => 'string', 'example' => 'test'],
                                        'id' => ['description' => '音频ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '376774'],
                                        'instanceId' => ['description' => '实例ID', 'type' => 'string', 'example' => 'c-xxx'],
                                        'uid' => ['description' => '当前阿里云主账号的ID,只读', 'type' => 'integer', 'format' => 'int64', 'example' => '50832118'],
                                    ],
                                ],
                            ],
                        ],
                        'description' => '',
                    ],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'title' => '展示分组白名单',
            'summary' => '获取当前用户下的分组信息和内容',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [],
            ],
            'ramActions' => [],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"accessDeniedDetail\\": \\"None\\",\\n  \\"requestId\\": \\"66A13C31-473A-5B3A-8974-0B07A40649CF\\",\\n  \\"httpStatusCode\\": 200,\\n  \\"data\\": [\\n    {\\n      \\"cidrs\\": [\\n        \\"140.205.11.0/24,140.205.11.2\\"\\n      ],\\n      \\"createTime\\": \\"2022-10-17T13:53:27Z\\",\\n      \\"groupName\\": \\"test\\",\\n      \\"id\\": 376774,\\n      \\"instanceId\\": \\"c-xxx\\",\\n      \\"uid\\": 50832118\\n    }\\n  ]\\n}","type":"json"}]',
        ],
        'ListInstances' => [
            'summary' => '获取当前账号下Milvus实例列表。',
            'path' => '/webapi/order/list',
            'methods' => ['post'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'list',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeCode' => '197636',
                'abilityTreeNodes' => ['FEATUREmilvusCTW33S'],
                'tenantRelevance' => 'publicInformation',
            ],
            'parameters' => [
                [
                    'name' => 'ClusterName',
                    'in' => 'query',
                    'schema' => ['title' => '集群名称', 'description' => '实例名称。', 'type' => 'string', 'required' => false, 'example' => 'milvus-test'],
                ],
                [
                    'name' => 'ClusterId',
                    'in' => 'query',
                    'schema' => ['title' => '集群id', 'description' => '实例ID。', 'type' => 'string', 'required' => false, 'example' => 'c-123xxx'],
                ],
                [
                    'name' => 'PageNumber',
                    'in' => 'query',
                    'schema' => ['title' => '页码', 'description' => '页码。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '10000', 'minimum' => '1', 'example' => '1', 'default' => '1'],
                ],
                [
                    'name' => 'PageSize',
                    'in' => 'query',
                    'schema' => ['title' => '分页大小', 'description' => '分页大小。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '100000', 'minimum' => '1', 'example' => '10', 'default' => '10'],
                ],
                [
                    'name' => 'RegionId',
                    'in' => 'query',
                    'schema' => ['title' => '地域', 'description' => '地域。', 'type' => 'string', 'required' => false, 'example' => 'cn-beijing'],
                ],
                [
                    'name' => 'ResourceGroupId',
                    'in' => 'query',
                    'schema' => ['title' => '资源组id', 'description' => '资源组id', 'type' => 'string', 'required' => false, 'example' => 'rg-123xxx'],
                ],
                [
                    'name' => 'Tag',
                    'in' => 'query',
                    'style' => 'json',
                    'schema' => [
                        'description' => 'tag信息',
                        'type' => 'array',
                        'items' => [
                            'description' => 'tag信息',
                            'type' => 'object',
                            'properties' => [
                                'Key' => ['description' => 'tag的key', 'type' => 'string', 'required' => false, 'example' => 'key1'],
                                'Value' => ['description' => 'tag的value', 'type' => 'string', 'required' => false, 'example' => 'value1'],
                            ],
                            'required' => false,
                        ],
                        'required' => false,
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'HttpStatusCode' => ['title' => 'http请求状态码', 'description' => 'HTTP请求状态码。', 'type' => 'integer', 'format' => 'int32', 'example' => '200'],
                            'RequestId' => ['title' => '请求唯一号', 'description' => '请求ID。', 'type' => 'string', 'example' => 'ABCD-1234-5678-EFGH'],
                            'Success' => ['title' => '请求是否成功', 'description' => '请求是否成功。', 'type' => 'boolean', 'example' => 'true'],
                            'ErrCode' => ['title' => '错误码', 'description' => '错误码。', 'type' => 'string', 'example' => 'Instance.NotFound'],
                            'ErrMessage' => ['title' => '错误信息', 'description' => '错误信息。', 'type' => 'string', 'example' => 'Failed to find instance c-123xxx'],
                            'Data' => [
                                'title' => '返回数据',
                                'description' => '返回数据。',
                                'type' => 'array',
                                'items' => [
                                    'type' => 'object',
                                    'properties' => [
                                        'InstanceId' => ['title' => '集群id', 'description' => '实例ID。', 'type' => 'string', 'example' => 'c-123xxx'],
                                        'BeginTime' => ['title' => '开始时间', 'description' => '开始时间。', 'type' => 'integer', 'format' => 'int64', 'example' => '1718608505000'],
                                        'RunningTime' => ['title' => '运行时间', 'description' => '运行时间。', 'type' => 'integer', 'format' => 'int32', 'example' => '536611'],
                                        'ExpireTime' => ['title' => '过期时间', 'description' => '过期时间。', 'type' => 'integer', 'format' => 'int64', 'example' => '1721232000000'],
                                        'RegionId' => ['title' => '地域', 'description' => '地域。', 'type' => 'string', 'example' => 'cn-beijing'],
                                        'ZoneId' => ['title' => '可用区', 'description' => '可用区。', 'type' => 'string', 'example' => 'cn-beijing-g'],
                                        'InstanceStatus' => ['title' => '状态', 'description' => '实例状态。取值范围:'."\n"
                                            .'- creating:创建中。'."\n"
                                            .'- running:运行中。'."\n"
                                            .'- updating:升级中。集群升降配、配置变更和开关公网等。'."\n"
                                            .'- disable:不可用。集群已经过期,需要续费激活。'."\n"
                                            .'- deleting:删除中。'."\n"
                                            .'- deleted:已删除。', 'type' => 'string', 'example' => 'running'],
                                        'ClusterName' => ['title' => '集群名称', 'description' => '实例名称。', 'type' => 'string', 'example' => 'milvus-test'],
                                        'PackageType' => ['title' => '规格', 'description' => '规格详情。取值范围:'."\n"
                                            .'- trial:入门版。'."\n"
                                            .'- standard:标准版。', 'type' => 'string', 'example' => 'trial'],
                                        'ClusterInfo' => [
                                            'title' => '集群详情',
                                            'description' => '实例详情。',
                                            'type' => 'object',
                                            'properties' => [
                                                'MilvusResourceInfoList' => [
                                                    'title' => '资源详情',
                                                    'description' => '资源详情。',
                                                    'type' => 'array',
                                                    'items' => [
                                                        'type' => 'object',
                                                        'properties' => [
                                                            'ComponentType' => ['title' => '组件类型', 'description' => '组件类型。取值范围:'."\n"
                                                                .'- standalone'."\n"
                                                                .'- proxy'."\n"
                                                                .'- mix_coordinator'."\n"
                                                                .'- query'."\n"
                                                                .'- index'."\n"
                                                                .'- data', 'type' => 'string', 'example' => 'standalone'],
                                                            'CuNum' => ['title' => 'CU数量', 'description' => 'CU数量。', 'type' => 'integer', 'format' => 'int32', 'example' => '16'],
                                                            'Replica' => ['title' => '副本数量', 'description' => '副本数量。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
                                                            'DiskSize' => ['title' => '磁盘大小', 'description' => '磁盘大小。', 'type' => 'integer', 'format' => 'int32', 'example' => '100'],
                                                            'DiskType' => ['title' => '磁盘类型', 'description' => '磁盘类型。', 'type' => 'string', 'example' => 'essd'],
                                                        ],
                                                        'description' => '',
                                                    ],
                                                ],
                                                'IntranetUrl' => ['title' => '内网地址', 'description' => '内网地址。', 'type' => 'string', 'example' => 'c-123xxx-internal.milvus.aliyuncs.com'],
                                                'InternetUrl' => ['title' => '公网地址', 'description' => '公网地址。', 'type' => 'string', 'example' => 'c-123xxx.milvus.aliyuncs.com'],
                                                'TotalCuNum' => ['title' => 'CU数量', 'description' => 'CU数量。', 'type' => 'integer', 'format' => 'int32', 'example' => '24'],
                                                'TotalDiskSize' => ['title' => '磁盘总量', 'description' => '磁盘总量。', 'type' => 'integer', 'format' => 'int32', 'example' => '500'],
                                                'ProxyPort' => ['title' => 'Proxy端口', 'description' => 'Proxy端口。', 'type' => 'integer', 'format' => 'int32', 'example' => '19530'],
                                                'AttuPort' => ['title' => 'attu组件端口', 'description' => 'Attu组件端口。', 'type' => 'integer', 'format' => 'int32', 'example' => '3000'],
                                            ],
                                        ],
                                        'VpcId' => ['title' => '专有网络id', 'description' => '专有网络ID。', 'type' => 'string', 'example' => 'vpc-123xxx'],
                                        'VswId' => ['title' => '交换机id', 'description' => '交换机ID。', 'type' => 'string', 'example' => 'vsw-123xxx'],
                                        'SgId' => ['title' => '安全组id', 'description' => '安全组ID。', 'type' => 'string', 'example' => 'sg-123xxx'],
                                        'OpenPublicNet' => ['title' => '是否开启公网', 'description' => '是否开启公网。', 'type' => 'boolean', 'example' => 'true'],
                                        'PayType' => ['title' => '付费类型', 'description' => '付费类型。取值范围:'."\n"
                                            .'- 0:按量付费。'."\n"
                                            .'- 1:包年包月。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
                                        'ProductCode' => ['title' => '商品code', 'description' => '商品Code', 'type' => 'string', 'example' => 'milvus_milvuspre_public_cn'],
                                        'ResourceGroupId' => ['title' => '资源组id', 'description' => '资源组id', 'type' => 'string', 'example' => 'rg-123xxx'],
                                        'NodeType' => ['description' => '节点类型', 'type' => 'string', 'example' => 'perf'],
                                        'AutoBackup' => ['description' => '是否自动备份', 'type' => 'boolean', 'example' => 'true'],
                                        'Tags' => [
                                            'description' => 'tag信息',
                                            'type' => 'array',
                                            'items' => [
                                                'description' => 'tag信息',
                                                'type' => 'object',
                                                'properties' => [
                                                    'Key' => ['description' => 'tag的key', 'type' => 'string', 'example' => 'key1'],
                                                    'Value' => ['description' => 'tag的value', 'type' => 'string', 'example' => 'value1'],
                                                ],
                                            ],
                                        ],
                                        'Version' => ['type' => 'string'],
                                        'TemplateVersion' => ['type' => 'string'],
                                    ],
                                    'description' => '',
                                ],
                            ],
                            'Total' => ['title' => '总数', 'description' => '总数。', 'type' => 'integer', 'format' => 'int32', 'example' => '15'],
                            'AccessDeniedDetail' => ['title' => '权限校验失败详情', 'description' => '权限校验失败详情。', 'type' => 'string', 'example' => '{     "PolicyType": "AccountLevelIdentityBasedPolicy",     "AuthPrincipalOwnerId": "xxxx",     "EncodedDiagnosticMessage": "xxxx",     "AuthPrincipalType": "SubUser",     "AuthPrincipalDisplayName": "xxxx",     "NoPermissionType": "ImplicitDeny",     "AuthAction": "milvus:xxxx" }'],
                        ],
                        'description' => '',
                    ],
                ],
            ],
            'title' => '获取实例列表',
            'changeSet' => [
                ['createdAt' => '2025-03-19T10:02:04.000Z', 'description' => '请求参数发生变更、响应参数发生变更'],
                ['createdAt' => '2025-02-26T07:01:03.000Z', 'description' => '响应参数发生变更'],
                ['createdAt' => '2024-12-24T07:52:38.000Z', 'description' => '响应参数发生变更'],
                ['createdAt' => '2024-08-28T06:24:31.000Z', 'description' => '请求参数发生变更、响应参数发生变更'],
                ['createdAt' => '2024-06-25T02:00:10.000Z', 'description' => '响应参数发生变更'],
            ],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListInstances'],
                ],
            ],
            'ramActions' => [
                [
                    'operationType' => 'list',
                    'ramAction' => [
                        'action' => 'milvus:ListInstances',
                        'authLevel' => 'resource',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Milvus', 'resourceType' => '全部资源', 'arn' => '*'],
                        ],
                    ],
                ],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"HttpStatusCode\\": 200,\\n  \\"RequestId\\": \\"ABCD-1234-5678-EFGH\\",\\n  \\"Success\\": true,\\n  \\"ErrCode\\": \\"Instance.NotFound\\",\\n  \\"ErrMessage\\": \\"Failed to find instance c-123xxx\\",\\n  \\"Data\\": [\\n    {\\n      \\"InstanceId\\": \\"c-123xxx\\",\\n      \\"BeginTime\\": 1718608505000,\\n      \\"RunningTime\\": 536611,\\n      \\"ExpireTime\\": 1721232000000,\\n      \\"RegionId\\": \\"cn-beijing\\",\\n      \\"ZoneId\\": \\"cn-beijing-g\\",\\n      \\"InstanceStatus\\": \\"running\\",\\n      \\"ClusterName\\": \\"milvus-test\\",\\n      \\"PackageType\\": \\"trial\\",\\n      \\"ClusterInfo\\": {\\n        \\"MilvusResourceInfoList\\": [\\n          {\\n            \\"ComponentType\\": \\"standalone\\",\\n            \\"CuNum\\": 16,\\n            \\"Replica\\": 1,\\n            \\"DiskSize\\": 100,\\n            \\"DiskType\\": \\"essd\\"\\n          }\\n        ],\\n        \\"IntranetUrl\\": \\"c-123xxx-internal.milvus.aliyuncs.com\\",\\n        \\"InternetUrl\\": \\"c-123xxx.milvus.aliyuncs.com\\",\\n        \\"TotalCuNum\\": 24,\\n        \\"TotalDiskSize\\": 500,\\n        \\"ProxyPort\\": 19530,\\n        \\"AttuPort\\": 3000\\n      },\\n      \\"VpcId\\": \\"vpc-123xxx\\",\\n      \\"VswId\\": \\"vsw-123xxx\\",\\n      \\"SgId\\": \\"sg-123xxx\\",\\n      \\"OpenPublicNet\\": true,\\n      \\"PayType\\": 1,\\n      \\"ProductCode\\": \\"milvus_milvuspre_public_cn\\",\\n      \\"ResourceGroupId\\": \\"rg-123xxx\\",\\n      \\"NodeType\\": \\"perf\\",\\n      \\"AutoBackup\\": true,\\n      \\"Tags\\": [\\n        {\\n          \\"Key\\": \\"key1\\",\\n          \\"Value\\": \\"value1\\"\\n        }\\n      ],\\n      \\"Version\\": \\"\\",\\n      \\"TemplateVersion\\": \\"\\"\\n    }\\n  ],\\n  \\"Total\\": 15,\\n  \\"AccessDeniedDetail\\": \\"{     \\\\\\"PolicyType\\\\\\": \\\\\\"AccountLevelIdentityBasedPolicy\\\\\\",     \\\\\\"AuthPrincipalOwnerId\\\\\\": \\\\\\"xxxx\\\\\\",     \\\\\\"EncodedDiagnosticMessage\\\\\\": \\\\\\"xxxx\\\\\\",     \\\\\\"AuthPrincipalType\\\\\\": \\\\\\"SubUser\\\\\\",     \\\\\\"AuthPrincipalDisplayName\\\\\\": \\\\\\"xxxx\\\\\\",     \\\\\\"NoPermissionType\\\\\\": \\\\\\"ImplicitDeny\\\\\\",     \\\\\\"AuthAction\\\\\\": \\\\\\"milvus:xxxx\\\\\\" }\\"\\n}","type":"json"}]',
        ],
        'ListInstancesV2' => [
            'path' => '/webapi/instance/list',
            'methods' => ['get'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'consumes' => ['application/json'],
            'produces' => ['application/json'],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'list',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeCode' => '197636',
                'abilityTreeNodes' => ['FEATUREmilvusCTW33S'],
                'autoTest' => true,
                'tenantRelevance' => 'tenant',
            ],
            'parameters' => [
                [
                    'name' => 'RegionId',
                    'in' => 'query',
                    'schema' => ['title' => '地域', 'description' => '地域', 'type' => 'string', 'required' => false, 'example' => 'cn-beijing'],
                ],
                [
                    'name' => 'instanceName',
                    'in' => 'query',
                    'schema' => ['title' => '集群名称', 'description' => '集群名称', 'type' => 'string', 'required' => false, 'example' => 'milvus-test'],
                ],
                [
                    'name' => 'instanceId',
                    'in' => 'query',
                    'schema' => ['title' => '集群id', 'description' => '集群id', 'type' => 'string', 'required' => false, 'example' => 'c-123xxx'],
                ],
                [
                    'name' => 'pageNumber',
                    'in' => 'query',
                    'schema' => ['title' => '页码', 'description' => '页码', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '10000', 'minimum' => '1', 'example' => '1', 'default' => '1'],
                ],
                [
                    'name' => 'pageSize',
                    'in' => 'query',
                    'schema' => ['title' => '分页大小', 'description' => '分页大小', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '100000', 'minimum' => '1', 'example' => '10', 'default' => '10'],
                ],
                [
                    'name' => 'resourceGroupId',
                    'in' => 'query',
                    'schema' => ['title' => '资源组id', 'description' => '资源组id', 'type' => 'string', 'required' => false, 'example' => 'rg-123xxx'],
                ],
                [
                    'name' => 'tag',
                    'in' => 'query',
                    'style' => 'json',
                    'schema' => [
                        'description' => '标签列表,JSON格式。',
                        'type' => 'array',
                        'items' => [
                            'description' => '标签列表,JSON格式。',
                            'type' => 'object',
                            'properties' => [
                                'key' => ['description' => '标签键', 'type' => 'string', 'required' => false, 'example' => 'k1'],
                                'value' => ['description' => '标签值', 'type' => 'string', 'required' => false, 'example' => 'v1'],
                            ],
                            'required' => false,
                        ],
                        'required' => false,
                    ],
                ],
                [
                    'name' => 'maxResults',
                    'in' => 'query',
                    'schema' => ['description' => '一次获取的最大记录数', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '100'],
                ],
                [
                    'name' => 'nextToken',
                    'in' => 'query',
                    'schema' => ['description' => '下一次请求的分页token(暂时没有启用)。', 'type' => 'string', 'required' => false, 'example' => 'None'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '请求唯一号', 'description' => '请求唯一号', 'type' => 'string', 'example' => 'ABCD-1234-5678-EFGH'],
                            'success' => ['title' => '请求是否成功', 'description' => '请求是否成功', 'type' => 'boolean', 'example' => 'true'],
                            'total' => ['title' => '总数', 'description' => '总数', 'type' => 'integer', 'format' => 'int32', 'example' => '15'],
                            'instances' => [
                                'title' => '实例列表',
                                'description' => '实例列表',
                                'type' => 'array',
                                'items' => ['description' => '实例信息', '$ref' => '#/components/schemas/InstanceDetail'],
                            ],
                            'nextToken' => ['description' => '分页token。(暂时没有启用)', 'type' => 'string', 'example' => 'None'],
                            'maxResults' => ['description' => '一次获取的最大记录数', 'type' => 'integer', 'format' => 'int32', 'example' => '20'],
                        ],
                        'description' => '',
                    ],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'title' => '获取实例列表',
            'summary' => '根据集群ID或者名称搜索集群',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [],
            ],
            'ramActions' => [
                [
                    'operationType' => 'list',
                    'ramAction' => [
                        'action' => 'milvus:ListInstancesV2',
                        'authLevel' => 'resource',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Milvus', 'resourceType' => 'Instance', 'arn' => 'acs:milvus:{#regionId}:{#accountId}:instance/*'],
                        ],
                    ],
                ],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"ABCD-1234-5678-EFGH\\",\\n  \\"success\\": true,\\n  \\"total\\": 15,\\n  \\"instances\\": [\\n    {\\n      \\"instanceName\\": \\"milvus-test\\",\\n      \\"instanceId\\": \\"c-xxx\\",\\n      \\"regionId\\": \\"cn-beijing\\",\\n      \\"zoneId\\": \\"cn-hangzhou-i\\",\\n      \\"status\\": \\"running\\",\\n      \\"paymentType\\": \\"PayAsYouGo\\",\\n      \\"resourceGroupId\\": \\"rg-aek3dcgyq7pnqwa\\",\\n      \\"vpcId\\": \\"vpc-xxx\\",\\n      \\"createTime\\": \\"2025-04-27T02:04:25Z\\",\\n      \\"runningTime\\": 1,\\n      \\"expireTime\\": \\"2025-04-27T02:04:25Z\\\\n\\",\\n      \\"dbVersion\\": \\"2.5\\",\\n      \\"orderId\\": \\"4751\\",\\n      \\"autoBackup\\": true,\\n      \\"configuration\\": \\"rootCoord:\\\\n    maxDatabaseNum: 64 # Maximum number of database\\\\n    maxPartitionNum: 4096 \\",\\n      \\"ha\\": true,\\n      \\"multiZoneMode\\": \\"Single\\",\\n      \\"encrypted\\": false,\\n      \\"kmsKeyId\\": \\"key-xxx\\",\\n      \\"vSwitchIds\\": [\\n        {\\n          \\"zoneId\\": \\"cn-hangzhou-i\\",\\n          \\"vswId\\": \\"vsw-xxx\\"\\n        }\\n      ],\\n      \\"securityGroupIds\\": [\\n        \\"sg-xxx\\"\\n      ],\\n      \\"tags\\": [\\n        {\\n          \\"key\\": \\"k1\\",\\n          \\"value\\": \\"v1\\"\\n        }\\n      ],\\n      \\"components\\": [\\n        {\\n          \\"type\\": \\"data\\",\\n          \\"replica\\": 1,\\n          \\"cuNum\\": 4,\\n          \\"cuType\\": \\"general\\",\\n          \\"diskSizeType\\": \\"Normal\\"\\n        }\\n      ]\\n    }\\n  ],\\n  \\"nextToken\\": \\"None\\",\\n  \\"maxResults\\": 20\\n}","type":"json"}]',
        ],
        'ModifyInstanceConfig' => [
            'summary' => '更新Milvus各个组件的配置参数。',
            'path' => '/webapi/config/modify_milvus_config',
            'methods' => ['post'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'update',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeNodes' => ['FEATUREmilvusCTW33S'],
            ],
            'parameters' => [
                [
                    'name' => 'InstanceId',
                    'in' => 'query',
                    'schema' => ['title' => '集群id', 'description' => '实例ID。', 'type' => 'string', 'required' => true, 'example' => 'c-123xxx'],
                ],
                [
                    'name' => 'Reason',
                    'in' => 'query',
                    'schema' => ['title' => '更新原因', 'description' => '更新原因。', 'type' => 'string', 'required' => true, 'example' => 'for test'],
                ],
                [
                    'name' => 'UserConfig',
                    'in' => 'query',
                    'schema' => ['title' => '用户自定义配置', 'description' => '用户自定义配置。', 'type' => 'string', 'required' => false, 'example' => 'dataCoord:\\n  segment:\\n    maxSize: 1024'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'HttpStatusCode' => ['title' => 'http请求状态码', 'description' => 'HTTP请求状态码。', 'type' => 'integer', 'format' => 'int32', 'example' => '200'],
                            'RequestId' => ['title' => '请求唯一号', 'description' => '请求ID。', 'type' => 'string', 'example' => 'ABCD-1234-5678-EFGH'],
                            'Success' => ['title' => '请求是否成功', 'description' => '请求是否成功。', 'type' => 'boolean', 'example' => 'true'],
                            'ErrCode' => ['title' => '错误码', 'description' => '错误码。', 'type' => 'string', 'example' => 'Instance.NotFound'],
                            'ErrMessage' => ['title' => '错误信息', 'description' => '错误信息。', 'type' => 'string', 'example' => 'Failed to find instance c-123xxx'],
                            'Data' => ['title' => '返回数据', 'description' => '返回数据。', 'type' => 'boolean', 'example' => 'true'],
                            'AccessDeniedDetail' => ['title' => '权限校验失败详情', 'description' => '权限校验失败详情。', 'type' => 'string', 'example' => '{     "PolicyType": "AccountLevelIdentityBasedPolicy",     "AuthPrincipalOwnerId": "xxxx",     "EncodedDiagnosticMessage": "xxxx",     "AuthPrincipalType": "SubUser",     "AuthPrincipalDisplayName": "xxxx",     "NoPermissionType": "ImplicitDeny",     "AuthAction": "milvus:xxxx" }'],
                        ],
                    ],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'title' => '更新实例配置',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ModifyInstanceConfig'],
                ],
            ],
            'ramActions' => [
                [
                    'operationType' => 'update',
                    'ramAction' => [
                        'action' => 'milvus:ModifyInstanceConfig',
                        'authLevel' => 'resource',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Milvus', 'resourceType' => 'Instance', 'arn' => 'acs:milvus:{#regionId}:{#accountId}:instance/{#InstanceId}'],
                        ],
                    ],
                ],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"HttpStatusCode\\": 200,\\n  \\"RequestId\\": \\"ABCD-1234-5678-EFGH\\",\\n  \\"Success\\": true,\\n  \\"ErrCode\\": \\"Instance.NotFound\\",\\n  \\"ErrMessage\\": \\"Failed to find instance c-123xxx\\",\\n  \\"Data\\": true,\\n  \\"AccessDeniedDetail\\": \\"{     \\\\\\"PolicyType\\\\\\": \\\\\\"AccountLevelIdentityBasedPolicy\\\\\\",     \\\\\\"AuthPrincipalOwnerId\\\\\\": \\\\\\"xxxx\\\\\\",     \\\\\\"EncodedDiagnosticMessage\\\\\\": \\\\\\"xxxx\\\\\\",     \\\\\\"AuthPrincipalType\\\\\\": \\\\\\"SubUser\\\\\\",     \\\\\\"AuthPrincipalDisplayName\\\\\\": \\\\\\"xxxx\\\\\\",     \\\\\\"NoPermissionType\\\\\\": \\\\\\"ImplicitDeny\\\\\\",     \\\\\\"AuthAction\\\\\\": \\\\\\"milvus:xxxx\\\\\\" }\\"\\n}","type":"json"}]',
        ],
        'TagResources' => [
            'summary' => '打标',
            'path' => '/webapi/tags',
            'methods' => ['post'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'create',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeCode' => '236086',
                'abilityTreeNodes' => ['FEATUREmilvusCTW33S'],
            ],
            'parameters' => [
                [
                    'name' => 'body',
                    'in' => 'body',
                    'style' => 'json',
                    'schema' => [
                        'description' => '请求体参数。',
                        'type' => 'object',
                        'properties' => [
                            'ResourceType' => ['title' => '资源类型', 'description' => '资源类型', 'type' => 'string', 'required' => true, 'example' => 'instance'],
                            'RegionId' => ['title' => '地域', 'description' => '地域', 'type' => 'string', 'required' => true, 'example' => 'cn-zhangjiakou'],
                            'ResourceId' => [
                                'title' => '资源ID,最多 50个子项',
                                'description' => '资源ID,最多 50个子项',
                                'type' => 'array',
                                'items' => ['description' => '资源 ID。', 'type' => 'string', 'required' => false, 'example' => 'c-xx'],
                                'required' => true,
                            ],
                            'Tag' => [
                                'title' => '对应新增标签列表,最多包含20个子项',
                                'description' => '对应新增标签列表,最多包含20个子项',
                                'type' => 'array',
                                'items' => [
                                    'description' => 'tag信息',
                                    'type' => 'object',
                                    'properties' => [
                                        'Key' => ['title' => '标签键', 'description' => '标签键', 'type' => 'string', 'required' => false, 'example' => 'k1'],
                                        'Value' => ['title' => '标签值', 'description' => '标签值', 'type' => 'string', 'required' => false, 'example' => 'v1'],
                                    ],
                                    'required' => false,
                                ],
                                'required' => true,
                            ],
                        ],
                        'required' => false,
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '请求id', 'description' => '请求id', 'type' => 'string', 'example' => 'ABCD-1234-5678-EFGH'],
                        ],
                    ],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'title' => '给指定资源打标签',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [],
            ],
            'ramActions' => [],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"ABCD-1234-5678-EFGH\\"\\n}","type":"json"}]',
        ],
        'UnTagResources' => [
            'summary' => '删除标签',
            'path' => '/webapi/tags',
            'methods' => ['delete'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'create',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeCode' => '236098',
                'abilityTreeNodes' => ['FEATUREmilvusCTW33S'],
            ],
            'parameters' => [
                [
                    'name' => 'RegionId',
                    'in' => 'query',
                    'schema' => ['title' => '地域', 'description' => '地域', 'type' => 'string', 'required' => true, 'example' => 'cn-beijing'],
                ],
                [
                    'name' => 'ResourceType',
                    'in' => 'query',
                    'schema' => ['title' => '资源类型', 'description' => '资源类型', 'type' => 'string', 'required' => true, 'example' => 'instance'],
                ],
                [
                    'name' => 'ResourceId',
                    'in' => 'query',
                    'style' => 'json',
                    'schema' => [
                        'title' => '资源ID,最多 50个子项',
                        'description' => '资源ID,最多 50个子项',
                        'type' => 'array',
                        'items' => ['description' => '实例ID列表。', 'type' => 'string', 'required' => false, 'example' => 'c-xx'],
                        'required' => true,
                    ],
                ],
                [
                    'name' => 'TagKey',
                    'in' => 'query',
                    'style' => 'json',
                    'schema' => [
                        'title' => '对应标签键列表,最多包含20个子项',
                        'description' => '对应标签键列表,最多包含20个子项',
                        'type' => 'array',
                        'items' => ['description' => '资源的标签键列表。可输入最多20个标签键。', 'type' => 'string', 'required' => false, 'example' => 'tk4'],
                        'required' => false,
                    ],
                ],
                [
                    'name' => 'All',
                    'in' => 'query',
                    'schema' => ['title' => '是否全部删除,只针对tags为空时有效。取值范围: true  false True False   默认是 false', 'description' => '是否全部删除,只针对tags为空时有效。取值范围: true  false True False   默认是 false', 'type' => 'boolean', 'required' => false, 'example' => 'false', 'default' => 'false'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['description' => '请求ID。', 'type' => 'string', 'example' => 'ABCD-1234-5678-EFGH'],
                        ],
                    ],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'title' => '删除资源标签',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [],
            ],
            'ramActions' => [],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"ABCD-1234-5678-EFGH\\"\\n}","type":"json"}]',
        ],
        'UpdateAccessControlList' => [
            'path' => '/webapi/milvus/update_access_control_list',
            'methods' => ['post'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'update',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeNodes' => ['FEATUREmilvusCTW33S'],
            ],
            'parameters' => [
                [
                    'name' => 'InstanceId',
                    'in' => 'query',
                    'schema' => ['title' => '集群id', 'description' => '实例ID。', 'type' => 'string', 'required' => false, 'example' => 'c-123xxx'],
                ],
                [
                    'name' => 'Cidr',
                    'in' => 'query',
                    'schema' => ['title' => 'Cidr块', 'description' => 'Cidr块。', 'type' => 'string', 'required' => false, 'example' => '192.168.**.**/24,172.1.**.**/16'],
                ],
                [
                    'name' => 'AclId',
                    'in' => 'query',
                    'schema' => ['title' => '公网访问控制id', 'description' => '公网访问控制ID。', 'type' => 'string', 'required' => false, 'example' => 'acl-123xxx'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'HttpStatusCode' => ['title' => 'http请求状态码', 'description' => 'HTTP请求状态码。', 'type' => 'integer', 'format' => 'int32', 'example' => '200'],
                            'RequestId' => ['title' => '请求唯一号', 'description' => '请求ID。', 'type' => 'string', 'example' => 'ABCD-1234-5678-EFGH'],
                            'Success' => ['title' => '请求是否成功', 'description' => '请求是否成功。', 'type' => 'boolean', 'example' => 'true'],
                            'ErrorCode' => ['title' => '错误码', 'description' => '错误码。', 'type' => 'string', 'example' => 'ILLEGAL.MilvusCidrFormat'],
                            'ErrMessage' => ['title' => '错误信息', 'description' => '错误信息。', 'type' => 'string', 'example' => 'The format of cidr is illegal.'],
                            'Data' => ['title' => '返回数据', 'description' => '返回数据。', 'type' => 'boolean', 'example' => 'true'],
                            'AccessDeniedDetail' => ['title' => '权限校验失败详情', 'description' => '权限校验失败详情。', 'type' => 'string', 'example' => '{     "PolicyType": "AccountLevelIdentityBasedPolicy",     "AuthPrincipalOwnerId": "xxxx",     "EncodedDiagnosticMessage": "xxxx",     "AuthPrincipalType": "SubUser",     "AuthPrincipalDisplayName": "xxxx",     "NoPermissionType": "ImplicitDeny",     "AuthAction": "milvus:xxxx" }'],
                        ],
                    ],
                ],
            ],
            'title' => '设置公网访问白名单',
            'summary' => '设置Milvus公网访问IP白名单。',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'UpdateAccessControlList'],
                ],
            ],
            'ramActions' => [
                [
                    'operationType' => 'update',
                    'ramAction' => [
                        'action' => 'milvus:UpdateAccessControlList',
                        'authLevel' => 'resource',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Milvus', 'resourceType' => 'Instance', 'arn' => 'acs:milvus:{#regionId}:{#accountId}:instance/{#InstanceId}'],
                        ],
                    ],
                ],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"HttpStatusCode\\": 200,\\n  \\"RequestId\\": \\"ABCD-1234-5678-EFGH\\",\\n  \\"Success\\": true,\\n  \\"ErrorCode\\": \\"ILLEGAL.MilvusCidrFormat\\",\\n  \\"ErrMessage\\": \\"The format of cidr is illegal.\\",\\n  \\"Data\\": true,\\n  \\"AccessDeniedDetail\\": \\"{     \\\\\\"PolicyType\\\\\\": \\\\\\"AccountLevelIdentityBasedPolicy\\\\\\",     \\\\\\"AuthPrincipalOwnerId\\\\\\": \\\\\\"xxxx\\\\\\",     \\\\\\"EncodedDiagnosticMessage\\\\\\": \\\\\\"xxxx\\\\\\",     \\\\\\"AuthPrincipalType\\\\\\": \\\\\\"SubUser\\\\\\",     \\\\\\"AuthPrincipalDisplayName\\\\\\": \\\\\\"xxxx\\\\\\",     \\\\\\"NoPermissionType\\\\\\": \\\\\\"ImplicitDeny\\\\\\",     \\\\\\"AuthAction\\\\\\": \\\\\\"milvus:xxxx\\\\\\" }\\"\\n}","type":"json"}]',
        ],
        'UpdateAclGroupCidrs' => [
            'path' => '/webapi/milvus/updateAclGroupCidrs',
            'methods' => ['post'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'produces' => ['application/json'],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'none',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeNodes' => ['FEATUREmilvus0MDRCH'],
            ],
            'parameters' => [
                [
                    'name' => 'groupName',
                    'in' => 'query',
                    'schema' => ['description' => '白名单分组名', 'type' => 'string', 'required' => false],
                ],
                [
                    'name' => 'instanceId',
                    'in' => 'query',
                    'schema' => ['description' => '实例ID', 'type' => 'string', 'required' => false, 'example' => 'c-xxxx'],
                ],
                [
                    'name' => 'newCidrs',
                    'in' => 'query',
                    'schema' => ['description' => '所有网段', 'type' => 'string', 'required' => false, 'example' => '140.205.11.0/24,140.205.11.2'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'accessDeniedDetail' => ['description' => '访问拒绝详细信息,有且仅有在因RAM无权限拒绝用户访问的场景', 'type' => 'string', 'example' => 'None'],
                            'requestId' => ['description' => '请求ID', 'type' => 'string', 'example' => 'CB356AEE-6B3F-5FC8-9C2C-7B2D881EA9E2'],
                            'httpStatusCode' => ['description' => 'HTTP状态码', 'type' => 'integer', 'format' => 'int32', 'example' => '200'],
                            'data' => ['description' => '操作结果', 'type' => 'boolean', 'example' => 'true'],
                            'errMessage' => ['description' => '错误信息', 'type' => 'string', 'example' => '[RDS%22]'],
                            'success' => ['description' => '请求是否成功', 'type' => 'boolean', 'example' => 'true'],
                            'errCode' => ['description' => '错误信息编码', 'type' => 'string', 'example' => '0'],
                        ],
                        'description' => '',
                    ],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'title' => '修改分组内的白名单',
            'summary' => '修改分组内的白名单',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [],
            ],
            'ramActions' => [],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"accessDeniedDetail\\": \\"None\\",\\n  \\"requestId\\": \\"CB356AEE-6B3F-5FC8-9C2C-7B2D881EA9E2\\",\\n  \\"httpStatusCode\\": 200,\\n  \\"data\\": true,\\n  \\"errMessage\\": \\"[RDS%22]\\",\\n  \\"success\\": true,\\n  \\"errCode\\": \\"0\\"\\n}","type":"json"}]',
        ],
        'UpdateInstance' => [
            'path' => '/webapi/instance/update',
            'methods' => ['put'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'consumes' => ['application/json'],
            'produces' => ['application/json'],
            'operationType' => 'write',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'update',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeCode' => '197636',
                'abilityTreeNodes' => ['FEATUREmilvusCTW33S'],
                'autoTest' => true,
                'tenantRelevance' => 'tenant',
            ],
            'parameters' => [
                [
                    'name' => 'RegionId',
                    'in' => 'query',
                    'schema' => ['title' => '地域', 'description' => '地域', 'type' => 'string', 'required' => false, 'example' => 'cn-beijing'],
                ],
                [
                    'name' => 'body',
                    'in' => 'body',
                    'allowEmptyValue' => false,
                    'style' => 'json',
                    'schema' => [
                        'description' => '请求Body。',
                        'type' => 'object',
                        'properties' => [
                            'instanceId' => ['title' => '实例ID', 'description' => '实例ID', 'type' => 'string', 'required' => true, 'example' => 'c-xxxx'],
                            'instanceName' => ['title' => '实例名称', 'description' => '实例名称', 'type' => 'string', 'required' => false, 'example' => 'milvus-test'],
                            'configuration' => ['title' => '配置信息', 'description' => '配置信息', 'type' => 'string', 'required' => false, 'example' => 'rootCoord:\\n  maxDatabaseNum: 64'],
                            'ha' => ['title' => '是否开启高可用', 'description' => '是否开启高可用', 'type' => 'boolean', 'required' => false, 'example' => 'true'],
                            'autoBackup' => ['title' => '是否开启自动备份', 'description' => '是否开启自动备份', 'type' => 'boolean', 'required' => false, 'example' => 'true'],
                            'autoPay' => ['type' => 'boolean'],
                            'components' => [
                                'title' => '组件信息',
                                'description' => '组件信息',
                                'type' => 'array',
                                'items' => [
                                    'description' => '实例相关的规格信息列表。',
                                    'type' => 'object',
                                    'properties' => [
                                        'type' => ['title' => '组件类型', 'description' => '组件类型', 'type' => 'string', 'required' => true, 'example' => 'standalone'],
                                        'replica' => ['title' => '副本数量', 'description' => '副本数量', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '1'],
                                        'cuNum' => ['title' => 'CU数量', 'description' => 'CU数量', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '8'],
                                        'payType' => ['type' => 'string'],
                                        'cuType' => ['type' => 'string'],
                                    ],
                                    'required' => false,
                                ],
                                'required' => false,
                            ],
                        ],
                        'required' => false,
                    ],
                ],
                [
                    'name' => 'clientToken',
                    'in' => 'query',
                    'schema' => ['description' => '用于保证请求的幂等性。由客户端生成该参数值,要保证在不同请求间唯一,最大不超过64个ASCII字符。', 'type' => 'string', 'required' => false, 'example' => 'xxx'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '请求唯一号', 'description' => '请求唯一号', 'type' => 'string', 'example' => 'ABCD-1234-5678-EFGH'],
                            'success' => ['title' => '请求是否成功', 'description' => '请求是否成功', 'type' => 'boolean', 'example' => 'true'],
                            'data' => ['title' => '操作结果', 'description' => '操作结果', 'type' => 'boolean', 'example' => 'true'],
                            'orderId' => ['type' => 'string'],
                        ],
                        'description' => '',
                    ],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'title' => '更新实例',
            'summary' => '更新实例',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [],
            ],
            'ramActions' => [
                [
                    'operationType' => 'update',
                    'ramAction' => [
                        'action' => 'milvus:UpdateInstance',
                        'authLevel' => 'resource',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Milvus', 'resourceType' => '全部资源', 'arn' => '*'],
                        ],
                    ],
                ],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"ABCD-1234-5678-EFGH\\",\\n  \\"success\\": true,\\n  \\"data\\": true,\\n  \\"orderId\\": \\"\\"\\n}","type":"json"}]',
        ],
        'UpdateInstanceName' => [
            'summary' => '修改实例名称。',
            'path' => '/webapi/cluster/update_name',
            'methods' => ['post'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'update',
                'riskType' => 'high',
                'chargeType' => 'paid',
                'abilityTreeNodes' => ['FEATUREmilvusGDAFRH'],
            ],
            'parameters' => [
                [
                    'name' => 'ClusterName',
                    'in' => 'query',
                    'schema' => ['title' => '集群名称', 'description' => '实例名称。', 'type' => 'string', 'required' => true, 'example' => 'milvus-test'],
                ],
                [
                    'name' => 'InstanceId',
                    'in' => 'query',
                    'schema' => ['title' => '集群实例id', 'description' => '实例ID。', 'type' => 'string', 'required' => true, 'example' => 'c-123xxx'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'HttpStatusCode' => ['title' => 'http请求状态码', 'description' => 'HTTP请求状态码。', 'type' => 'integer', 'format' => 'int32', 'example' => '200'],
                            'RequestId' => ['title' => '请求唯一号', 'description' => '请求ID。', 'type' => 'string', 'example' => 'ABCD-1234-5678-EFGH'],
                            'Success' => ['title' => '请求是否成功', 'description' => '请求是否成功。', 'type' => 'boolean', 'example' => 'true'],
                            'ErrCode' => ['title' => '错误码', 'description' => '错误码。', 'type' => 'string', 'example' => 'Instance.NotFound'],
                            'ErrMessage' => ['title' => '错误信息', 'description' => '错误信息。', 'type' => 'string', 'example' => 'Failed to find instance c-123xxx'],
                            'Data' => ['title' => '返回数据', 'description' => '返回数据。', 'type' => 'boolean', 'example' => 'true'],
                            'AccessDeniedDetail' => ['title' => '权限校验失败详情', 'description' => '权限校验失败详情。', 'type' => 'string', 'example' => '{     "PolicyType": "AccountLevelIdentityBasedPolicy",     "AuthPrincipalOwnerId": "xxxx",     "EncodedDiagnosticMessage": "xxxx",     "AuthPrincipalType": "SubUser",     "AuthPrincipalDisplayName": "xxxx",     "NoPermissionType": "ImplicitDeny",     "AuthAction": "milvus:xxxx" }'],
                        ],
                    ],
                ],
            ],
            'title' => '修改实例名称',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'UpdateInstanceName'],
                ],
            ],
            'ramActions' => [
                [
                    'operationType' => 'update',
                    'ramAction' => [
                        'action' => 'milvus:UpdateInstanceName',
                        'authLevel' => 'resource',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Milvus', 'resourceType' => 'Instance', 'arn' => 'acs:milvus:{#regionId}:{#accountId}:instance/{#InstanceId}'],
                        ],
                    ],
                ],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"HttpStatusCode\\": 200,\\n  \\"RequestId\\": \\"ABCD-1234-5678-EFGH\\",\\n  \\"Success\\": true,\\n  \\"ErrCode\\": \\"Instance.NotFound\\",\\n  \\"ErrMessage\\": \\"Failed to find instance c-123xxx\\",\\n  \\"Data\\": true,\\n  \\"AccessDeniedDetail\\": \\"{     \\\\\\"PolicyType\\\\\\": \\\\\\"AccountLevelIdentityBasedPolicy\\\\\\",     \\\\\\"AuthPrincipalOwnerId\\\\\\": \\\\\\"xxxx\\\\\\",     \\\\\\"EncodedDiagnosticMessage\\\\\\": \\\\\\"xxxx\\\\\\",     \\\\\\"AuthPrincipalType\\\\\\": \\\\\\"SubUser\\\\\\",     \\\\\\"AuthPrincipalDisplayName\\\\\\": \\\\\\"xxxx\\\\\\",     \\\\\\"NoPermissionType\\\\\\": \\\\\\"ImplicitDeny\\\\\\",     \\\\\\"AuthAction\\\\\\": \\\\\\"milvus:xxxx\\\\\\" }\\"\\n}","type":"json"}]',
        ],
        'UpdatePublicNetworkStatus' => [
            'path' => '/webapi/network/updatePublicNetworkStatus',
            'methods' => ['post'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'update',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeNodes' => ['FEATUREmilvus0MDRCH'],
            ],
            'parameters' => [
                [
                    'name' => 'InstanceId',
                    'in' => 'query',
                    'allowEmptyValue' => false,
                    'schema' => ['title' => '集群id', 'description' => '实例ID。', 'type' => 'string', 'required' => true, 'example' => 'c-123xxx'],
                ],
                [
                    'name' => 'ComponentType',
                    'in' => 'query',
                    'schema' => [
                        'title' => '组件类型',
                        'description' => '组件类型。取值范围:'."\n"
                            ."\n"
                            .'- Proxy',
                        'type' => 'string',
                        'required' => true,
                        'example' => 'Proxy',
                        'enum' => ['Proxy'],
                    ],
                ],
                [
                    'name' => 'PublicNetworkEnabled',
                    'in' => 'query',
                    'allowEmptyValue' => false,
                    'schema' => ['title' => '开启/关闭公网', 'description' => '开启/关闭公网。', 'type' => 'boolean', 'required' => true, 'example' => 'true'],
                ],
                [
                    'name' => 'Cidr',
                    'in' => 'query',
                    'schema' => ['title' => 'Cidr块', 'description' => 'Cidr块', 'type' => 'string', 'required' => false, 'example' => '192.168.**.**/24,172.1.**.**/16'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'HttpStatusCode' => ['title' => 'http请求状态码', 'description' => 'HTTP请求状态码。', 'type' => 'integer', 'format' => 'int32', 'example' => '200'],
                            'RequestId' => ['title' => '请求唯一号', 'description' => '请求ID。', 'type' => 'string', 'example' => 'ABCD-1234-5678-EFGH'],
                            'Success' => ['title' => '请求是否成功', 'description' => '请求是否成功。', 'type' => 'boolean', 'example' => 'true'],
                            'ErrCode' => ['title' => '错误码', 'description' => '错误码。', 'type' => 'string', 'example' => 'Failed to find instance'],
                            'ErrMessage' => ['title' => '错误信息', 'description' => '错误信息。', 'type' => 'string', 'example' => 'Failed to find instance c-123xxx'],
                            'Data' => ['title' => '返回数据', 'description' => '返回数据。', 'type' => 'boolean', 'example' => 'true'],
                            'AccessDeniedDetail' => ['title' => '权限校验失败详情', 'description' => '权限校验失败详情。', 'type' => 'string', 'example' => '{     "PolicyType": "AccountLevelIdentityBasedPolicy",     "AuthPrincipalOwnerId": "xxxx",     "EncodedDiagnosticMessage": "xxxx",     "AuthPrincipalType": "SubUser",     "AuthPrincipalDisplayName": "xxxx",     "NoPermissionType": "ImplicitDeny",     "AuthAction": "milvus:xxxx" }'],
                        ],
                    ],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'title' => '开启/关闭公网访问',
            'summary' => '开启/关闭Milvus公网访问能力。',
            'changeSet' => [
                ['createdAt' => '2024-08-03T07:43:50.000Z', 'description' => '请求参数发生变更'],
                ['createdAt' => '2024-07-30T10:24:47.000Z', 'description' => '请求参数发生变更'],
                ['createdAt' => '2024-07-12T10:05:06.000Z', 'description' => '请求参数发生变更'],
            ],
            'flowControl' => [
                'flowControlList' => [
                    ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'UpdatePublicNetworkStatus'],
                ],
            ],
            'ramActions' => [
                [
                    'operationType' => 'update',
                    'ramAction' => [
                        'action' => 'milvus:UpdatePublicNetworkStatus',
                        'authLevel' => 'resource',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Milvus', 'resourceType' => 'Instance', 'arn' => 'acs:milvus:{#regionId}:{#accountId}:instance/{#InstanceId}'],
                        ],
                    ],
                ],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"HttpStatusCode\\": 200,\\n  \\"RequestId\\": \\"ABCD-1234-5678-EFGH\\",\\n  \\"Success\\": true,\\n  \\"ErrCode\\": \\"Failed to find instance\\",\\n  \\"ErrMessage\\": \\"Failed to find instance c-123xxx\\",\\n  \\"Data\\": true,\\n  \\"AccessDeniedDetail\\": \\"{     \\\\\\"PolicyType\\\\\\": \\\\\\"AccountLevelIdentityBasedPolicy\\\\\\",     \\\\\\"AuthPrincipalOwnerId\\\\\\": \\\\\\"xxxx\\\\\\",     \\\\\\"EncodedDiagnosticMessage\\\\\\": \\\\\\"xxxx\\\\\\",     \\\\\\"AuthPrincipalType\\\\\\": \\\\\\"SubUser\\\\\\",     \\\\\\"AuthPrincipalDisplayName\\\\\\": \\\\\\"xxxx\\\\\\",     \\\\\\"NoPermissionType\\\\\\": \\\\\\"ImplicitDeny\\\\\\",     \\\\\\"AuthAction\\\\\\": \\\\\\"milvus:xxxx\\\\\\" }\\"\\n}","type":"json"}]',
        ],
    ],
    'endpoints' => [
        ['regionId' => 'ap-southeast-1', 'regionName' => '新加坡', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'milvus.ap-southeast-1.aliyuncs.com', 'endpoint' => 'milvus.ap-southeast-1.aliyuncs.com', 'vpc' => 'milvus-vpc.ap-southeast-1.aliyuncs.com'],
        ['regionId' => 'cn-beijing', 'regionName' => '华北2(北京)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'milvus.cn-beijing.aliyuncs.com', 'endpoint' => 'milvus.cn-beijing.aliyuncs.com', 'vpc' => 'milvus-vpc.cn-beijing.aliyuncs.com'],
        ['regionId' => 'cn-hangzhou', 'regionName' => '华东1(杭州)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'milvus.cn-hangzhou.aliyuncs.com', 'endpoint' => 'milvus.cn-hangzhou.aliyuncs.com', 'vpc' => 'milvus-vpc.cn-hangzhou.aliyuncs.com'],
        ['regionId' => 'cn-hongkong', 'regionName' => '中国香港', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'milvus.cn-hongkong.aliyuncs.com', 'endpoint' => 'milvus.cn-hongkong.aliyuncs.com', 'vpc' => 'milvus-vpc.cn-hongkong.aliyuncs.com'],
        ['regionId' => 'cn-shanghai', 'regionName' => '华东2(上海)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'milvus.cn-shanghai.aliyuncs.com', 'endpoint' => 'milvus.cn-shanghai.aliyuncs.com', 'vpc' => 'milvus-vpc.cn-shanghai.aliyuncs.com'],
        ['regionId' => 'cn-shenzhen', 'regionName' => '华南1(深圳)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'milvus.cn-shenzhen.aliyuncs.com', 'endpoint' => 'milvus.cn-shenzhen.aliyuncs.com', 'vpc' => 'milvus-vpc.cn-shenzhen.aliyuncs.com'],
        ['regionId' => 'cn-wulanchabu', 'regionName' => '华北6(乌兰察布)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'milvus.cn-wulanchabu.aliyuncs.com', 'endpoint' => 'milvus.cn-wulanchabu.aliyuncs.com', 'vpc' => 'milvus-vpc.cn-wulanchabu.aliyuncs.com'],
        ['regionId' => 'cn-zhangjiakou', 'regionName' => '华北3(张家口)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'milvus.cn-zhangjiakou.aliyuncs.com', 'endpoint' => 'milvus.cn-zhangjiakou.aliyuncs.com', 'vpc' => 'milvus-vpc.cn-zhangjiakou.aliyuncs.com'],
        ['regionId' => 'eu-central-1', 'regionName' => '德国(法兰克福)', 'areaId' => 'europeAmerica', 'areaName' => '欧洲与美洲', 'public' => 'milvus.eu-central-1.aliyuncs.com', 'endpoint' => 'milvus.eu-central-1.aliyuncs.com', 'vpc' => 'milvus-vpc.eu-central-1.aliyuncs.com'],
    ],
    'errorCodes' => [],
    'changeSet' => [
        [
            'apis' => [
                ['description' => '响应参数发生变更', 'api' => 'GetInstanceDetail'],
                ['description' => '响应参数发生变更', 'api' => 'ListInstances'],
            ],
            'createdAt' => '2024-12-24T07:52:46.000Z',
            'description' => '',
        ],
        [
            'apis' => [
                ['description' => '响应参数发生变更', 'api' => 'GetInstanceDetail'],
            ],
            'createdAt' => '2024-12-02T11:43:37.000Z',
            'description' => '',
        ],
        [
            'apis' => [
                ['description' => '响应参数发生变更', 'api' => 'GetInstanceDetail'],
                ['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'ListInstances'],
            ],
            'createdAt' => '2024-08-28T06:24:39.000Z',
            'description' => '',
        ],
        [
            'apis' => [
                ['description' => '请求参数发生变更', 'api' => 'UpdatePublicNetworkStatus'],
            ],
            'createdAt' => '2024-08-03T07:43:56.000Z',
            'description' => '',
        ],
        [
            'apis' => [
                ['description' => '请求参数发生变更', 'api' => 'UpdatePublicNetworkStatus'],
            ],
            'createdAt' => '2024-07-30T10:24:52.000Z',
            'description' => '',
        ],
        [
            'apis' => [
                ['description' => '请求参数发生变更', 'api' => 'UpdatePublicNetworkStatus'],
            ],
            'createdAt' => '2024-07-12T10:05:11.000Z',
            'description' => '',
        ],
        [
            'apis' => [
                ['description' => '响应参数发生变更', 'api' => 'GetInstanceDetail'],
                ['description' => '响应参数发生变更', 'api' => 'ListInstances'],
            ],
            'createdAt' => '2024-06-25T02:00:16.000Z',
            'description' => '',
        ],
    ],
    'flowControl' => [
        'flowControlList' => [
            ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeAccessControlList'],
            ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListInstances'],
            ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'UpdateInstanceName'],
            ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeInstanceConfigs'],
            ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'UpdateAccessControlList'],
            ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ModifyInstanceConfig'],
            ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CreateDefaultRole'],
            ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'GetInstanceDetail'],
            ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'UpdatePublicNetworkStatus'],
        ],
    ],
    'ram' => [
        'productCode' => 'Milvus',
        'productName' => '向量检索服务 Milvus 版',
        'ramCodes' => ['milvus'],
        'ramLevel' => '资源级',
        'ramConditions' => [
            [
                'name' => 'oss:BucketTag/Product',
                'schema' => ['type' => 'String', 'description' => 'ServerlessMilvus'],
            ],
        ],
        'ramActions' => [
            [
                'apiName' => 'TagResources',
                'description' => '给指定资源打标签',
                'operationType' => 'create',
                'ramAction' => [
                    'action' => 'milvus:TagResources',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Milvus', 'resourceType' => '全部资源', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'DescribeAccessControlList',
                'description' => '获取公网访问白名单',
                'operationType' => 'get',
                'ramAction' => [
                    'action' => 'milvus:DescribeAccessControlList',
                    'authLevel' => 'resource',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Milvus', 'resourceType' => 'Instance', 'arn' => 'acs:milvus:{#regionId}:{#accountId}:instance/{#InstanceId}'],
                    ],
                ],
            ],
            [
                'apiName' => 'UnTagResources',
                'description' => '删除资源标签',
                'operationType' => 'create',
                'ramAction' => [
                    'action' => 'milvus:UnTagResources',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Milvus', 'resourceType' => '全部资源', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'CreateAclGroup',
                'description' => '创建分组白名单',
                'operationType' => 'create',
                'ramAction' => [
                    'action' => 'milvus:CreateAclGroup',
                    'authLevel' => 'resource',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Milvus', 'resourceType' => 'Instance', 'arn' => 'acs:milvus:{#regionId}:{#accountId}:instance/{#InstanceId}'],
                    ],
                ],
            ],
            [
                'apiName' => 'CreateDefaultRole',
                'description' => '创建服务角色',
                'operationType' => 'create',
                'ramAction' => [
                    'action' => 'milvus:CreateDefaultRole',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Milvus', 'resourceType' => '全部资源', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'ModifyInstanceConfig',
                'description' => '更新实例配置',
                'operationType' => 'update',
                'ramAction' => [
                    'action' => 'milvus:ModifyInstanceConfig',
                    'authLevel' => 'resource',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Milvus', 'resourceType' => 'Instance', 'arn' => 'acs:milvus:{#regionId}:{#accountId}:instance/{#InstanceId}'],
                    ],
                ],
            ],
            [
                'apiName' => 'UpdateInstanceName',
                'description' => '修改实例名称',
                'operationType' => 'update',
                'ramAction' => [
                    'action' => 'milvus:UpdateInstanceName',
                    'authLevel' => 'resource',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Milvus', 'resourceType' => 'Instance', 'arn' => 'acs:milvus:{#regionId}:{#accountId}:instance/{#InstanceId}'],
                    ],
                ],
            ],
            [
                'apiName' => 'DescribeInstanceConfigs',
                'description' => '获取实例配置信息',
                'operationType' => 'get',
                'ramAction' => [
                    'action' => 'milvus:DescribeInstanceConfigs',
                    'authLevel' => 'resource',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Milvus', 'resourceType' => 'Instance', 'arn' => 'acs:milvus:{#regionId}:{#accountId}:instance/{#InstanceId}'],
                    ],
                ],
            ],
            [
                'apiName' => 'UpdatePublicNetworkStatus',
                'description' => '开启/关闭公网访问',
                'operationType' => 'update',
                'ramAction' => [
                    'action' => 'milvus:UpdatePublicNetworkStatus',
                    'authLevel' => 'resource',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Milvus', 'resourceType' => 'Instance', 'arn' => 'acs:milvus:{#regionId}:{#accountId}:instance/{#InstanceId}'],
                    ],
                ],
            ],
            [
                'apiName' => 'CreateInstance',
                'description' => '创建集群实例',
                'operationType' => 'create',
                'ramAction' => [
                    'action' => 'milvus:CreateInstance',
                    'authLevel' => 'resource',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Milvus', 'resourceType' => 'Instance', 'arn' => 'acs:milvus:{#regionId}:{#accountId}:instance/*'],
                    ],
                ],
            ],
            [
                'apiName' => 'ListAclGroups',
                'description' => '展示分组白名单',
                'operationType' => 'none',
                'ramAction' => [
                    'action' => 'milvus:ListAclGroups',
                    'authLevel' => 'resource',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Milvus', 'resourceType' => 'Instance', 'arn' => 'acs:milvus:{#regionId}:{#accountId}:instance/{#InstanceId}'],
                    ],
                ],
            ],
            [
                'apiName' => 'DeleteInstance',
                'description' => '删除实例',
                'operationType' => 'delete',
                'ramAction' => [
                    'action' => 'milvus:DeleteInstance',
                    'authLevel' => 'resource',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Milvus', 'resourceType' => 'Instance', 'arn' => 'acs:milvus:{#regionId}:{#accountId}:instance/{#InstanceId}'],
                    ],
                ],
            ],
            [
                'apiName' => 'GetInstanceDetail',
                'description' => '获取实例详情',
                'operationType' => 'get',
                'ramAction' => [
                    'action' => 'milvus:GetInstanceDetail',
                    'authLevel' => 'resource',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Milvus', 'resourceType' => 'Instance', 'arn' => 'acs:milvus:{#regionId}:{#accountId}:instance/{#InstanceId}'],
                    ],
                ],
            ],
            [
                'apiName' => 'UpdateAclGroupCidrs',
                'description' => '修改分组内的白名单',
                'operationType' => 'none',
                'ramAction' => [
                    'action' => 'milvus:UpdateAclGroupCidrs',
                    'authLevel' => 'resource',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Milvus', 'resourceType' => 'Instance', 'arn' => 'acs:milvus:{#regionId}:{#accountId}:instance/{#InstanceId}'],
                    ],
                ],
            ],
            [
                'apiName' => 'UpdateAccessControlList',
                'description' => '设置公网访问白名单',
                'operationType' => 'update',
                'ramAction' => [
                    'action' => 'milvus:UpdateAccessControlList',
                    'authLevel' => 'resource',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Milvus', 'resourceType' => 'Instance', 'arn' => 'acs:milvus:{#regionId}:{#accountId}:instance/{#InstanceId}'],
                    ],
                ],
            ],
            [
                'apiName' => 'GetInstance',
                'description' => '获取实例详情',
                'operationType' => 'get',
                'ramAction' => [
                    'action' => 'milvus:GetInstance',
                    'authLevel' => 'resource',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Milvus', 'resourceType' => 'Instance', 'arn' => 'acs:milvus:{#regionId}:{#accountId}:instance/{#InstanceId}'],
                    ],
                ],
            ],
            [
                'apiName' => 'ListInstancesV2',
                'description' => '获取实例列表',
                'operationType' => 'list',
                'ramAction' => [
                    'action' => 'milvus:ListInstancesV2',
                    'authLevel' => 'resource',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Milvus', 'resourceType' => 'Instance', 'arn' => 'acs:milvus:{#regionId}:{#accountId}:instance/*'],
                    ],
                ],
            ],
            [
                'apiName' => 'ListInstances',
                'description' => '获取实例列表',
                'operationType' => 'list',
                'ramAction' => [
                    'action' => 'milvus:ListInstances',
                    'authLevel' => 'resource',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Milvus', 'resourceType' => '全部资源', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'ChangeResourceGroup',
                'description' => '修改资源组',
                'operationType' => 'update',
                'ramAction' => [
                    'action' => 'milvus:ChangeResourceGroup',
                    'authLevel' => 'resource',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Milvus', 'resourceType' => 'Instance', 'arn' => 'acs:milvus:{#regionId}:{#accountId}:instance/{#InstanceId}'],
                    ],
                ],
            ],
            [
                'apiName' => 'UpdateInstance',
                'description' => '更新实例',
                'operationType' => 'update',
                'ramAction' => [
                    'action' => 'milvus:UpdateInstance',
                    'authLevel' => 'resource',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Milvus', 'resourceType' => '全部资源', 'arn' => '*'],
                    ],
                ],
            ],
        ],
        'resourceTypes' => [
            ['validationType' => 'always', 'resourceType' => 'Instance', 'arn' => 'acs:milvus:{#regionId}:{#accountId}:instance/{#InstanceId}'],
            ['validationType' => 'always', 'resourceType' => 'UserResource', 'arn' => 'acs:milvus:{#regionId}:{#accountId}:*'],
            ['validationType' => 'always', 'resourceType' => 'Instance', 'arn' => 'acs:milvus:{#regionId}:{#accountId}:instance/*'],
        ],
    ],
];