summaryrefslogtreecommitdiff
path: root/data/en_us/milvus/2023-10-12/api-docs.php
blob: 6e58fbf997f37ef9d939d09383d94dcb6d90acc1 (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
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
<?php return [
    'version' => '1.0',
    'info' => ['style' => 'ROA', 'product' => 'milvus', 'version' => '2023-10-12'],
    'directories' => [
        [
            'children' => ['ListInstancesV2', 'UpdateInstanceName'],
            'type' => 'directory',
            'title' => 'Instance management',
        ],
        [
            'children' => ['DescribeInstanceConfigs'],
            'type' => 'directory',
            'title' => 'Instance configuration',
        ],
        [
            'children' => ['DescribeAccessControlList', 'UpdatePublicNetworkStatus', 'UpdateAccessControlList', 'CreateAclGroup', 'UpdateAclGroupCidrs', 'ListAclGroups'],
            'type' => 'directory',
            'title' => 'Instance security',
        ],
        [
            'children' => ['CreateDefaultRole', 'GetInstanceDetail', 'ChangeResourceGroup', 'CreateInstance', 'DeleteInstance', 'GetInstance', 'ListInstances', 'ModifyInstanceConfig', 'TagResources', 'UnTagResources', 'UpdateInstance'],
            'type' => 'directory',
            'title' => 'Others',
        ],
    ],
    'components' => [
        'schemas' => [
            'DBVersionDetail' => [
                'type' => 'object',
                'properties' => [
                    'version' => ['description' => 'The version number.', 'type' => 'string', 'title' => '', 'example' => ''],
                    'status' => ['description' => 'The status of the version.', 'type' => 'string', 'title' => '', 'example' => ''],
                    'specs' => [
                        'type' => 'array',
                        'items' => [
                            'type' => 'object',
                            'properties' => [
                                'zoneMode' => ['description' => 'The zone mode of the specification.', 'type' => 'string', 'title' => '', 'example' => ''],
                                'isStandalone' => ['description' => 'Indicates whether the Standalone edition is supported.', 'type' => 'boolean', 'title' => '', 'example' => ''],
                                'isStandalonePro' => ['description' => 'Indicates whether the Standalone Pro edition is supported.', 'type' => 'boolean', 'title' => '', 'example' => ''],
                                'isHA' => ['description' => 'Indicates whether the high availability (HA) edition is supported.', 'type' => 'boolean', 'title' => '', 'example' => ''],
                                'componentSpecs' => [
                                    'type' => 'array',
                                    'items' => [
                                        'type' => 'object',
                                        'properties' => [
                                            'name' => ['description' => 'The name of the component.', 'type' => 'string', 'title' => '', 'example' => ''],
                                            'type' => ['description' => 'The type of the component.', 'type' => 'string', 'title' => '', 'example' => ''],
                                            'specs' => [
                                                'type' => 'array',
                                                'items' => ['description' => 'The specification value.', 'type' => 'string', 'title' => '', 'example' => ''],
                                                'description' => 'The available specifications for the component.',
                                                'title' => '',
                                                'example' => '',
                                            ],
                                            'minReplicas' => ['description' => 'The minimum number of replicas for the component.', 'type' => 'integer', 'title' => '', 'example' => '', 'format' => 'int32'],
                                            'maxReplicas' => ['description' => 'The maximum number of replicas for the component.', 'type' => 'integer', 'title' => '', 'example' => '', 'format' => 'int32'],
                                            'step' => ['description' => 'The step size for scaling the number of replicas.', 'type' => 'integer', 'title' => '', 'example' => '', 'format' => 'int32'],
                                            'defaultReplicas' => ['description' => 'The default number of replicas for the component.', 'type' => 'integer', 'title' => '', 'example' => '', 'format' => 'int32'],
                                        ],
                                        'description' => 'The component specification details.',
                                        'title' => '',
                                        'example' => '',
                                    ],
                                    'description' => 'The component specifications.',
                                    'title' => '',
                                    'example' => '',
                                ],
                            ],
                            'description' => 'The specification details.',
                            'title' => '',
                            'example' => '',
                        ],
                        'description' => 'The specifications supported by the version.',
                        'title' => '',
                        'example' => '',
                    ],
                ],
                'description' => 'The details of the database version.',
                'title' => '',
                'example' => '',
            ],
            'DlfDatabase' => [
                'type' => 'object',
                'properties' => [
                    'databaseName' => ['title' => '数据库名称', 'description' => 'The name of the database.', 'type' => 'string', 'example' => 'my_database'],
                    'description' => ['title' => '数据库描述', 'description' => 'The description of the database.', 'type' => 'string', 'example' => 'Test database'],
                    'tableCount' => ['title' => '表数量', 'description' => 'The number of tables in the database. Read-only.', 'type' => 'integer', 'example' => '10', 'format' => 'int32'],
                ],
                'description' => 'Represents a database in Data Lake Formation.',
                'title' => '',
                'example' => '',
            ],
            'DlfFieldSchema' => [
                'type' => 'object',
                'properties' => [
                    'fieldName' => ['title' => '字段名称', 'description' => 'The field name.', 'type' => 'string', 'example' => 'id'],
                    'dlfFieldType' => ['title' => 'DLF字段类型', 'description' => 'The DLF field type.', 'type' => 'string', 'example' => 'BIGINT'],
                    'milvusFieldType' => ['title' => 'Milvus字段类型', 'description' => 'The corresponding Milvus field type.', 'type' => 'string', 'example' => 'Int64'],
                    'isPrimaryKey' => ['title' => '是否主键', 'description' => 'Indicates whether the field is a primary key.', 'type' => 'boolean', 'example' => 'true'],
                    'isVectorField' => ['title' => '是否向量字段', 'description' => 'Indicates whether the field is a vector field.', 'type' => 'boolean', 'example' => 'false'],
                    'dimension' => ['title' => '向量维度', 'description' => 'The dimension of the vector field. This parameter applies only when `isVectorField` is `true`.', 'type' => 'integer', 'example' => '128', 'format' => 'int32'],
                    'nullable' => ['title' => '是否可为空', 'description' => 'Indicates whether the field can be null.', 'type' => 'boolean', 'example' => 'true'],
                    'comment' => ['title' => '字段注释', 'description' => 'A comment for the field.', 'type' => 'string', 'example' => 'Primary key field'],
                    'isSupported' => ['title' => '是否支持映射', 'description' => 'Indicates whether the DLF field type can be mapped to a Milvus field type.', 'type' => 'boolean', 'example' => 'true'],
                    'unsupportedReason' => ['title' => '不支持原因', 'description' => 'The reason the DLF field type is unsupported. This field is present only when `isSupported` is `false`.', 'type' => 'string', 'example' => 'Unsupported type'],
                ],
                'description' => 'Defines a DLF field\'s properties and its mapping to a Milvus field.',
                'title' => '',
                'example' => '',
            ],
            'DlfInstance' => [
                'type' => 'object',
                'properties' => [
                    'instanceId' => ['title' => 'DLF实例ID', 'description' => 'The unique ID of the DLF instance.', 'type' => 'string', 'example' => 'dlf-cn-xxx'],
                    'instanceName' => ['title' => 'DLF实例名称', 'description' => 'The name of the DLF instance.', 'type' => 'string', 'example' => 'my-dlf-instance'],
                    'status' => ['title' => '实例状态', 'description' => 'The current status of the DLF instance.', 'type' => 'string', 'example' => 'RUNNING'],
                    'regionId' => ['title' => '地域ID', 'description' => 'The ID of the region where the DLF instance is located.', 'type' => 'string', 'example' => 'cn-hangzhou'],
                    'instanceType' => ['title' => '实例类型', 'description' => 'The type of the DLF instance.', 'type' => 'string', 'example' => 'DLF_2_0'],
                ],
                'description' => 'Represents a DLF instance.',
                'title' => '',
                'example' => '',
            ],
            'DlfTable' => [
                'type' => 'object',
                'properties' => [
                    'tableName' => ['title' => '表名称', 'description' => 'The table name.', 'type' => 'string', 'example' => 'my_table'],
                    'tableType' => ['title' => '表类型', 'description' => 'The table type. For example, `MANAGED` indicates that DLF manages the data and metadata lifecycle.', 'type' => 'string', 'example' => 'MANAGED'],
                    'description' => ['title' => '表描述', 'description' => 'A description of the table.', 'type' => 'string', 'example' => 'Test table'],
                    'tableFormat' => ['title' => '表格式', 'description' => 'The table format, such as `PAIMON`.', 'type' => 'string', 'example' => 'PAIMON'],
                    'location' => ['title' => '表存储位置', 'description' => 'The location of the table data, specified as an Object Storage Service (OSS) URI.', 'type' => 'string', 'example' => 'oss://bucket/path'],
                ],
                'description' => 'The metadata for a table in Data Lake Formation (DLF).',
                'title' => '',
                'example' => '',
            ],
            'InstanceDetail' => [
                'type' => 'object',
                'properties' => [
                    'instanceName' => ['title' => '', 'description' => 'Instance name.', 'type' => 'string', 'example' => 'milvus-test'],
                    'instanceId' => ['description' => 'Instance ID.', 'type' => 'string', 'title' => '', 'example' => 'c-xxx'],
                    'regionId' => ['description' => 'Region ID.', 'type' => 'string', 'title' => '', 'example' => 'cn-beijing'],
                    'zoneId' => ['description' => 'Zone ID.', 'type' => 'string', 'title' => '', 'example' => 'cn-hangzhou-i'],
                    'status' => ['description' => 'Instance status. Valid values:'."\n"
                        ."\n"
                        .'`creating`: The instance is being created.'."\n"
                        ."\n"
                        .'`running`: The instance is running.'."\n"
                        ."\n"
                        .'`updating`: The instance is being updated. This includes scaling the cluster in or out, changing configurations, and enabling or disabling public network access.'."\n"
                        ."\n"
                        .'`disable`: The instance is unavailable. The cluster has expired and must be renewed to be reactivated.'."\n"
                        ."\n"
                        .'`deleting`: The instance is being deleted.'."\n"
                        ."\n"
                        .'`deleted`: The instance has been deleted.', 'type' => 'string', 'title' => '', 'example' => 'running'],
                    'paymentType' => [
                        'description' => 'Billing method. Valid values: `PayAsYouGo` for pay-as-you-go and `Subscription` for subscription.',
                        'enumValueTitles' => ['PayAsYouGo' => 'PayAsYouGo', 'Subscription' => 'Subscription'],
                        'type' => 'string',
                        'title' => '',
                        'example' => 'PayAsYouGo',
                    ],
                    'resourceGroupId' => ['description' => 'Resource group ID.', 'type' => 'string', 'title' => '', 'example' => 'rg-aek3dcgyq7pnqwa'],
                    'vpcId' => ['description' => 'VPC ID.', 'type' => 'string', 'title' => '', 'example' => 'vpc-xxx'],
                    'createTime' => ['description' => 'Instance creation time.', 'type' => 'string', 'format' => 'iso8601', 'title' => '', 'example' => '2025-04-27T02:04:25Z'],
                    'runningTime' => ['description' => 'Instance runtime in days.', 'type' => 'integer', 'format' => 'int64', 'title' => '', 'example' => '1'],
                    'expireTime' => ['description' => 'Instance expiration time. This parameter applies only to subscription instances.', 'type' => 'string', 'format' => 'iso8601', 'title' => '', 'example' => '2025-04-27T02:04:25Z'."\n"],
                    'dbVersion' => ['description' => 'Instance version.', 'type' => 'string', 'title' => '', 'example' => '2.5'],
                    'orderId' => ['description' => 'Order ID.', 'type' => 'string', 'title' => '', 'example' => '4751'],
                    'autoBackup' => ['description' => 'Whether automatic backup is enabled.', 'type' => 'boolean', 'title' => '', 'example' => 'true'],
                    'configuration' => ['description' => 'Instance configuration parameters.', 'type' => 'string', 'title' => '', 'example' => 'rootCoord:'."\n"
                        .'    maxDatabaseNum: 64 # Maximum number of database'."\n"
                        .'    maxPartitionNum: 4096 '],
                    'ha' => ['description' => 'Whether high availability (HA) is enabled.', 'type' => 'boolean', 'title' => '', 'example' => 'true'],
                    'multiZoneMode' => ['description' => 'Multi-zone deployment mode of the instance.', 'type' => 'string', 'title' => '', 'example' => 'Single'],
                    'encrypted' => ['description' => 'Whether data encryption is enabled.', 'type' => 'boolean', 'title' => '', 'example' => 'false'],
                    'kmsKeyId' => ['description' => 'KMS key ID. This parameter is available only when data encryption is enabled.', 'type' => 'string', 'title' => '', 'example' => 'key-xxx'],
                    'vSwitchIds' => [
                        'type' => 'array',
                        'items' => [
                            'type' => 'object',
                            'properties' => [
                                'zoneId' => ['description' => 'Zone ID.', 'type' => 'string', 'title' => '', 'example' => 'cn-hangzhou-i'],
                                'vswId' => ['description' => 'vSwitch ID.', 'type' => 'string', 'title' => '', 'example' => 'vsw-xxx'],
                            ],
                            'description' => 'vSwitch information.',
                            'title' => '',
                            'example' => '',
                        ],
                        'description' => 'A list of vSwitch IDs.',
                        'title' => '',
                        'example' => '',
                    ],
                    'securityGroupIds' => [
                        'type' => 'array',
                        'items' => ['description' => 'Security group ID.', 'type' => 'string', 'title' => '', 'example' => 'sg-xxx'],
                        'description' => 'A list of security group IDs.',
                        'title' => '',
                        'example' => '',
                    ],
                    'tags' => [
                        'type' => 'array',
                        'items' => [
                            'type' => 'object',
                            'properties' => [
                                'key' => ['description' => 'Tag `key`.', 'type' => 'string', 'title' => '', 'example' => 'k1'],
                                'value' => ['description' => 'Tag `value`.', 'type' => 'string', 'title' => '', 'example' => 'v1'],
                            ],
                            'description' => 'A key-value pair for a tag.',
                            'title' => '',
                            'example' => '',
                        ],
                        'description' => 'Tags attached to the instance.',
                        'title' => '',
                        'example' => '',
                    ],
                    'components' => [
                        'type' => 'array',
                        'items' => [
                            'type' => 'object',
                            'properties' => [
                                'type' => ['description' => 'Component type.', 'type' => 'string', 'title' => '', 'example' => 'data'],
                                'replica' => ['description' => 'Number of component replicas.', 'type' => 'integer', 'format' => 'int32', 'title' => '', 'example' => '1'],
                                'cuNum' => ['description' => 'Number of CUs.', 'type' => 'integer', 'format' => 'int32', 'title' => '', 'example' => '4'],
                                'cuType' => ['description' => 'CU type.', 'type' => 'string', 'title' => '', 'example' => 'general'],
                                'diskSizeType' => ['description' => 'Disk size type for the Query Node. `Large` indicates a storage-optimized configuration, and `Normal` indicates other types, such as compute-optimized.', 'type' => 'string', 'title' => '', 'example' => 'Normal'],
                                'payType' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''],
                            ],
                            'description' => 'Component information.',
                            'title' => '',
                            'example' => '',
                        ],
                        'description' => 'Instance component information.',
                        'title' => '',
                        'example' => '',
                    ],
                ],
                'description' => 'Instance details.',
                'title' => '',
                'example' => '',
            ],
            'MigrationSource' => [
                'type' => 'object',
                'properties' => [
                    'endpoint' => [
                        'type' => 'object',
                        'properties' => [
                            'endpoint' => ['description' => 'The endpoint address of the migration source.', 'type' => 'string', 'title' => '', 'example' => ''],
                            'port' => ['description' => 'The port number of the migration source.', 'type' => 'string', 'title' => '', 'example' => ''],
                        ],
                        'description' => 'The endpoint information of the migration source.',
                        'title' => '',
                        'example' => '',
                    ],
                    'database' => ['description' => 'The name of the database to migrate.', 'type' => 'string', 'title' => '', 'example' => ''],
                    'authInfo' => [
                        'type' => 'object',
                        'properties' => [
                            'token' => ['description' => 'The token used for authentication.', 'type' => 'string', 'title' => '', 'example' => ''],
                            'username' => ['description' => 'The username used for authentication.', 'type' => 'string', 'title' => '', 'example' => ''],
                            'password' => ['description' => 'The password used for authentication.', 'type' => 'string', 'title' => '', 'example' => ''],
                            'authType' => ['description' => 'The authentication type.', 'type' => 'string', 'title' => '', 'example' => ''],
                        ],
                        'description' => 'The authentication information of the migration source.',
                        'title' => '',
                        'example' => '',
                    ],
                ],
                'description' => 'The information about the migration source.',
                'title' => '',
                'example' => '',
            ],
            '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' => ['description' => 'The currency of the price.', 'type' => 'string', 'title' => '', 'example' => ''],
                    'originalAmount' => ['description' => 'The original price.', 'type' => 'string', 'title' => '', 'example' => ''],
                    'tradeAmount' => ['description' => 'The actual trade price.', 'type' => 'string', 'title' => '', 'example' => ''],
                    'discountAmount' => ['description' => 'The discount amount.', 'type' => 'string', 'title' => '', 'example' => ''],
                    'taxAmount' => ['description' => 'The tax amount.', 'type' => 'string', 'title' => '', 'example' => ''],
                    'optionalPromotions' => [
                        'type' => 'array',
                        'items' => ['description' => 'The promotion details.', 'title' => '', 'example' => '', '$ref' => '#/components/schemas/PromotionInfo'],
                        'description' => 'The optional promotions.',
                        'title' => '',
                        'example' => '',
                    ],
                    'priceModules' => [
                        'type' => 'array',
                        'items' => [
                            'type' => 'object',
                            'properties' => [
                                'type' => ['description' => 'The type of the price module.', 'type' => 'string', 'title' => '', 'example' => ''],
                                'originalAmount' => ['description' => 'The original amount of the price module.', 'type' => 'string', 'title' => '', 'example' => ''],
                            ],
                            'description' => 'The price module details.',
                            'title' => '',
                            'example' => '',
                        ],
                        'description' => 'The price modules.',
                        'title' => '',
                        'example' => '',
                    ],
                    'rules' => [
                        'type' => 'array',
                        'items' => [
                            'type' => 'object',
                            'properties' => [
                                'ruleId' => ['description' => 'The ID of the pricing rule.', 'type' => 'string', 'title' => '', 'example' => ''],
                                'amount' => ['description' => 'The amount associated with the pricing rule.', 'type' => 'string', 'title' => '', 'example' => ''],
                                'name' => ['description' => 'The name of the pricing rule.', 'type' => 'string', 'title' => '', 'example' => ''],
                            ],
                            'description' => 'The pricing rule details.',
                            'title' => '',
                            'example' => '',
                        ],
                        'description' => 'The pricing rules.',
                        'title' => '',
                        'example' => '',
                    ],
                ],
                'description' => 'The pricing information.',
                'title' => '',
                'example' => '',
            ],
            'PromotionInfo' => [
                'type' => 'object',
                'properties' => [
                    'promotionOptionCode' => ['description' => 'The code of the promotion option.', 'type' => 'string', 'title' => '', 'example' => ''],
                    'promotionOptionNo' => ['description' => 'The number of the promotion option.', 'type' => 'string', 'title' => '', 'example' => ''],
                    'promotionName' => ['description' => 'The name of the promotion.', 'type' => 'string', 'title' => '', 'example' => ''],
                    'promotionDesc' => ['description' => 'The description of the promotion.', 'type' => 'string', 'title' => '', 'example' => ''],
                    'canPromFee' => ['description' => 'The fee that can be covered by the promotion.', 'type' => 'string', 'title' => '', 'example' => ''],
                    'isSelected' => ['description' => 'Indicates whether the promotion is selected.', 'type' => 'boolean', 'title' => '', 'example' => ''],
                    'selected' => ['description' => 'Indicates whether the promotion is selected.', 'type' => 'boolean', 'title' => '', 'example' => ''],
                ],
                'description' => 'The promotion information.',
                'title' => '',
                'example' => '',
            ],
            'RamAccount' => [
                'type' => 'object',
                'properties' => [
                    'uid' => ['title' => '阿里云 UID', 'description' => 'The unique identifier for the RamAccount.', 'type' => 'string', 'example' => '1234567890123456'],
                    'userName' => ['title' => 'RAM 用户名', 'description' => 'The user name for the RamAccount.', 'type' => 'string', 'example' => 'test-user'],
                    'displayName' => ['title' => '显示名称', 'description' => 'The display name for the RamAccount, which appears in the console.', 'type' => 'string', 'example' => 'Test User'],
                    'bindable' => ['title' => '是否可绑定', 'description' => 'Specifies whether the RamAccount can be bound to other resources.', 'type' => 'boolean', 'example' => 'true'],
                ],
                'description' => 'Details of the RamAccount object.',
                'title' => '',
                'example' => '',
            ],
            'RamBindingEntry' => [
                'type' => 'object',
                'properties' => [
                    'milvusUsername' => ['title' => 'Milvus数据库用户名', 'description' => 'The Milvus username.', 'type' => 'string', 'example' => 'root'],
                    'boundUid' => ['title' => '绑定的阿里云UID', 'description' => 'The unique identifier (UID) of the bound RAM user.', 'type' => 'string', 'example' => '1234567890123456'],
                    'boundUserName' => ['title' => '绑定的RAM用户名', 'description' => 'The bound RAM username.', 'type' => 'string', 'example' => 'test-user'],
                ],
                'description' => 'Describes a RAM binding entry.',
                'title' => '',
                'example' => '',
            ],
            'ScalingActivity' => [
                'type' => 'object',
                'properties' => [
                    'scalingActivityId' => ['description' => 'The ID of the scaling activity.', 'type' => 'string', 'title' => '', 'example' => ''],
                    'scalingRuleName' => ['description' => 'The name of the scaling rule that triggered the activity.', 'type' => 'string', 'title' => '', 'example' => ''],
                    'scalingPolicyId' => ['description' => 'The ID of the scaling policy.', 'type' => 'string', 'title' => '', 'example' => ''],
                    'instanceId' => ['description' => 'The ID of the instance.', 'type' => 'string', 'title' => '', 'example' => ''],
                    'componentTypes' => ['description' => 'The types of components involved in the scaling activity.', 'type' => 'string', 'title' => '', 'example' => ''],
                    'scalingActivityState' => ['description' => 'The state of the scaling activity.', 'type' => 'string', 'title' => '', 'example' => ''],
                    'startTime' => ['description' => 'The start time of the scaling activity.', 'type' => 'string', 'title' => '', 'example' => ''],
                    'endTime' => ['description' => 'The end time of the scaling activity.', 'type' => 'string', 'title' => '', 'example' => ''],
                    'policyType' => ['description' => 'The type of the scaling policy.', 'type' => 'string', 'title' => '', 'example' => ''],
                    'scalingRuleDetail' => ['description' => 'The details of the scaling rule.', 'type' => 'string', 'title' => '', 'example' => ''],
                    'scalingRuleId' => ['description' => 'The ID of the scaling rule.', 'type' => 'string', 'title' => '', 'example' => ''],
                    'timeZone' => ['description' => 'The time zone of the scaling activity.', 'type' => 'string', 'title' => '', 'example' => ''],
                    'description' => ['description' => 'The description of the scaling activity.', 'type' => 'string', 'title' => '', 'example' => ''],
                ],
                'description' => 'The details of the scaling activity.',
                'title' => '',
                'example' => '',
            ],
            'ScalingRule' => [
                'type' => 'object',
                'properties' => [
                    'ruleId' => ['description' => 'The ID of the scaling rule.', 'type' => 'string', 'title' => '', 'example' => ''],
                    'scalingRuleName' => ['description' => 'The name of the scaling rule.', 'type' => 'string', 'title' => '', 'example' => ''],
                    'timeZone' => ['description' => 'The time zone of the scaling rule.', 'type' => 'string', 'title' => '', 'example' => ''],
                    'cronStr' => ['description' => 'The cron expression for the scaling schedule.', 'type' => 'string', 'title' => '', 'example' => ''],
                    'startTime' => ['description' => 'The start time of the scaling rule. Unit: milliseconds.', 'type' => 'integer', 'title' => '', 'example' => '', 'format' => 'int64'],
                    'endTime' => ['description' => 'The end time of the scaling rule. Unit: milliseconds.', 'type' => 'integer', 'title' => '', 'example' => '', 'format' => 'int64'],
                    'disabled' => ['description' => 'Indicates whether the scaling rule is disabled.', 'type' => 'boolean', 'title' => '', 'example' => ''],
                    'adjustInfos' => [
                        'type' => 'array',
                        'items' => [
                            'type' => 'object',
                            'properties' => [
                                'componentType' => ['title' => 'index  query data proxy streaming mix_coordinator', 'description' => 'The type of the component to be adjusted.', 'type' => 'string', 'example' => ''],
                                'targetValue' => ['description' => 'The target value for the adjustment.', 'type' => 'string', 'title' => '', 'example' => ''],
                            ],
                            'description' => 'The adjustment details.',
                            'title' => '',
                            'example' => '',
                        ],
                        'description' => 'The adjustment information of the scaling rule.',
                        'title' => '',
                        'example' => '',
                    ],
                ],
                'description' => 'The details of the scaling rule.',
                'title' => '',
                'example' => '',
            ],
        ],
    ],
    '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' => ['type' => 'string', 'required' => true, 'title' => '', 'description' => 'The new resource group ID.', 'example' => 'rg-acfnsjj5tgai4wi'],
                ],
                [
                    'name' => 'RegionId',
                    'in' => 'query',
                    'schema' => ['type' => 'string', 'required' => false, 'title' => '', 'description' => 'The region ID.', 'example' => 'cn-beijing'],
                ],
                [
                    'name' => 'ResourceType',
                    'in' => 'query',
                    'schema' => ['type' => 'string', 'description' => 'The resource type.', 'required' => false, 'title' => '', 'example' => 'instance'],
                ],
                [
                    'name' => 'ResourceId',
                    'in' => 'query',
                    'schema' => ['type' => 'string', 'description' => 'The resource ID.', 'required' => false, 'title' => '', 'example' => 'c-xxx'],
                ],
                [
                    'name' => 'ResourceGroupId',
                    'in' => 'query',
                    'schema' => ['type' => 'string', 'description' => 'The resource group ID.', 'required' => false, 'title' => '', 'example' => 'rg-123xxx'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'HttpStatusCode' => ['type' => 'integer', 'format' => 'int32', 'description' => 'The HTTP status code.', 'title' => '', 'example' => '200'],
                            'RequestId' => ['type' => 'string', 'description' => 'The request ID.', 'title' => '', 'example' => 'ABCD-1234-5678-EFGH'],
                            'Success' => ['type' => 'boolean', 'description' => 'Indicates whether the request was successful.', 'title' => '', 'example' => 'true'],
                            'ErrCode' => ['type' => 'string', 'description' => 'The error code.', 'title' => '', 'example' => 'Instance.NotFound'],
                            'ErrMessage' => ['type' => 'string', 'description' => 'The error message.', 'title' => '', 'example' => 'Failed to find instance c-123xxx'],
                            'Data' => ['type' => 'boolean', 'description' => 'The data returned.', 'title' => '', 'example' => 'true'],
                            'AccessDeniedDetail' => ['type' => 'string', 'title' => '', 'description' => 'The details about the access denial.', 'example' => 'None'],
                        ],
                        'description' => '',
                        'title' => '',
                        'example' => '',
                    ],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'eventInfo' => [
                'enable' => false,
                'eventNames' => [],
            ],
            'title' => 'ChangeResourceGroup',
            'summary' => 'Changes the resource group of a resource.',
            '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' => 'The instance ID.', 'type' => 'string', 'required' => false, 'example' => 'c-xxxx', 'title' => ''],
                ],
                [
                    'name' => 'regionId',
                    'in' => 'query',
                    'schema' => ['description' => 'The region ID.', 'type' => 'string', 'required' => false, 'example' => 'cn-hangzhou', 'title' => ''],
                ],
                [
                    'name' => 'groupName',
                    'in' => 'query',
                    'schema' => ['description' => 'The name of the ACL group.', 'type' => 'string', 'required' => false, 'example' => 'test', 'title' => ''],
                ],
                [
                    'name' => 'cidrs',
                    'in' => 'query',
                    'schema' => ['description' => 'Specify one or more CIDR blocks, separated by commas.', 'type' => 'string', 'required' => false, 'example' => '140.205.11.0/24,140.205.11.2', 'title' => ''],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'httpStatusCode' => ['description' => 'The HTTP status code.', 'type' => 'integer', 'format' => 'int32', 'example' => '200', 'title' => ''],
                            'requestId' => ['description' => 'The unique ID generated for the request. Use this ID for troubleshooting.', 'type' => 'string', 'example' => 'BE7E95C4-10DE-5EA7-9D10-2D3E0FCCE68C', 'title' => ''],
                            'success' => ['description' => 'Indicates if the request succeeded, where a value of `true` means success.', 'type' => 'boolean', 'example' => 'true', 'title' => ''],
                            'errCode' => ['description' => 'The error code returned if the request fails.', 'type' => 'string', 'example' => '0', 'title' => ''],
                            'errMessage' => ['description' => 'The error message returned if the request fails.', 'type' => 'string', 'example' => '[%60wget Nds0v6lx.popscan.xaliyun.com%60]', 'title' => ''],
                            'data' => ['description' => 'The data returned for the request.', 'type' => 'boolean', 'example' => '{\'instanceId\': \'c-fa521a2393de4623\', \'orderId\': \'271129670950939\'}', 'title' => ''],
                            'accessDeniedDetail' => ['description' => 'Details about the access denial. This parameter is returned only if a request is denied due to insufficient RAM permissions.', 'type' => 'string', 'example' => 'None', 'title' => ''],
                        ],
                        'description' => 'The response body.',
                        'title' => '',
                        'example' => '',
                    ],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'title' => 'CreateAclGroup',
            'summary' => 'Creates an ACL group.',
            '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' => ['description' => 'The HTTP status code.', 'type' => 'integer', 'format' => 'int32', 'example' => '200', 'title' => ''],
                            'RequestId' => ['description' => 'The ID of the request.', 'type' => 'string', 'example' => 'ABCD-1234-5678-EFGH', 'title' => ''],
                            'Success' => ['description' => 'Indicates whether the request was successful.', 'type' => 'boolean', 'example' => 'true', 'title' => ''],
                            'ErrCode' => ['description' => 'The error code.', 'type' => 'string', 'example' => 'Instance.NotFound', 'title' => ''],
                            'ErrMessage' => ['description' => 'The error message.', 'type' => 'string', 'example' => 'Failed to find instance c-123xxx', 'title' => ''],
                            'Data' => ['description' => 'The returned data.', 'type' => 'boolean', 'example' => 'true', 'title' => ''],
                            'AccessDeniedDetail' => ['description' => 'Details about the access denial.', 'type' => 'string', 'example' => '{ "PolicyType": "AccountLevelIdentityBasedPolicy", "AuthPrincipalOwnerId": "xxxx", "EncodedDiagnosticMessage": "xxxx", "AuthPrincipalType": "SubUser", "AuthPrincipalDisplayName": "xxxx", "NoPermissionType": "ImplicitDeny", "AuthAction": "milvus:xxxx" }	', 'title' => ''],
                        ],
                        'description' => 'The response parameters.',
                        'title' => '',
                        'example' => '',
                    ],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'title' => 'CreateDefaultRole',
            'summary' => 'Creates the server role required by Milvus to access other cloud products.',
            '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' => 'All Resource', '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' => 'Creates a cluster instance.',
            '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' => 'The region ID.', 'type' => 'string', 'example' => 'cn-beijing', 'required' => false],
                ],
                [
                    'name' => 'body',
                    'in' => 'body',
                    'allowEmptyValue' => false,
                    'style' => 'json',
                    'schema' => [
                        'description' => 'The request body.',
                        'type' => 'object',
                        'properties' => [
                            'zoneId' => ['title' => '', 'description' => 'The primary zone.', 'type' => 'string', 'required' => true, 'example' => 'cn-beijing-g'],
                            'instanceName' => ['title' => '', 'description' => 'The instance name.', 'type' => 'string', 'example' => 'milvus-test', 'required' => false],
                            'dbVersion' => ['title' => '', 'description' => 'The Milvus version.', 'type' => 'string', 'required' => true, 'example' => '2.4'],
                            'resourceGroupId' => ['title' => '', 'description' => 'The resource group ID.', 'type' => 'string', 'example' => 'rg-xxx', 'required' => false],
                            'vpcId' => ['title' => '', 'description' => 'The VPC ID.', 'type' => 'string', 'required' => true, 'example' => 'vpc-123xxx'],
                            'paymentType' => [
                                'title' => '',
                                'description' => 'The payment type.',
                                'enumValueTitles' => ['PayAsYouGo' => 'pay-as-you-go.', 'Subscription' => 'subscription.'],
                                'type' => 'string',
                                'required' => true,
                                'example' => 'PayAsYouGo',
                            ],
                            'paymentDuration' => ['title' => '', 'description' => 'The payment duration.', 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'required' => false],
                            'paymentDurationUnit' => [
                                'title' => '',
                                'description' => 'The payment duration unit.',
                                'enumValueTitles' => ['Month' => 'month.', 'Year' => 'year.'],
                                'type' => 'string',
                                'example' => 'month',
                                'required' => false,
                            ],
                            'ha' => ['title' => '', 'description' => 'Specifies whether to enable high availability (HA).', 'type' => 'boolean', 'example' => 'true', 'required' => false],
                            'dbAdminPassword' => ['title' => '', 'description' => 'The database administrator password.', 'type' => 'string', 'example' => 'test12', 'required' => false],
                            'autoBackup' => ['title' => '', 'description' => 'Specifies whether to enable automatic backup.', 'type' => 'boolean', 'required' => false, 'example' => 'true'],
                            'multiZoneMode' => [
                                'title' => '',
                                'description' => 'The zone configuration.',
                                'enumValueTitles' => ['Single' => 'single zone.', 'Two_ha' => 'Dual-zone deployment with high availability active.', 'Two' => 'Dual-zone deployment active.'],
                                'type' => 'string',
                                'required' => false,
                                'example' => 'Single',
                            ],
                            'encrypted' => ['title' => '', 'description' => 'Specifies whether to enable OSS encryption.', 'type' => 'boolean', 'required' => false, 'example' => 'false'],
                            'kmsKeyId' => ['title' => '', 'description' => 'The ID of the KMS key used for encryption.', 'type' => 'string', 'required' => false, 'example' => 'key-xxx'],
                            'configuration' => ['title' => '', 'description' => 'The configuration items.', 'type' => 'string', 'required' => false, 'example' => 'rootCoord:'."\n"
                                .'    maxDatabaseNum: 64 # Maximum number of database'."\n"
                                .'    maxPartitionNum: 4096 '],
                            'promotionNo' => ['description' => 'The coupon code.', 'type' => 'string', 'required' => false, 'example' => '22120151****', 'title' => ''],
                            'loadReplicas' => ['description' => 'The number of load replicas.', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '2', 'title' => ''],
                            'isMultiAzStorage' => ['description' => 'Specifies whether to enable multi-zone storage.', 'type' => 'boolean', 'required' => false, 'title' => '', 'example' => ''],
                            'autoPay' => [
                                'description' => 'Specifies whether to enable automatic payment. Default value: true. Valid values:'."\n"
                                    .'- true: Automatic payment is enabled.'."\n"
                                    .'- false: Only an order is generated. No payment is made.',
                                'enumValueTitles' => [],
                                'type' => 'boolean',
                                'required' => false,
                                'example' => 'true',
                                'title' => '',
                            ],
                            'autoRenew' => ['description' => 'Specifies whether to enable auto-renewal. This parameter takes effect only when the payment type is set to Subscription.', 'type' => 'boolean', 'required' => false, 'example' => 'true', 'title' => ''],
                            'backupRestoreInfo' => [
                                'description' => 'The backup and restoration information.',
                                'type' => 'object',
                                'properties' => [
                                    'sourceClusterId' => ['description' => 'The ID of the source backup cluster.', 'type' => 'string', 'required' => false, 'example' => 'c-xxxxxxx', 'title' => ''],
                                    'backupName' => ['description' => 'The backup name.', 'type' => 'string', 'required' => false, 'example' => '备份1', 'title' => ''],
                                    'backupId' => ['description' => 'The backup ID.', 'type' => 'string', 'required' => false, 'example' => 'bt-xxxxx', 'title' => ''],
                                ],
                                'required' => false,
                                'title' => '',
                                'example' => '',
                            ],
                            'vSwitchIds' => [
                                'title' => '',
                                'description' => 'The vSwitches.',
                                'type' => 'array',
                                'items' => [
                                    'title' => '',
                                    'description' => 'The vSwitch ID.',
                                    'type' => 'object',
                                    'properties' => [
                                        'zoneId' => ['title' => '', 'description' => 'The zone.', 'type' => 'string', 'required' => false, 'example' => 'cn-shanghai-a'],
                                        'vswId' => ['title' => '', 'description' => 'The vSwitch ID in the zone.', 'type' => 'string', 'required' => false, 'example' => 'vsw-xxx'],
                                    ],
                                    'required' => false,
                                    'example' => '',
                                ],
                                'required' => false,
                                'example' => '["vsw-123xxx"]',
                            ],
                            'components' => [
                                'title' => '',
                                'description' => 'The component information.',
                                'type' => 'array',
                                'items' => [
                                    'description' => 'The list of instance specification information.',
                                    'type' => 'object',
                                    'properties' => [
                                        'type' => [
                                            'title' => '',
                                            'description' => 'The component type.',
                                            'enumValueTitles' => ['proxy' => 'proxy', 'mix_coordinator' => 'mix_coordinator', 'data' => 'data', 'query' => 'query', 'standalone' => 'standalone', 'index' => 'index'],
                                            'type' => 'string',
                                            'required' => true,
                                            'example' => 'standalone',
                                        ],
                                        'replica' => ['title' => '', 'description' => 'The number of replicas.', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '1'],
                                        'cuNum' => ['title' => '', 'description' => 'The number of compute units (CUs).', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '8'],
                                        'cuType' => ['title' => '', 'description' => 'The CU type.', 'type' => 'string', 'example' => 'general', 'required' => false],
                                        'diskSizeType' => [
                                            'title' => '',
                                            'description' => 'The disk size type for Query Node. Set this parameter to Large for storage-optimized instances. Set this parameter to Normal for compute-optimized and other instances.',
                                            'type' => 'string',
                                            'docRequired' => false,
                                            'enum' => ['Large', 'Normal'],
                                            'required' => false,
                                            'example' => 'Normal',
                                        ],
                                    ],
                                    'required' => false,
                                    'title' => '',
                                    'example' => '',
                                ],
                                'required' => false,
                                'example' => '',
                            ],
                            'tags' => [
                                'description' => 'The instance tags.',
                                'type' => 'array',
                                'items' => [
                                    'description' => 'The unique identifier of the tag.',
                                    'type' => 'object',
                                    'properties' => [
                                        'key' => ['description' => 'The tag key.', 'type' => 'string', 'required' => false, 'example' => 'key', 'title' => ''],
                                        'value' => ['description' => 'The tag value.', 'type' => 'string', 'required' => false, 'example' => 'value', 'title' => ''],
                                    ],
                                    'required' => false,
                                    'title' => '',
                                    'example' => '',
                                ],
                                'required' => false,
                                'title' => '',
                                'example' => '',
                            ],
                            'aiFunction' => ['description' => 'Specifies whether to enable the AI function.', 'type' => 'boolean', 'required' => false, 'title' => '', 'example' => ''],
                        ],
                        'required' => false,
                        'title' => '',
                        'example' => '',
                    ],
                ],
                [
                    'name' => 'clientToken',
                    'in' => 'query',
                    'schema' => ['description' => 'The client token that is used to ensure the idempotence of the request. You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length.', 'type' => 'string', 'required' => false, 'example' => 'xxx', 'title' => ''],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '', 'description' => 'The request ID.', 'type' => 'string', 'example' => 'ABCD-1234-5678-EFGH'],
                            'success' => ['title' => '', 'description' => 'Indicates whether the request was successful.', 'type' => 'boolean', 'example' => 'true'],
                            'data' => [
                                'description' => 'The returned result.',
                                'type' => 'object',
                                'properties' => [
                                    'instanceId' => ['description' => 'The instance ID.', 'type' => 'string', 'example' => 'c-xxx', 'title' => ''],
                                    'orderId' => ['description' => 'The order ID.', 'type' => 'string', 'example' => 'xxx', 'title' => ''],
                                ],
                                'title' => '',
                                'example' => '',
                            ],
                        ],
                        'description' => '',
                        'title' => '',
                        'example' => '',
                    ],
                ],
            ],
            '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' => 'Create a cluster instance',
            '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' => 'Deletes an instance.',
            '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' => ['description' => 'The region ID.', 'type' => 'string', 'example' => 'cn-beijing', 'title' => '', 'required' => false],
                ],
                [
                    'name' => 'instanceId',
                    'in' => 'query',
                    'schema' => ['description' => 'The instance ID.', 'type' => 'string', 'required' => true, 'example' => 'c-xxxx', 'title' => ''],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['description' => 'The unique request ID.', 'type' => 'string', 'example' => 'ABCD-1234-5678-EFGH', 'title' => ''],
                            'success' => ['description' => 'Indicates whether the request was successful.', 'type' => 'boolean', 'example' => 'true', 'title' => ''],
                            'instanceId' => ['description' => 'The instance ID.', 'type' => 'string', 'example' => 'c-xxxx', 'title' => ''],
                            'orderId' => ['description' => 'The order ID.', 'type' => 'string', 'example' => '123456', 'title' => ''],
                        ],
                        'description' => '',
                        'title' => '',
                        'example' => '',
                    ],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'title' => 'DeleteInstance',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [],
            ],
            'ramActions' => [
                [
                    'operationType' => 'delete',
                    'ramAction' => [
                        'action' => 'milvus:DeleteInstance',
                        '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  \\"instanceId\\": \\"c-xxxx\\",\\n  \\"orderId\\": \\"123456\\"\\n}","type":"json"}]',
        ],
        'DescribeAccessControlList' => [
            'summary' => 'Get the public IP address whitelist of a Milvus instance.',
            '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' => ['description' => 'The ID of the instance.', 'type' => 'string', 'required' => false, 'example' => 'c-123xxx', 'title' => ''],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'HttpStatusCode' => ['description' => 'The HTTP status code.', 'type' => 'integer', 'format' => 'int32', 'example' => '200', 'title' => ''],
                            'RequestId' => ['description' => 'The ID of the request.', 'type' => 'string', 'example' => 'ABCD-1234-5678-EFGH', 'title' => ''],
                            'Success' => ['description' => 'Indicates whether the request was successful.', 'type' => 'boolean', 'example' => 'true', 'title' => ''],
                            'ErrorCode' => ['description' => 'The error code returned.', 'type' => 'string', 'example' => 'Instance.NotFound', 'title' => ''],
                            'ErrMessage' => ['description' => 'The error message.', 'type' => 'string', 'example' => 'Failed to find instance c-123xxx', 'title' => ''],
                            'Data' => [
                                'title' => '',
                                'description' => 'The returned result.',
                                'type' => 'object',
                                'properties' => [
                                    'AclId' => ['description' => 'AclId for public network access control.', 'type' => 'string', 'example' => 'acl-xxxx', 'title' => ''],
                                    'Cidr' => [
                                        'title' => '',
                                        'description' => 'The CIDR blocks.',
                                        'type' => 'array',
                                        'items' => ['description' => 'The IP address segment.', 'type' => 'string', 'example' => '192.168.**.**', 'title' => ''],
                                        'example' => '',
                                    ],
                                ],
                                'example' => '',
                            ],
                            'AccessDeniedDetail' => ['description' => 'The detailed information about the failed permission verification.', 'type' => 'string', 'example' => '{     "PolicyType": "AccountLevelIdentityBasedPolicy",     "AuthPrincipalOwnerId": "xxxx",     "EncodedDiagnosticMessage": "xxxx",     "AuthPrincipalType": "SubUser",     "AuthPrincipalDisplayName": "xxxx",     "NoPermissionType": "ImplicitDeny",     "AuthAction": "milvus:xxxx" }', 'title' => ''],
                        ],
                        'description' => 'The response parameters.',
                        'title' => '',
                        'example' => '',
                    ],
                ],
            ],
            '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' => 'DescribeAccessControlList',
            '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' => 'Get information about the custom configuration of each component of 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' => ['description' => 'The ID of the instance.', 'type' => 'string', 'required' => true, 'example' => 'c-123xxx', 'title' => ''],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'HttpStatusCode' => ['description' => 'The HTTP status code.', 'type' => 'integer', 'format' => 'int32', 'example' => '200', 'title' => ''],
                            'RequestId' => ['description' => 'The ID of the request.', 'type' => 'string', 'example' => 'ABCD-1234-5678-EFGH', 'title' => ''],
                            'Success' => ['description' => 'Indicates whether the request was successful.', 'type' => 'boolean', 'example' => 'true', 'default' => 'true', 'title' => ''],
                            'ErrCode' => ['description' => 'The error code returned.', 'type' => 'string', 'example' => 'Instance.NotFound', 'title' => ''],
                            'ErrMessage' => ['description' => 'The error message.', 'type' => 'string', 'example' => 'Failed to find instance c-123xxx.', 'title' => ''],
                            'Data' => ['description' => 'The returned result.', 'type' => 'string', 'format' => 'byte', 'example' => 'dataCoord:\\n  enableCompaction: true', 'title' => ''],
                            'AccessDeniedDetail' => ['description' => 'The detailed information about the failed permission verification.', 'type' => 'string', 'example' => '{     "PolicyType": "AccountLevelIdentityBasedPolicy",     "AuthPrincipalOwnerId": "xxxx",     "EncodedDiagnosticMessage": "xxxx",     "AuthPrincipalType": "SubUser",     "AuthPrincipalDisplayName": "xxxx",     "NoPermissionType": "ImplicitDeny",     "AuthAction": "milvus:xxxx" }', 'title' => ''],
                        ],
                        'description' => 'The response parameters.',
                        'title' => '',
                        'example' => '',
                    ],
                ],
            ],
            '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' => 'DescribeInstanceConfigs',
            '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' => ['description' => 'The region ID.', 'type' => 'string', 'example' => 'cn-beijing', 'title' => '', 'required' => false],
                ],
                [
                    'name' => 'instanceId',
                    'in' => 'query',
                    'schema' => ['description' => 'The instance ID.', 'type' => 'string', 'required' => true, 'example' => 'c-xxxx', 'title' => ''],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['description' => 'The unique request ID.', 'type' => 'string', 'example' => 'ABCD-1234-5678-EFGH', 'title' => ''],
                            'success' => ['description' => 'Indicates whether the request was successful.', 'type' => 'boolean', 'example' => 'true', 'title' => ''],
                            'instance' => ['description' => 'The details of the instance.', '$ref' => '#/components/schemas/InstanceDetail', 'title' => '', 'example' => ''],
                        ],
                        'description' => '',
                        'title' => '',
                        'example' => '',
                    ],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'title' => 'GetInstance',
            'summary' => 'Retrieves the details of an instance.',
            '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        \\"payType\\": \\"\\"\\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' => ['description' => 'The instance ID.', 'type' => 'string', 'example' => 'c-123xxx', 'title' => '', 'required' => false],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'HttpStatusCode' => ['description' => 'The HTTP status code.', 'type' => 'integer', 'format' => 'int32', 'example' => '200', 'title' => ''],
                            'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => 'ABCD-1234-5678-EFGH', 'title' => ''],
                            'Success' => ['description' => 'Indicates whether the request was successful.', 'type' => 'boolean', 'example' => 'true', 'title' => ''],
                            'ErrCode' => ['description' => 'The error code.', 'type' => 'string', 'example' => 'Instance.NotFound', 'title' => ''],
                            'ErrMessage' => ['description' => 'The error message.', 'type' => 'string', 'example' => 'Failed to find instance c-123xxx', 'title' => ''],
                            'Data' => [
                                'title' => '',
                                'description' => 'The returned data.',
                                'type' => 'object',
                                'properties' => [
                                    'InstanceId' => ['description' => 'The instance ID.', 'type' => 'string', 'example' => 'c-123xxx', 'title' => ''],
                                    'BeginTime' => ['description' => 'The creation time of the instance, represented as a Unix timestamp in milliseconds.', 'type' => 'integer', 'format' => 'int64', 'example' => '1716863508000', 'title' => ''],
                                    'RunningTime' => ['description' => 'The runtime of the instance, in milliseconds.', 'type' => 'integer', 'format' => 'int64', 'example' => '1743679', 'title' => ''],
                                    'ExpireTime' => ['description' => 'The expiration time of the instance, represented as a Unix timestamp in milliseconds.', 'type' => 'integer', 'format' => 'int64', 'example' => '1721664000000', 'title' => ''],
                                    'RegionId' => ['description' => 'The ID of the region where the instance is located.', 'type' => 'string', 'example' => 'cn-beijing', 'title' => ''],
                                    'ZoneId' => ['description' => 'The ID of the availability zone where the instance is located.', 'type' => 'string', 'example' => 'cn-beijing-g', 'title' => ''],
                                    'InstanceStatus' => ['description' => 'The instance status. Possible values:'."\n"
                                        ."\n"
                                        .'- `creating`: The instance is being created.'."\n"
                                        ."\n"
                                        .'- `running`: The instance is running.'."\n"
                                        ."\n"
                                        .'- `updating`: The instance is being updated. This can occur during operations such as cluster scaling, configuration changes, or enabling/disabling the public endpoint.'."\n"
                                        ."\n"
                                        .'- `disable`: The instance is unavailable because it has expired. You must renew the instance to reactivate it.'."\n"
                                        ."\n"
                                        .'- `deleting`: The instance is being deleted.'."\n"
                                        ."\n"
                                        .'- `deleted`: The instance is deleted.', 'type' => 'string', 'example' => 'running', 'title' => ''],
                                    'PackageType' => ['description' => 'The instance edition. Possible values:'."\n"
                                        ."\n"
                                        .'- `trial`: Starter edition.'."\n"
                                        ."\n"
                                        .'- `standard`: Standard edition.', 'type' => 'string', 'example' => 'standard', 'title' => ''],
                                    'ClusterInfo' => [
                                        'title' => '',
                                        'description' => 'The instance details.',
                                        'type' => 'object',
                                        'properties' => [
                                            'MilvusResourceInfoList' => [
                                                'title' => '',
                                                'description' => 'A list of resource details for each component in the instance.',
                                                'type' => 'array',
                                                'items' => [
                                                    'type' => 'object',
                                                    'properties' => [
                                                        'ComponentType' => ['description' => 'The component type. Possible values:'."\n"
                                                            ."\n"
                                                            .'- `standalone`'."\n"
                                                            ."\n"
                                                            .'- `proxy`'."\n"
                                                            ."\n"
                                                            .'- `mix_coordinator`'."\n"
                                                            ."\n"
                                                            .'- `query`'."\n"
                                                            ."\n"
                                                            .'- `index`'."\n"
                                                            ."\n"
                                                            .'- `data`', 'type' => 'string', 'example' => 'standalone', 'title' => ''],
                                                        'CuNum' => ['description' => 'The number of CUs.', 'type' => 'integer', 'format' => 'int32', 'example' => '8', 'title' => ''],
                                                        'CuRatio' => ['description' => 'The CU specification, which defines the ratio of CPU cores to memory. Possible values:'."\n"
                                                            ."\n"
                                                            .'- `4`: 1 core to 4 GB of memory.'."\n"
                                                            ."\n"
                                                            .'- `8`: 1 core to 8 GB of memory.', 'type' => 'integer', 'format' => 'int32', 'example' => '4', 'title' => ''],
                                                        'Replica' => ['description' => 'The number of replicas.', 'type' => 'integer', 'format' => 'int32', 'example' => '2', 'title' => ''],
                                                        'DiskSize' => ['description' => 'The disk size, in GB.', 'type' => 'integer', 'format' => 'int32', 'example' => '100', 'title' => ''],
                                                        'DiskType' => ['description' => 'The disk type.', 'type' => 'string', 'example' => 'essd', 'title' => ''],
                                                        'ZoneId' => ['description' => 'The ID of the availability zone for this component.', 'type' => 'string', 'title' => '', 'example' => ''],
                                                        'PayType' => ['description' => 'The billing method for this component.', 'type' => 'string', 'title' => '', 'example' => ''],
                                                    ],
                                                    'description' => 'A resource object for a component.',
                                                    'title' => '',
                                                    'example' => '',
                                                ],
                                                'example' => '',
                                            ],
                                            'IntranetUrl' => ['description' => 'The internal endpoint.', 'type' => 'string', 'example' => 'c-123xxx-internal.milvus.aliyuncs.com', 'title' => ''],
                                            'InternetUrl' => ['description' => 'The public endpoint.', 'type' => 'string', 'example' => 'c-123xxx-.milvus.aliyuncs.com', 'title' => ''],
                                            'TotalCuNum' => ['description' => 'The total number of CUs.', 'type' => 'integer', 'format' => 'int32', 'example' => '24', 'title' => ''],
                                            'TotalDiskSize' => ['description' => 'The total disk size, in GB.', 'type' => 'integer', 'format' => 'int32', 'example' => '500', 'title' => ''],
                                            'ProxyPort' => ['description' => 'The port of the proxy component.', 'type' => 'integer', 'format' => 'int32', 'example' => '19530', 'title' => ''],
                                            'AttuPort' => ['description' => 'The port of the Attu component.', 'type' => 'integer', 'format' => 'int32', 'example' => '3000', 'title' => ''],
                                            'OssStorageTimestamp' => ['description' => 'The time the OSS storage metric was recorded, represented as a Unix timestamp in milliseconds.', 'type' => 'integer', 'format' => 'int64', 'example' => '1718604000000', 'title' => ''],
                                            'OssStorageSize' => ['description' => 'The size of data stored in Object Storage Service (OSS), in GB.', 'type' => 'string', 'example' => '125.15 GB', 'title' => ''],
                                        ],
                                        'example' => '',
                                    ],
                                    'VpcId' => ['description' => 'The VPC ID.', 'type' => 'string', 'example' => 'vpc-123xxx', 'title' => ''],
                                    'VswId' => ['description' => 'The vSwitch ID.', 'type' => 'string', 'example' => 'vsw-123xxx', 'title' => ''],
                                    'SgId' => ['description' => 'The security group ID.', 'type' => 'string', 'example' => 'sg-123xxx', 'title' => ''],
                                    'OpenPublicNet' => ['description' => 'Indicates whether the public endpoint is enabled.', 'type' => 'boolean', 'example' => 'true', 'title' => ''],
                                    'ClusterName' => ['description' => 'The instance name.', 'type' => 'string', 'example' => 'aliyun-test', 'title' => ''],
                                    'PayType' => ['description' => 'The billing method. Possible values:'."\n"
                                        ."\n"
                                        .'- `0`: Pay-as-you-go.'."\n"
                                        ."\n"
                                        .'- `1`: Subscription.', 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''],
                                    'BucketName' => ['description' => 'The OSS bucket name.', 'type' => 'string', 'example' => 'milvus-test', 'title' => ''],
                                    'BucketPath' => ['description' => 'The path to the data within the OSS 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', 'title' => ''],
                                    'Version' => ['description' => 'The Milvus version.', 'type' => 'string', 'example' => '2.4', 'title' => ''],
                                    'AclId' => ['description' => 'The ID of the access control list (ACL) for the public endpoint.', 'type' => 'string', 'example' => 'acl-123xxx', 'title' => ''],
                                    'UserConfig' => ['description' => 'The custom configurations for the instance.', 'type' => 'string', 'example' => 'dataCoord:\\n  segment:\\n    maxSize: 1024', 'title' => ''],
                                    'TemplateVersion' => ['description' => 'The software stack version.', 'type' => 'string', 'example' => '2.4.1-1.0-0.0.1', 'title' => ''],
                                    'ProductCode' => ['description' => 'The product code.', 'type' => 'string', 'example' => 'milvus_milvuspre_public_cn', 'title' => ''],
                                    'ResourceGroupId' => ['description' => 'The resource group ID.', 'type' => 'string', 'example' => 'rg-123xxx', 'title' => ''],
                                    'MeasureConfig' => [
                                        'description' => 'The resource allocation for each node type.',
                                        'type' => 'object',
                                        'properties' => [
                                            'ProxyNodeCuNum' => ['description' => 'The number of CUs for each proxy node.', 'type' => 'integer', 'format' => 'int32', 'example' => '4', 'title' => ''],
                                            'IndexNodeCuNum' => ['description' => 'The number of CUs for each index node.', 'type' => 'integer', 'format' => 'int32', 'example' => '4', 'title' => ''],
                                            'QueryNodeCuNum' => ['description' => 'The number of CUs for each query node.', 'type' => 'integer', 'format' => 'int32', 'example' => '4', 'title' => ''],
                                            'DataNodeCuNum' => ['description' => 'The number of CUs for each data node.', 'type' => 'integer', 'format' => 'int32', 'example' => '4', 'title' => ''],
                                            'MixCoodinatorNodeCuNum' => ['description' => 'The number of CUs for each mix-coordinator node.', 'type' => 'integer', 'format' => 'int32', 'example' => '4', 'title' => ''],
                                            'IndexNodeReplica' => ['description' => 'The number of replicas for index nodes.', 'type' => 'integer', 'format' => 'int32', 'example' => '2', 'title' => ''],
                                            'QueryNodeReplica' => ['description' => 'The number of replicas for query nodes.', 'type' => 'integer', 'format' => 'int32', 'example' => '2', 'title' => ''],
                                            'DataNodeReplica' => ['description' => 'The number of replicas for data nodes.', 'type' => 'integer', 'format' => 'int32', 'example' => '2', 'title' => ''],
                                            'MixCoodinatorNodeReplica' => ['description' => 'The number of replicas for mix-coordinator nodes.', 'type' => 'integer', 'format' => 'int32', 'example' => '2', 'title' => ''],
                                            'ProxyNodeReplica' => ['description' => 'The number of replicas for proxy nodes.', 'type' => 'integer', 'format' => 'int32', 'example' => '2', 'title' => ''],
                                        ],
                                        'title' => '',
                                        'example' => '',
                                    ],
                                    'EnableHa' => ['description' => 'Indicates whether high availability (HA) is enabled.', 'type' => 'boolean', 'example' => 'true', 'title' => ''],
                                    'NodeType' => ['description' => 'The node type. Possible values:'."\n"
                                        ."\n"
                                        .'- `perf`: Compute-optimized.'."\n"
                                        ."\n"
                                        .'- `cap`: Storage-optimized.', 'type' => 'string', 'example' => 'perf', 'title' => ''],
                                    'Tags' => [
                                        'description' => 'The tags that are attached to the instance.',
                                        'type' => 'array',
                                        'items' => [
                                            'description' => 'A tag object.',
                                            'type' => 'object',
                                            'properties' => [
                                                'Key' => ['description' => 'The key of the tag.', 'type' => 'string', 'example' => 'key1', 'title' => ''],
                                                'Value' => ['description' => 'The value of the tag.', 'type' => 'string', 'example' => 'value1', 'title' => ''],
                                            ],
                                            'title' => '',
                                            'example' => '',
                                        ],
                                        'title' => '',
                                        'example' => '',
                                    ],
                                    'Encrypted' => ['description' => 'Indicates whether disk encryption with Key Management Service (KMS) is enabled.', 'type' => 'string', 'title' => '', 'example' => ''],
                                    'KmsKeyId' => ['description' => 'The ID of the key from Key Management Service (KMS) used for disk encryption. This parameter is returned only when disk encryption is enabled.', 'type' => 'string', 'title' => '', 'example' => ''],
                                    'MultiZoneMode' => ['description' => 'The deployment mode for a multi-zone instance. This parameter is returned only when high availability is enabled across multiple availability zones.', 'type' => 'string', 'title' => '', 'example' => ''],
                                    'HighAvailability' => [
                                        'type' => 'object',
                                        'properties' => [
                                            'Mode' => ['description' => 'The high availability mode. A common value is `Multi-zone`.', 'type' => 'string', 'title' => '', 'example' => ''],
                                            'PrimaryZoneId' => ['description' => 'The ID of the primary availability zone in an HA setup.', 'type' => 'string', 'title' => '', 'example' => ''],
                                            'SecondaryZoneId' => ['description' => 'The ID of the secondary availability zone in an HA setup.', 'type' => 'string', 'title' => '', 'example' => ''],
                                            'CurrentActiveAZ' => ['description' => 'The availability zone that is currently active.', 'type' => 'string', 'title' => '', 'example' => ''],
                                        ],
                                        'description' => 'Details about the high availability (HA) configuration.',
                                        'title' => '',
                                        'example' => '',
                                    ],
                                    'VSwitches' => [
                                        'type' => 'array',
                                        'items' => [
                                            'type' => 'object',
                                            'properties' => [
                                                'VswId' => ['description' => 'The ID of the vSwitch.', 'type' => 'string', 'title' => '', 'example' => ''],
                                                'ZoneId' => ['description' => 'The ID of the availability zone where the vSwitch is located.', 'type' => 'string', 'title' => '', 'example' => ''],
                                            ],
                                            'description' => 'A vSwitch object.',
                                            'title' => '',
                                            'example' => '',
                                        ],
                                        'description' => 'A list of vSwitches associated with the instance, typically used in a multi-zone deployment.',
                                        'title' => '',
                                        'example' => '',
                                    ],
                                    'MaintainablePeriod' => ['description' => 'The maintenance window for the instance. The format is `HH:mmZ-HH:mmZ`.', 'type' => 'string', 'title' => '', 'example' => ''],
                                ],
                                'example' => '',
                            ],
                            'AccessDeniedDetail' => ['description' => 'The details about the access denial.', 'type' => 'string', 'example' => '{     "PolicyType": "AccountLevelIdentityBasedPolicy",     "AuthPrincipalOwnerId": "xxxx",     "EncodedDiagnosticMessage": "xxxx",     "AuthPrincipalType": "SubUser",     "AuthPrincipalDisplayName": "xxxx",     "NoPermissionType": "ImplicitDeny",     "AuthAction": "milvus:xxxx" }', 'title' => ''],
                        ],
                        'description' => 'The response object.',
                        'title' => '',
                        'example' => '',
                    ],
                ],
            ],
            'title' => 'GetInstanceDetail',
            'summary' => 'Retrieves the details of a specific instance.',
            'changeSet' => [
                ['createdAt' => '2025-03-19T10:02:04.000Z', 'description' => 'Response parameters changed'],
                ['createdAt' => '2024-12-24T07:52:38.000Z', 'description' => 'Response parameters changed'],
                ['createdAt' => '2024-12-02T11:43:30.000Z', 'description' => 'Response parameters changed'],
                ['createdAt' => '2024-08-28T06:24:31.000Z', 'description' => 'Response parameters changed'],
                ['createdAt' => '2024-06-25T02:00:10.000Z', 'description' => 'Response parameters changed'],
            ],
            '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' => 'The instance ID.', 'type' => 'string', 'required' => false, 'example' => 'c-123xxx', 'title' => ''],
                ],
                [
                    'name' => 'regionId',
                    'in' => 'query',
                    'schema' => ['description' => 'The region ID.', 'type' => 'string', 'required' => false, 'example' => 'cn-beijing', 'title' => ''],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'accessDeniedDetail' => ['description' => 'Details about the access denial. Returned only for requests denied due to insufficient RAM permissions.', 'type' => 'string', 'example' => 'None', 'title' => ''],
                            'requestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '66A13C31-473A-5B3A-8974-0B07A40649CF', 'title' => ''],
                            'httpStatusCode' => ['description' => 'The HTTP status code.', 'type' => 'integer', 'format' => 'int64', 'example' => '200', 'title' => ''],
                            'data' => [
                                'type' => 'array',
                                'items' => [
                                    'type' => 'object',
                                    'properties' => [
                                        'cidrs' => [
                                            'type' => 'array',
                                            'items' => ['description' => 'A CIDR block.', 'type' => 'string', 'example' => '140.205.11.0/24,140.205.11.2', 'title' => ''],
                                            'description' => 'The CIDR blocks in the group.',
                                            'title' => '',
                                            'example' => '',
                                        ],
                                        'createTime' => ['description' => 'The timestamp of the group\'s creation.', 'type' => 'string', 'example' => '2022-10-17T13:53:27Z', 'title' => ''],
                                        'groupName' => ['description' => 'The group name.', 'type' => 'string', 'example' => 'test', 'title' => ''],
                                        'id' => ['description' => 'The group ID.', 'type' => 'integer', 'format' => 'int64', 'example' => '376774', 'title' => ''],
                                        'instanceId' => ['description' => 'The instance ID.', 'type' => 'string', 'example' => 'c-xxx', 'title' => ''],
                                        'uid' => ['description' => 'The ID of the Alibaba Cloud account. This parameter is read-only.', 'type' => 'integer', 'format' => 'int64', 'example' => '50832118', 'title' => ''],
                                    ],
                                    'description' => 'An ACL group.',
                                    'title' => '',
                                    'example' => '',
                                ],
                                'description' => 'The response data.',
                                'title' => '',
                                'example' => '',
                            ],
                        ],
                        'description' => '',
                        'title' => '',
                        'example' => '',
                    ],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'title' => 'ListAclGroups',
            'summary' => 'Retrieves one or more access control list (ACL) groups.',
            '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' => 'Retrieves a list of Milvus instances in the current account.',
            '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' => ['description' => 'The instance name.', 'type' => 'string', 'required' => false, 'example' => 'milvus-test', 'title' => ''],
                ],
                [
                    'name' => 'ClusterId',
                    'in' => 'query',
                    'schema' => ['description' => 'The instance ID.', 'type' => 'string', 'required' => false, 'example' => 'c-123xxx', 'title' => ''],
                ],
                [
                    'name' => 'PageNumber',
                    'in' => 'query',
                    'schema' => ['description' => 'The page number.', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '10000', 'minimum' => '1', 'example' => '1', 'default' => '1', 'title' => ''],
                ],
                [
                    'name' => 'PageSize',
                    'in' => 'query',
                    'schema' => ['description' => 'The page size.', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '100000', 'minimum' => '1', 'example' => '10', 'default' => '10', 'title' => ''],
                ],
                [
                    'name' => 'RegionId',
                    'in' => 'query',
                    'schema' => ['description' => 'The region ID.', 'type' => 'string', 'example' => 'cn-beijing', 'title' => '', 'required' => false],
                ],
                [
                    'name' => 'ResourceGroupId',
                    'in' => 'query',
                    'schema' => ['description' => 'The resource group ID.', 'type' => 'string', 'example' => 'rg-123xxx', 'title' => '', 'required' => false],
                ],
                [
                    'name' => 'Tag',
                    'in' => 'query',
                    'style' => 'json',
                    'schema' => [
                        'description' => 'The tags used to filter instances.',
                        'type' => 'array',
                        'items' => [
                            'description' => 'A tag object.',
                            'type' => 'object',
                            'properties' => [
                                'Key' => ['description' => 'The tag key.', 'type' => 'string', 'required' => false, 'example' => 'key1', 'title' => ''],
                                'Value' => ['description' => 'The tag value.', 'type' => 'string', 'required' => false, 'example' => 'value1', 'title' => ''],
                            ],
                            'required' => false,
                            'title' => '',
                            'example' => '',
                        ],
                        'required' => false,
                        'title' => '',
                        'example' => '',
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'HttpStatusCode' => ['description' => 'The HTTP status code.', 'type' => 'integer', 'format' => 'int32', 'example' => '200', 'title' => ''],
                            'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => 'ABCD-1234-5678-EFGH', 'title' => ''],
                            'Success' => ['description' => 'Indicates whether the request was successful.', 'type' => 'boolean', 'example' => 'true', 'title' => ''],
                            'ErrCode' => ['description' => 'The error code.', 'type' => 'string', 'example' => 'Instance.NotFound', 'title' => ''],
                            'ErrMessage' => ['description' => 'The error message.', 'type' => 'string', 'example' => 'Failed to find instance c-123xxx', 'title' => ''],
                            'Data' => [
                                'title' => '',
                                'description' => 'An array of instance objects.',
                                'type' => 'array',
                                'items' => [
                                    'type' => 'object',
                                    'properties' => [
                                        'InstanceId' => ['description' => 'The instance ID.', 'type' => 'string', 'example' => 'c-123xxx', 'title' => ''],
                                        'BeginTime' => ['description' => 'The creation time of the instance.', 'type' => 'integer', 'format' => 'int64', 'example' => '1718608505000', 'title' => ''],
                                        'RunningTime' => ['description' => 'The duration the instance has been running.', 'type' => 'integer', 'format' => 'int32', 'example' => '536611', 'title' => ''],
                                        'ExpireTime' => ['description' => 'The expiration time of the instance.', 'type' => 'integer', 'format' => 'int64', 'example' => '1721232000000', 'title' => ''],
                                        'RegionId' => ['description' => 'The region ID.', 'type' => 'string', 'example' => 'cn-beijing', 'title' => ''],
                                        'ZoneId' => ['description' => 'The zone ID.', 'type' => 'string', 'example' => 'cn-beijing-g', 'title' => ''],
                                        'InstanceStatus' => ['description' => 'The instance status. Valid values:'."\n"
                                            ."\n"
                                            .'- `creating`: The instance is being created.'."\n"
                                            ."\n"
                                            .'- `running`: The instance is running.'."\n"
                                            ."\n"
                                            .'- `updating`: The instance is being updated. This includes scaling the instance, changing configurations, or modifying public network access.'."\n"
                                            ."\n"
                                            .'- `disable`: The instance is unavailable because it has expired and requires renewal.'."\n"
                                            ."\n"
                                            .'- `deleting`: The instance is being deleted.'."\n"
                                            ."\n"
                                            .'- `deleted`: The instance has been deleted.', 'type' => 'string', 'example' => 'running', 'title' => ''],
                                        'ClusterName' => ['description' => 'The instance name.', 'type' => 'string', 'example' => 'milvus-test', 'title' => ''],
                                        'PackageType' => ['description' => 'The instance edition. Valid values:'."\n"
                                            ."\n"
                                            .'- `trial`: Trial Edition.'."\n"
                                            ."\n"
                                            .'- `standard`: Standard Edition.', 'type' => 'string', 'example' => 'trial', 'title' => ''],
                                        'ClusterInfo' => [
                                            'title' => '',
                                            'description' => 'The instance details.',
                                            'type' => 'object',
                                            'properties' => [
                                                'MilvusResourceInfoList' => [
                                                    'title' => '',
                                                    'description' => 'A list of resource details for the instance\'s components.',
                                                    'type' => 'array',
                                                    'items' => [
                                                        'type' => 'object',
                                                        'properties' => [
                                                            'ComponentType' => ['description' => 'The component type. Valid values:'."\n"
                                                                ."\n"
                                                                .'- `standalone`'."\n"
                                                                ."\n"
                                                                .'- `proxy`'."\n"
                                                                ."\n"
                                                                .'- `mix_coordinator`'."\n"
                                                                ."\n"
                                                                .'- `query`'."\n"
                                                                ."\n"
                                                                .'- `index`'."\n"
                                                                ."\n"
                                                                .'- `data`', 'type' => 'string', 'example' => 'standalone', 'title' => ''],
                                                            'CuNum' => ['description' => 'The number of CUs.', 'type' => 'integer', 'format' => 'int32', 'example' => '16', 'title' => ''],
                                                            'Replica' => ['description' => 'The number of replicas.', 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''],
                                                            'DiskSize' => ['description' => 'The disk size in GB.', 'type' => 'integer', 'format' => 'int32', 'example' => '100', 'title' => ''],
                                                            'DiskType' => ['description' => 'The disk type.', 'type' => 'string', 'example' => 'essd', 'title' => ''],
                                                        ],
                                                        'description' => 'The details of each Milvus resource.',
                                                        'title' => '',
                                                        'example' => '',
                                                    ],
                                                    'example' => '',
                                                ],
                                                'IntranetUrl' => ['description' => 'The internal endpoint.', 'type' => 'string', 'example' => 'c-123xxx-internal.milvus.aliyuncs.com', 'title' => ''],
                                                'InternetUrl' => ['description' => 'The public endpoint.', 'type' => 'string', 'example' => 'c-123xxx.milvus.aliyuncs.com', 'title' => ''],
                                                'TotalCuNum' => ['description' => 'The total number of CUs.', 'type' => 'integer', 'format' => 'int32', 'example' => '24', 'title' => ''],
                                                'TotalDiskSize' => ['description' => 'The total disk size in GB.', 'type' => 'integer', 'format' => 'int32', 'example' => '500', 'title' => ''],
                                                'ProxyPort' => ['description' => 'The proxy port.', 'type' => 'integer', 'format' => 'int32', 'example' => '19530', 'title' => ''],
                                                'AttuPort' => ['description' => 'The Attu port.', 'type' => 'integer', 'format' => 'int32', 'example' => '3000', 'title' => ''],
                                            ],
                                            'example' => '',
                                        ],
                                        'VpcId' => ['description' => 'The VPC ID.', 'type' => 'string', 'example' => 'vpc-123xxx', 'title' => ''],
                                        'VswId' => ['description' => 'The vSwitch ID.', 'type' => 'string', 'example' => 'vsw-123xxx', 'title' => ''],
                                        'SgId' => ['description' => 'The security group ID.', 'type' => 'string', 'example' => 'sg-123xxx', 'title' => ''],
                                        'OpenPublicNet' => ['description' => 'Indicates whether public network access is enabled.', 'type' => 'boolean', 'example' => 'true', 'title' => ''],
                                        'PayType' => ['description' => 'The billing method. Valid values:'."\n"
                                            ."\n"
                                            .'- `0`: pay-as-you-go.'."\n"
                                            ."\n"
                                            .'- `1`: subscription.', 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''],
                                        'ProductCode' => ['description' => 'The product code.', 'type' => 'string', 'example' => 'milvus_milvuspre_public_cn', 'title' => ''],
                                        'ResourceGroupId' => ['description' => 'The resource group ID.', 'type' => 'string', 'example' => 'rg-123xxx', 'title' => ''],
                                        'NodeType' => ['description' => 'The node type.', 'type' => 'string', 'example' => 'perf', 'title' => ''],
                                        'AutoBackup' => ['description' => 'Indicates whether automatic backup is enabled.', 'type' => 'boolean', 'example' => 'true', 'title' => ''],
                                        'Tags' => [
                                            'description' => 'The tags attached to the instance.',
                                            'type' => 'array',
                                            'items' => [
                                                'description' => 'A key-value pair that represents a tag.',
                                                'type' => 'object',
                                                'properties' => [
                                                    'Key' => ['description' => 'The tag key.', 'type' => 'string', 'example' => 'key1', 'title' => ''],
                                                    'Value' => ['description' => 'The tag value.', 'type' => 'string', 'example' => 'value1', 'title' => ''],
                                                ],
                                                'title' => '',
                                                'example' => '',
                                            ],
                                            'title' => '',
                                            'example' => '',
                                        ],
                                        'Version' => ['description' => 'The instance version.', 'type' => 'string', 'title' => '', 'example' => ''],
                                        'TemplateVersion' => ['description' => 'The template version.', 'type' => 'string', 'title' => '', 'example' => ''],
                                    ],
                                    'description' => 'The details of each instance.',
                                    'title' => '',
                                    'example' => '',
                                ],
                                'example' => '',
                            ],
                            'Total' => ['description' => 'The total number of instances found.', 'type' => 'integer', 'format' => 'int32', 'example' => '15', 'title' => ''],
                            'AccessDeniedDetail' => ['description' => 'Details for an access denial error.', 'type' => 'string', 'example' => '{     "PolicyType": "AccountLevelIdentityBasedPolicy",     "AuthPrincipalOwnerId": "xxxx",     "EncodedDiagnosticMessage": "xxxx",     "AuthPrincipalType": "SubUser",     "AuthPrincipalDisplayName": "xxxx",     "NoPermissionType": "ImplicitDeny",     "AuthAction": "milvus:xxxx" }', 'title' => ''],
                        ],
                        'description' => 'The response parameters.',
                        'title' => '',
                        'example' => '',
                    ],
                ],
            ],
            'title' => 'ListInstances',
            'changeSet' => [
                ['createdAt' => '2025-03-19T10:02:04.000Z', 'description' => 'Request parameters changed, Response parameters changed'],
                ['createdAt' => '2025-02-26T07:01:03.000Z', 'description' => 'Response parameters changed'],
                ['createdAt' => '2024-12-24T07:52:38.000Z', 'description' => 'Response parameters changed'],
                ['createdAt' => '2024-08-28T06:24:31.000Z', 'description' => 'Request parameters changed, Response parameters changed'],
                ['createdAt' => '2024-06-25T02:00:10.000Z', 'description' => 'Response parameters changed'],
            ],
            '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' => 'All Resource', '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' => ['description' => 'The region ID.', 'type' => 'string', 'example' => 'cn-beijing', 'title' => '', 'required' => false],
                ],
                [
                    'name' => 'instanceName',
                    'in' => 'query',
                    'schema' => ['description' => 'The cluster name.', 'type' => 'string', 'required' => false, 'example' => 'milvus-test', 'title' => ''],
                ],
                [
                    'name' => 'instanceId',
                    'in' => 'query',
                    'schema' => ['description' => 'The cluster ID.', 'type' => 'string', 'required' => false, 'example' => 'c-123xxx', 'title' => ''],
                ],
                [
                    'name' => 'pageNumber',
                    'in' => 'query',
                    'schema' => ['description' => 'The page number.', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '10000', 'minimum' => '1', 'example' => '1', 'default' => '1', 'title' => ''],
                ],
                [
                    'name' => 'pageSize',
                    'in' => 'query',
                    'schema' => ['description' => 'The number of entries per page.', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '100000', 'minimum' => '1', 'example' => '10', 'default' => '10', 'title' => ''],
                ],
                [
                    'name' => 'resourceGroupId',
                    'in' => 'query',
                    'schema' => ['description' => 'The resource group ID.', 'type' => 'string', 'example' => 'rg-123xxx', 'title' => '', 'required' => false],
                ],
                [
                    'name' => 'tag',
                    'in' => 'query',
                    'style' => 'json',
                    'schema' => [
                        'type' => 'array',
                        'items' => [
                            'type' => 'object',
                            'properties' => [
                                'key' => ['description' => 'The tag key.', 'type' => 'string', 'required' => false, 'example' => 'k1', 'title' => ''],
                                'value' => ['description' => 'The tag value.', 'type' => 'string', 'required' => false, 'example' => 'v1', 'title' => ''],
                            ],
                            'description' => 'A list of tags in JSON format.',
                            'required' => false,
                            'title' => '',
                            'example' => '',
                        ],
                        'description' => 'A list of tags in JSON format.',
                        'required' => false,
                        'title' => '',
                        'example' => '',
                    ],
                ],
                [
                    'name' => 'maxResults',
                    'in' => 'query',
                    'schema' => ['description' => 'The maximum number of records to return in a single request.', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '100', 'title' => ''],
                ],
                [
                    'name' => 'nextToken',
                    'in' => 'query',
                    'schema' => ['description' => 'The paging token for the next request. This is not yet available.', 'type' => 'string', 'required' => false, 'example' => 'None', 'title' => ''],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['description' => 'The unique ID of the request.', 'type' => 'string', 'example' => 'ABCD-1234-5678-EFGH', 'title' => ''],
                            'success' => ['description' => 'Indicates whether the request was successful.', 'type' => 'boolean', 'example' => 'true', 'title' => ''],
                            'total' => ['description' => 'The total number of entries.', 'type' => 'integer', 'format' => 'int32', 'example' => '15', 'title' => ''],
                            'instances' => [
                                'type' => 'array',
                                'items' => ['description' => 'The instance information.', '$ref' => '#/components/schemas/InstanceDetail', 'title' => '', 'example' => ''],
                                'title' => '',
                                'description' => 'A list of instances.',
                                'example' => '',
                            ],
                            'nextToken' => ['description' => 'The paging token. This is not yet available.', 'type' => 'string', 'example' => 'None', 'title' => ''],
                            'maxResults' => ['description' => 'The maximum number of records returned.', 'type' => 'integer', 'format' => 'int32', 'example' => '20', 'title' => ''],
                        ],
                        'description' => '',
                        'title' => '',
                        'example' => '',
                    ],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'title' => 'ListInstancesV2',
            'summary' => 'Searches for clusters by ID or name.',
            '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          \\"payType\\": \\"\\"\\n        }\\n      ]\\n    }\\n  ],\\n  \\"nextToken\\": \\"None\\",\\n  \\"maxResults\\": 20\\n}","type":"json"}]',
        ],
        'ModifyInstanceConfig' => [
            'summary' => 'Modifies the configuration parameters for Milvus components.',
            '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' => ['description' => 'The instance ID.', 'type' => 'string', 'required' => true, 'example' => 'c-123xxx', 'title' => ''],
                ],
                [
                    'name' => 'Reason',
                    'in' => 'query',
                    'schema' => ['description' => 'The reason for the modification.', 'type' => 'string', 'required' => true, 'example' => 'for test', 'title' => ''],
                ],
                [
                    'name' => 'UserConfig',
                    'in' => 'query',
                    'schema' => ['description' => 'The custom user configuration.', 'type' => 'string', 'example' => 'dataCoord:\\n  segment:\\n    maxSize: 1024', 'title' => '', 'required' => false],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'HttpStatusCode' => ['description' => 'The HTTP status code.', 'type' => 'integer', 'format' => 'int32', 'example' => '200', 'title' => ''],
                            'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => 'ABCD-1234-5678-EFGH', 'title' => ''],
                            'Success' => ['description' => 'Indicates whether the request was successful.', 'type' => 'boolean', 'example' => 'true', 'title' => ''],
                            'ErrCode' => ['description' => 'The error code.', 'type' => 'string', 'example' => 'Instance.NotFound', 'title' => ''],
                            'ErrMessage' => ['description' => 'The error message.', 'type' => 'string', 'example' => 'Failed to find instance c-123xxx', 'title' => ''],
                            'Data' => ['description' => 'The returned data.', 'type' => 'boolean', 'example' => 'true', 'title' => ''],
                            'AccessDeniedDetail' => ['description' => 'The details of the access denied error.', 'type' => 'string', 'example' => '{     "PolicyType": "AccountLevelIdentityBasedPolicy",     "AuthPrincipalOwnerId": "xxxx",     "EncodedDiagnosticMessage": "xxxx",     "AuthPrincipalType": "SubUser",     "AuthPrincipalDisplayName": "xxxx",     "NoPermissionType": "ImplicitDeny",     "AuthAction": "milvus:xxxx" }', 'title' => ''],
                        ],
                        'description' => 'The response parameters.',
                        'title' => '',
                        'example' => '',
                    ],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'title' => 'ModifyInstanceConfig',
            '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' => 'Adds tags to resources.',
            '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' => [
                        'type' => 'object',
                        'properties' => [
                            'ResourceType' => ['type' => 'string', 'required' => true, 'title' => '', 'description' => 'The resource type.', 'example' => 'instance'],
                            'RegionId' => ['type' => 'string', 'required' => true, 'title' => '', 'description' => 'The region ID.', 'example' => 'cn-zhangjiakou'],
                            'ResourceId' => [
                                'type' => 'array',
                                'items' => ['type' => 'string', 'description' => 'The ID of a resource.', 'required' => false, 'title' => '', 'example' => 'c-xx'],
                                'required' => true,
                                'title' => '',
                                'description' => 'The IDs of the resources. You can specify up to 50 resource IDs.',
                                'example' => '',
                            ],
                            'Tag' => [
                                'type' => 'array',
                                'items' => [
                                    'type' => 'object',
                                    'properties' => [
                                        'Key' => ['type' => 'string', 'title' => '', 'description' => 'The tag key.', 'required' => false, 'example' => 'k1'],
                                        'Value' => ['type' => 'string', 'title' => '', 'description' => 'The tag value.', 'required' => false, 'example' => 'v1'],
                                    ],
                                    'description' => 'The information about the tag.',
                                    'required' => false,
                                    'title' => '',
                                    'example' => '',
                                ],
                                'required' => true,
                                'title' => '',
                                'description' => 'The tags to add to the resources. You can add up to 20 tags.',
                                'example' => '',
                            ],
                        ],
                        'description' => 'The request body.',
                        'required' => false,
                        'title' => '',
                        'example' => '',
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['type' => 'string', 'title' => '', 'description' => 'The ID of the request.', 'example' => 'ABCD-1234-5678-EFGH'],
                        ],
                        'description' => '',
                        'title' => '',
                        'example' => '',
                    ],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'title' => 'TagResources',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [],
            ],
            'ramActions' => [],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"ABCD-1234-5678-EFGH\\"\\n}","type":"json"}]',
        ],
        'UnTagResources' => [
            'summary' => 'Remove resource tags.',
            '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' => ['type' => 'string', 'required' => true, 'title' => '', 'description' => 'The region ID.', 'example' => 'cn-beijing'],
                ],
                [
                    'name' => 'ResourceType',
                    'in' => 'query',
                    'schema' => ['type' => 'string', 'required' => true, 'title' => '', 'description' => 'The resource type.', 'example' => 'instance'],
                ],
                [
                    'name' => 'ResourceId',
                    'in' => 'query',
                    'style' => 'json',
                    'schema' => [
                        'type' => 'array',
                        'items' => ['type' => 'string', 'description' => 'The resource ID.', 'required' => false, 'title' => '', 'example' => 'c-xx'],
                        'required' => true,
                        'title' => '',
                        'description' => 'The resource IDs. A maximum of 50 resource IDs are supported.',
                        'example' => '',
                    ],
                ],
                [
                    'name' => 'TagKey',
                    'in' => 'query',
                    'style' => 'json',
                    'schema' => [
                        'type' => 'array',
                        'items' => ['type' => 'string', 'description' => 'A list of up to 20 tag keys for the resources.', 'required' => false, 'title' => '', 'example' => 'tk4'],
                        'title' => '',
                        'description' => 'The tag keys to remove. A maximum of 20 tag keys are supported.',
                        'required' => false,
                        'example' => '',
                    ],
                ],
                [
                    'name' => 'All',
                    'in' => 'query',
                    'schema' => ['type' => 'boolean', 'required' => false, 'default' => 'false', 'title' => '', 'description' => 'Specifies whether to remove all tags from the resources. This parameter takes effect only when the TagKey parameter is left empty. Valid values: true and false (default).', 'example' => 'false'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['type' => 'string', 'description' => 'The request ID.', 'title' => '', 'example' => 'ABCD-1234-5678-EFGH'],
                        ],
                        'description' => '',
                        'title' => '',
                        'example' => '',
                    ],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'title' => 'UnTagResources',
            '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' => ['description' => 'The instance ID.', 'type' => 'string', 'example' => 'c-123xxx', 'title' => '', 'required' => false],
                ],
                [
                    'name' => 'Cidr',
                    'in' => 'query',
                    'schema' => ['description' => 'The CIDR block.', 'type' => 'string', 'example' => '192.168.**.**/24,172.1.**.**/16', 'title' => '', 'required' => false],
                ],
                [
                    'name' => 'AclId',
                    'in' => 'query',
                    'schema' => ['description' => 'The public access control ID.', 'type' => 'string', 'example' => 'acl-123xxx', 'title' => '', 'required' => false],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'HttpStatusCode' => ['description' => 'The HTTP status code of the request.', 'type' => 'integer', 'format' => 'int32', 'example' => '200', 'title' => ''],
                            'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => 'ABCD-1234-5678-EFGH', 'title' => ''],
                            'Success' => ['description' => 'Indicates whether the request was successful.', 'type' => 'boolean', 'example' => 'true', 'title' => ''],
                            'ErrorCode' => ['description' => 'The error code.', 'type' => 'string', 'example' => 'ILLEGAL.MilvusCidrFormat', 'title' => ''],
                            'ErrMessage' => ['description' => 'The error message.', 'type' => 'string', 'example' => 'The format of cidr is illegal.', 'title' => ''],
                            'Data' => ['description' => 'The returned data.', 'type' => 'boolean', 'example' => 'true', 'title' => ''],
                            'AccessDeniedDetail' => ['description' => 'The details of the access denial.', 'type' => 'string', 'example' => '{     "PolicyType": "AccountLevelIdentityBasedPolicy",     "AuthPrincipalOwnerId": "xxxx",     "EncodedDiagnosticMessage": "xxxx",     "AuthPrincipalType": "SubUser",     "AuthPrincipalDisplayName": "xxxx",     "NoPermissionType": "ImplicitDeny",     "AuthAction": "milvus:xxxx" }', 'title' => ''],
                        ],
                        'description' => 'The response parameters.',
                        'title' => '',
                        'example' => '',
                    ],
                ],
            ],
            'title' => 'UpdateAccessControlList',
            'summary' => 'Sets the IP address whitelist for public access to a Milvus instance.',
            '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' => 'The name of the allow list group.', 'type' => 'string', 'required' => false, 'title' => '', 'example' => ''],
                ],
                [
                    'name' => 'instanceId',
                    'in' => 'query',
                    'schema' => ['description' => 'The instance ID.', 'type' => 'string', 'required' => false, 'example' => 'c-xxxx', 'title' => ''],
                ],
                [
                    'name' => 'newCidrs',
                    'in' => 'query',
                    'schema' => ['description' => 'The new CIDR blocks for the allow list group. To specify multiple CIDR blocks, separate them with a comma.', 'type' => 'string', 'required' => false, 'example' => '140.205.11.0/24,140.205.11.2', 'title' => ''],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'accessDeniedDetail' => ['description' => 'Details about why access was denied. Returned only when RAM denies access due to insufficient permissions.', 'type' => 'string', 'example' => 'None', 'title' => ''],
                            'requestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => 'CB356AEE-6B3F-5FC8-9C2C-7B2D881EA9E2', 'title' => ''],
                            'httpStatusCode' => ['description' => 'The HTTP status code.', 'type' => 'integer', 'format' => 'int32', 'example' => '200', 'title' => ''],
                            'data' => ['description' => 'A value of `true` indicates that the operation was successful.', 'type' => 'boolean', 'example' => 'true', 'title' => ''],
                            'errMessage' => ['description' => 'The error message.', 'type' => 'string', 'example' => '[RDS%22]', 'title' => ''],
                            'success' => ['description' => 'Indicates whether the request was successful.', 'type' => 'boolean', 'example' => 'true', 'title' => ''],
                            'errCode' => ['description' => 'The error code.', 'type' => 'string', 'example' => '0', 'title' => ''],
                        ],
                        'description' => '',
                        'title' => '',
                        'example' => '',
                    ],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'title' => 'UpdateAclGroupCidrs',
            'summary' => 'Modifies the CIDR blocks in a specified allow list group.',
            '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' => ['description' => 'The region ID.', 'type' => 'string', 'example' => 'cn-beijing', 'title' => '', 'required' => false],
                ],
                [
                    'name' => 'body',
                    'in' => 'body',
                    'allowEmptyValue' => false,
                    'style' => 'json',
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'instanceId' => ['description' => 'The instance ID.', 'type' => 'string', 'required' => true, 'example' => 'c-xxxx', 'title' => ''],
                            'instanceName' => ['description' => 'The instance name.', 'type' => 'string', 'example' => 'milvus-test', 'title' => '', 'required' => false],
                            'configuration' => ['description' => 'The instance configuration settings.', 'type' => 'string', 'example' => 'rootCoord:\\n  maxDatabaseNum: 64', 'title' => '', 'required' => false],
                            'ha' => ['description' => 'Specifies whether to enable high availability (HA).', 'type' => 'boolean', 'example' => 'true', 'title' => '', 'required' => false],
                            'autoBackup' => ['description' => 'Specifies whether to enable automatic backup.', 'type' => 'boolean', 'example' => 'true', 'title' => '', 'required' => false],
                            'autoPay' => ['type' => 'boolean', 'description' => '', 'title' => '', 'example' => ''],
                            'components' => [
                                'type' => 'array',
                                'items' => [
                                    'type' => 'object',
                                    'properties' => [
                                        'type' => ['description' => 'The component type.', 'type' => 'string', 'required' => true, 'example' => 'standalone', 'title' => ''],
                                        'replica' => ['description' => 'The number of replicas.', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '1', 'title' => ''],
                                        'cuNum' => ['description' => 'The number of CUs.', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '8', 'title' => ''],
                                        'payType' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''],
                                        'cuType' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''],
                                    ],
                                    'description' => 'Specifications for each component.',
                                    'required' => false,
                                    'title' => '',
                                    'example' => '',
                                ],
                                'title' => '',
                                'description' => 'The component settings for the instance.',
                                'required' => false,
                                'example' => '',
                            ],
                        ],
                        'description' => 'The request body.',
                        'required' => false,
                        'title' => '',
                        'example' => '',
                    ],
                ],
                [
                    'name' => 'clientToken',
                    'in' => 'query',
                    'schema' => ['description' => 'A client-generated token that ensures the idempotence of the request. The value must be unique across requests and can be up to 64 ASCII characters long.', 'type' => 'string', 'required' => false, 'example' => 'xxx', 'title' => ''],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => 'ABCD-1234-5678-EFGH', 'title' => ''],
                            'success' => ['description' => 'Indicates whether the request was successful.', 'type' => 'boolean', 'example' => 'true', 'title' => ''],
                            'data' => ['description' => 'Indicates if the update operation succeeded.', 'type' => 'boolean', 'title' => '', 'example' => 'true'],
                            'orderId' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''],
                        ],
                        'description' => 'The response parameters.',
                        'title' => '',
                        'example' => '',
                    ],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'title' => 'UpdateInstance',
            'summary' => 'Updates a specified instance.',
            'changeSet' => [],
            'flowControl' => [
                'flowControlList' => [],
            ],
            'ramActions' => [
                [
                    'operationType' => 'update',
                    'ramAction' => [
                        'action' => 'milvus:UpdateInstance',
                        'authLevel' => 'resource',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Milvus', 'resourceType' => 'All Resource', 'arn' => '*'],
                        ],
                    ],
                ],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"ABCD-1234-5678-EFGH\\",\\n  \\"success\\": true,\\n  \\"data\\": true,\\n  \\"orderId\\": \\"\\"\\n}","type":"json"}]',
        ],
        'UpdateInstanceName' => [
            'summary' => 'Changes the name of an instance.',
            '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' => ['description' => 'The name of the instance.', 'type' => 'string', 'required' => true, 'example' => 'milvus-test', 'title' => ''],
                ],
                [
                    'name' => 'InstanceId',
                    'in' => 'query',
                    'schema' => ['description' => 'The ID of the instance.', 'type' => 'string', 'required' => true, 'example' => 'c-123xxx', 'title' => ''],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'HttpStatusCode' => ['description' => 'The HTTP status code.', 'type' => 'integer', 'format' => 'int32', 'example' => '200', 'title' => ''],
                            'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => 'ABCD-1234-5678-EFGH', 'title' => ''],
                            'Success' => ['description' => 'Indicates whether the request is successful.', 'type' => 'boolean', 'example' => 'true', 'title' => ''],
                            'ErrCode' => ['description' => 'The error code.', 'type' => 'string', 'example' => 'Instance.NotFound', 'title' => ''],
                            'ErrMessage' => ['description' => 'The error message.', 'type' => 'string', 'example' => 'Failed to find instance c-123xxx', 'title' => ''],
                            'Data' => ['description' => 'The returned data.', 'type' => 'boolean', 'example' => 'true', 'title' => ''],
                            'AccessDeniedDetail' => ['description' => 'Details about the access denied error.', 'type' => 'string', 'example' => '{     "PolicyType": "AccountLevelIdentityBasedPolicy",     "AuthPrincipalOwnerId": "xxxx",     "EncodedDiagnosticMessage": "xxxx",     "AuthPrincipalType": "SubUser",     "AuthPrincipalDisplayName": "xxxx",     "NoPermissionType": "ImplicitDeny",     "AuthAction": "milvus:xxxx" }', 'title' => ''],
                        ],
                        'description' => 'The response parameters.',
                        'title' => '',
                        'example' => '',
                    ],
                ],
            ],
            'title' => 'UpdateInstanceName',
            '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' => ['description' => 'The instance ID.', 'type' => 'string', 'required' => true, 'example' => 'c-123xxx', 'title' => ''],
                ],
                [
                    'name' => 'ComponentType',
                    'in' => 'query',
                    'schema' => [
                        'description' => 'The component type. Valid value:'."\n"
                            ."\n"
                            .'- Proxy',
                        'type' => 'string',
                        'required' => true,
                        'example' => 'Proxy',
                        'enum' => ['Proxy'],
                        'title' => '',
                    ],
                ],
                [
                    'name' => 'PublicNetworkEnabled',
                    'in' => 'query',
                    'allowEmptyValue' => false,
                    'schema' => ['description' => 'Specifies whether to enable public network access.', 'type' => 'boolean', 'required' => true, 'example' => 'true', 'title' => ''],
                ],
                [
                    'name' => 'Cidr',
                    'in' => 'query',
                    'schema' => ['description' => 'The CIDR block.', 'type' => 'string', 'required' => false, 'example' => '192.168.**.**/24,172.1.**.**/16', 'title' => ''],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'HttpStatusCode' => ['description' => 'The HTTP status code.', 'type' => 'integer', 'format' => 'int32', 'example' => '200', 'title' => ''],
                            'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => 'ABCD-1234-5678-EFGH', 'title' => ''],
                            'Success' => ['description' => 'Indicates whether the request was successful.', 'type' => 'boolean', 'example' => 'true', 'title' => ''],
                            'ErrCode' => ['description' => 'The error code.', 'type' => 'string', 'example' => 'Failed to find instance', 'title' => ''],
                            'ErrMessage' => ['description' => 'The error message.', 'type' => 'string', 'example' => 'Failed to find instance c-123xxx', 'title' => ''],
                            'Data' => ['description' => 'The returned data.', 'type' => 'boolean', 'example' => 'true', 'title' => ''],
                            'AccessDeniedDetail' => ['description' => 'Details about the access denied error.', 'type' => 'string', 'example' => '{     "PolicyType": "AccountLevelIdentityBasedPolicy",     "AuthPrincipalOwnerId": "xxxx",     "EncodedDiagnosticMessage": "xxxx",     "AuthPrincipalType": "SubUser",     "AuthPrincipalDisplayName": "xxxx",     "NoPermissionType": "ImplicitDeny",     "AuthAction": "milvus:xxxx" }', 'title' => ''],
                        ],
                        'description' => 'The response parameters.',
                        'title' => '',
                        'example' => '',
                    ],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'title' => 'UpdatePublicNetworkStatus',
            'summary' => 'Enables or disables public network access for a Milvus instance.',
            'changeSet' => [
                ['createdAt' => '2024-08-03T07:43:50.000Z', 'description' => 'Request parameters changed'],
                ['createdAt' => '2024-07-30T10:24:47.000Z', 'description' => 'Request parameters changed'],
                ['createdAt' => '2024-07-12T10:05:06.000Z', 'description' => 'Request parameters changed'],
            ],
            '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' => 'Singapore', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', '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' => 'China (Beijing)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'milvus.cn-beijing.aliyuncs.com', 'endpoint' => 'milvus.cn-beijing.aliyuncs.com', 'vpc' => 'milvus-vpc.cn-beijing.aliyuncs.com'],
        ['regionId' => 'cn-hangzhou', 'regionName' => 'China (Hangzhou)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'milvus.cn-hangzhou.aliyuncs.com', 'endpoint' => 'milvus.cn-hangzhou.aliyuncs.com', 'vpc' => 'milvus-vpc.cn-hangzhou.aliyuncs.com'],
        ['regionId' => 'cn-hongkong', 'regionName' => 'China (Hong Kong)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'milvus.cn-hongkong.aliyuncs.com', 'endpoint' => 'milvus.cn-hongkong.aliyuncs.com', 'vpc' => 'milvus-vpc.cn-hongkong.aliyuncs.com'],
        ['regionId' => 'cn-shanghai', 'regionName' => 'China (Shanghai)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'milvus.cn-shanghai.aliyuncs.com', 'endpoint' => 'milvus.cn-shanghai.aliyuncs.com', 'vpc' => 'milvus-vpc.cn-shanghai.aliyuncs.com'],
        ['regionId' => 'cn-shenzhen', 'regionName' => 'China (Shenzhen)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'milvus.cn-shenzhen.aliyuncs.com', 'endpoint' => 'milvus.cn-shenzhen.aliyuncs.com', 'vpc' => 'milvus-vpc.cn-shenzhen.aliyuncs.com'],
        ['regionId' => 'cn-wulanchabu', 'regionName' => 'China (Ulanqab)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'milvus.cn-wulanchabu.aliyuncs.com', 'endpoint' => 'milvus.cn-wulanchabu.aliyuncs.com', 'vpc' => 'milvus-vpc.cn-wulanchabu.aliyuncs.com'],
        ['regionId' => 'cn-zhangjiakou', 'regionName' => 'China (Zhangjiakou)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'milvus.cn-zhangjiakou.aliyuncs.com', 'endpoint' => 'milvus.cn-zhangjiakou.aliyuncs.com', 'vpc' => 'milvus-vpc.cn-zhangjiakou.aliyuncs.com'],
        ['regionId' => 'eu-central-1', 'regionName' => 'Germany (Frankfurt)', 'areaId' => 'europeAmerica', 'areaName' => 'Europe & Americas', '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' => 'Response parameters changed', 'api' => 'GetInstanceDetail'],
                ['description' => 'Response parameters changed', 'api' => 'ListInstances'],
            ],
            'createdAt' => '2024-12-24T07:52:46.000Z',
            'description' => '',
        ],
        [
            'apis' => [
                ['description' => 'Response parameters changed', 'api' => 'GetInstanceDetail'],
            ],
            'createdAt' => '2024-12-02T11:43:37.000Z',
            'description' => '',
        ],
        [
            'apis' => [
                ['description' => 'Response parameters changed', 'api' => 'GetInstanceDetail'],
                ['description' => 'Request parameters changed, Response parameters changed', 'api' => 'ListInstances'],
            ],
            'createdAt' => '2024-08-28T06:24:39.000Z',
            'description' => '',
        ],
        [
            'apis' => [
                ['description' => 'Request parameters changed', 'api' => 'UpdatePublicNetworkStatus'],
            ],
            'createdAt' => '2024-08-03T07:43:56.000Z',
            'description' => '',
        ],
        [
            'apis' => [
                ['description' => 'Request parameters changed', 'api' => 'UpdatePublicNetworkStatus'],
            ],
            'createdAt' => '2024-07-30T10:24:52.000Z',
            'description' => '',
        ],
        [
            'apis' => [
                ['description' => 'Request parameters changed', 'api' => 'UpdatePublicNetworkStatus'],
            ],
            'createdAt' => '2024-07-12T10:05:11.000Z',
            'description' => '',
        ],
        [
            'apis' => [
                ['description' => 'Response parameters changed', 'api' => 'GetInstanceDetail'],
                ['description' => 'Response parameters changed', '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' => 'Vector Retrieval Service for Milvus',
        'ramCodes' => ['milvus'],
        'ramLevel' => 'RESOURCE',
        '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' => 'All Resource', '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' => 'All Resource', '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' => 'All Resource', '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' => 'All Resource', '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' => 'All Resource', '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/*'],
        ],
    ],
];