Skip to content

Commit f7c209f

Browse files
committed
Updated: 2024-08-16
1 parent 9f54705 commit f7c209f

File tree

2 files changed

+76
-0
lines changed

2 files changed

+76
-0
lines changed

api/openapi.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21800,6 +21800,7 @@ paths:
2180021800
\t}\n}\n"
2180121801
/api/v1/projects/{project_id}/resources/balancers:
2180221802
get:
21803+
deprecated: true
2180321804
description: "Чтобы получить список балансировщиков проекта, отправьте GET-з\
2180421805
апрос на `/api/v1/projects/{project_id}/resources/balancers`."
2180521806
operationId: getProjectBalancers
@@ -21931,6 +21932,7 @@ paths:
2193121932
\tString response = s.hasNext() ? s.next() : \"\";\n\t\tSystem.out.println(response);\n\
2193221933
\t}\n}\n"
2193321934
post:
21935+
deprecated: true
2193421936
description: |-
2193521937
Чтобы добавить балансировщик в проект, отправьте POST-запрос на `/api/v1/projects/{project_id}/resources/balancers`, задав необходимые атрибуты.
2193621938

@@ -22096,6 +22098,7 @@ paths:
2209622098
\t}\n}\n"
2209722099
/api/v1/projects/{project_id}/resources/buckets:
2209822100
get:
22101+
deprecated: true
2209922102
description: "Чтобы получить список хранилищ проекта, отправьте GET-запрос н\
2210022103
а `/api/v1/projects/{project_id}/resources/buckets`."
2210122104
operationId: getProjectStorages
@@ -22227,6 +22230,7 @@ paths:
2222722230
\tString response = s.hasNext() ? s.next() : \"\";\n\t\tSystem.out.println(response);\n\
2222822231
\t}\n}\n"
2222922232
post:
22233+
deprecated: true
2223022234
description: |-
2223122235
Чтобы добавить хранилище в проект, отправьте POST-запрос на `/api/v1/projects/{project_id}/resources/buckets`, задав необходимые атрибуты.
2223222236

@@ -22392,6 +22396,7 @@ paths:
2239222396
\t}\n}\n"
2239322397
/api/v1/projects/{project_id}/resources/clusters:
2239422398
get:
22399+
deprecated: true
2239522400
description: "Чтобы получить список кластеров проекта, отправьте GET-запрос\
2239622401
\ на `/api/v1/projects/{project_id}/resources/clusters`."
2239722402
operationId: getProjectClusters
@@ -22523,6 +22528,7 @@ paths:
2252322528
\tString response = s.hasNext() ? s.next() : \"\";\n\t\tSystem.out.println(response);\n\
2252422529
\t}\n}\n"
2252522530
post:
22531+
deprecated: true
2252622532
description: |-
2252722533
Чтобы добавить кластер в проект, отправьте POST-запрос на `/api/v1/projects/{project_id}/resources/clusters`, задав необходимые атрибуты.
2252822534

@@ -22688,6 +22694,7 @@ paths:
2268822694
\t}\n}\n"
2268922695
/api/v1/projects/{project_id}/resources/servers:
2269022696
get:
22697+
deprecated: true
2269122698
description: "Чтобы получить список серверов проекта, отправьте GET-запрос н\
2269222699
а `/api/v1/projects/{project_id}/resources/servers`."
2269322700
operationId: getProjectServers
@@ -22819,6 +22826,7 @@ paths:
2281922826
\tString response = s.hasNext() ? s.next() : \"\";\n\t\tSystem.out.println(response);\n\
2282022827
\t}\n}\n"
2282122828
post:
22829+
deprecated: true
2282222830
description: |-
2282322831
Чтобы добавить сервер в проект, отправьте POST-запрос на `/api/v1/projects/{project_id}/resources/servers`, задав необходимые атрибуты.
2282422832

@@ -22984,6 +22992,7 @@ paths:
2298422992
\t}\n}\n"
2298522993
/api/v1/projects/{project_id}/resources/databases:
2298622994
get:
22995+
deprecated: true
2298722996
description: "Чтобы получить список баз данных проекта, отправьте GET-запрос\
2298822997
\ на `/api/v1/projects/{project_id}/resources/databases`."
2298922998
operationId: getProjectDatabases
@@ -23115,6 +23124,7 @@ paths:
2311523124
\tString response = s.hasNext() ? s.next() : \"\";\n\t\tSystem.out.println(response);\n\
2311623125
\t}\n}\n"
2311723126
post:
23127+
deprecated: true
2311823128
description: |-
2311923129
Чтобы добавить базу данных в проект, отправьте POST-запрос на `/api/v1/projects/{project_id}/resources/databases`, задав необходимые атрибуты.
2312023130

@@ -23280,6 +23290,7 @@ paths:
2328023290
\t}\n}\n"
2328123291
/api/v1/projects/{project_id}/resources/dedicated:
2328223292
get:
23293+
deprecated: true
2328323294
description: "Чтобы получить список выделенных серверов проекта, отправьте GET-з\
2328423295
апрос на `/api/v1/projects/{project_id}/resources/dedicated`."
2328523296
operationId: getProjectDedicatedServers
@@ -23411,6 +23422,7 @@ paths:
2341123422
\tString response = s.hasNext() ? s.next() : \"\";\n\t\tSystem.out.println(response);\n\
2341223423
\t}\n}\n"
2341323424
post:
23425+
deprecated: true
2341423426
description: |-
2341523427
Чтобы добавить выделенный сервер в проект, отправьте POST-запрос на `/api/v1/projects/{project_id}/resources/dedicated`, задав необходимые атрибуты.
2341623428

@@ -23576,6 +23588,7 @@ paths:
2357623588
\t}\n}\n"
2357723589
/api/v1/projects/{project_id}/resources:
2357823590
get:
23591+
deprecated: true
2357923592
description: "Чтобы получить все ресурсы проекта, отправьте GET-запрос на `/api/v1/projects/{project_id}/resources`."
2358023593
operationId: getAllProjectResources
2358123594
parameters:
@@ -23708,6 +23721,7 @@ paths:
2370823721
\t}\n}\n"
2370923722
/api/v1/projects/resources/balancers:
2371023723
get:
23724+
deprecated: true
2371123725
description: "Чтобы получить список всех балансировщиков на аккаунте, отправ\
2371223726
ьте GET-запрос на `/api/v1/projects/resources/balancers`."
2371323727
operationId: getAccountBalancers
@@ -23829,6 +23843,7 @@ paths:
2382923843
\t}\n}\n"
2383023844
/api/v1/projects/resources/servers:
2383123845
get:
23846+
deprecated: true
2383223847
description: "Чтобы получить список всех серверов на аккаунте, отправьте GET-з\
2383323848
апрос на `/api/v1/projects/resources/servers`."
2383423849
operationId: getAccountServers
@@ -23950,6 +23965,7 @@ paths:
2395023965
\t}\n}\n"
2395123966
/api/v1/projects/resources/buckets:
2395223967
get:
23968+
deprecated: true
2395323969
description: "Чтобы получить список всех хранилищ на аккаунте, отправьте GET-з\
2395423970
апрос на `/api/v1/projects/resources/buckets`."
2395523971
operationId: getAccountStorages
@@ -24071,6 +24087,7 @@ paths:
2407124087
\t}\n}\n"
2407224088
/api/v1/projects/resources/clusters:
2407324089
get:
24090+
deprecated: true
2407424091
description: "Чтобы получить список всех кластеров на аккаунте, отправьте GET-з\
2407524092
апрос на `/api/v1/projects/resources/clusters`."
2407624093
operationId: getAccountClusters
@@ -24192,6 +24209,7 @@ paths:
2419224209
\t}\n}\n"
2419324210
/api/v1/projects/resources/databases:
2419424211
get:
24212+
deprecated: true
2419524213
description: "Чтобы получить список всех баз данных на аккаунте, отправьте GET-з\
2419624214
апрос на `/api/v1/projects/resources/databases`."
2419724215
operationId: getAccountDatabases
@@ -24313,6 +24331,7 @@ paths:
2431324331
\t}\n}\n"
2431424332
/api/v1/projects/resources/dedicated:
2431524333
get:
24334+
deprecated: true
2431624335
description: "Чтобы получить список всех выделенных серверов на аккаунте, от\
2431724336
правьте GET-запрос на `/api/v1/projects/resources/dedicated`."
2431824337
operationId: getAccountDedicatedServers

0 commit comments

Comments
 (0)