Skip to content

Commit 6ac27e0

Browse files
committed
Updated: 2024-08-21
1 parent f7c209f commit 6ac27e0

File tree

2 files changed

+0
-76
lines changed

2 files changed

+0
-76
lines changed

api/openapi.yaml

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

@@ -22098,7 +22096,6 @@ paths:
2209822096
\t}\n}\n"
2209922097
/api/v1/projects/{project_id}/resources/buckets:
2210022098
get:
22101-
deprecated: true
2210222099
description: "Чтобы получить список хранилищ проекта, отправьте GET-запрос н\
2210322100
а `/api/v1/projects/{project_id}/resources/buckets`."
2210422101
operationId: getProjectStorages
@@ -22230,7 +22227,6 @@ paths:
2223022227
\tString response = s.hasNext() ? s.next() : \"\";\n\t\tSystem.out.println(response);\n\
2223122228
\t}\n}\n"
2223222229
post:
22233-
deprecated: true
2223422230
description: |-
2223522231
Чтобы добавить хранилище в проект, отправьте POST-запрос на `/api/v1/projects/{project_id}/resources/buckets`, задав необходимые атрибуты.
2223622232

@@ -22396,7 +22392,6 @@ paths:
2239622392
\t}\n}\n"
2239722393
/api/v1/projects/{project_id}/resources/clusters:
2239822394
get:
22399-
deprecated: true
2240022395
description: "Чтобы получить список кластеров проекта, отправьте GET-запрос\
2240122396
\ на `/api/v1/projects/{project_id}/resources/clusters`."
2240222397
operationId: getProjectClusters
@@ -22528,7 +22523,6 @@ paths:
2252822523
\tString response = s.hasNext() ? s.next() : \"\";\n\t\tSystem.out.println(response);\n\
2252922524
\t}\n}\n"
2253022525
post:
22531-
deprecated: true
2253222526
description: |-
2253322527
Чтобы добавить кластер в проект, отправьте POST-запрос на `/api/v1/projects/{project_id}/resources/clusters`, задав необходимые атрибуты.
2253422528

@@ -22694,7 +22688,6 @@ paths:
2269422688
\t}\n}\n"
2269522689
/api/v1/projects/{project_id}/resources/servers:
2269622690
get:
22697-
deprecated: true
2269822691
description: "Чтобы получить список серверов проекта, отправьте GET-запрос н\
2269922692
а `/api/v1/projects/{project_id}/resources/servers`."
2270022693
operationId: getProjectServers
@@ -22826,7 +22819,6 @@ paths:
2282622819
\tString response = s.hasNext() ? s.next() : \"\";\n\t\tSystem.out.println(response);\n\
2282722820
\t}\n}\n"
2282822821
post:
22829-
deprecated: true
2283022822
description: |-
2283122823
Чтобы добавить сервер в проект, отправьте POST-запрос на `/api/v1/projects/{project_id}/resources/servers`, задав необходимые атрибуты.
2283222824

@@ -22992,7 +22984,6 @@ paths:
2299222984
\t}\n}\n"
2299322985
/api/v1/projects/{project_id}/resources/databases:
2299422986
get:
22995-
deprecated: true
2299622987
description: "Чтобы получить список баз данных проекта, отправьте GET-запрос\
2299722988
\ на `/api/v1/projects/{project_id}/resources/databases`."
2299822989
operationId: getProjectDatabases
@@ -23124,7 +23115,6 @@ paths:
2312423115
\tString response = s.hasNext() ? s.next() : \"\";\n\t\tSystem.out.println(response);\n\
2312523116
\t}\n}\n"
2312623117
post:
23127-
deprecated: true
2312823118
description: |-
2312923119
Чтобы добавить базу данных в проект, отправьте POST-запрос на `/api/v1/projects/{project_id}/resources/databases`, задав необходимые атрибуты.
2313023120

@@ -23290,7 +23280,6 @@ paths:
2329023280
\t}\n}\n"
2329123281
/api/v1/projects/{project_id}/resources/dedicated:
2329223282
get:
23293-
deprecated: true
2329423283
description: "Чтобы получить список выделенных серверов проекта, отправьте GET-з\
2329523284
апрос на `/api/v1/projects/{project_id}/resources/dedicated`."
2329623285
operationId: getProjectDedicatedServers
@@ -23422,7 +23411,6 @@ paths:
2342223411
\tString response = s.hasNext() ? s.next() : \"\";\n\t\tSystem.out.println(response);\n\
2342323412
\t}\n}\n"
2342423413
post:
23425-
deprecated: true
2342623414
description: |-
2342723415
Чтобы добавить выделенный сервер в проект, отправьте POST-запрос на `/api/v1/projects/{project_id}/resources/dedicated`, задав необходимые атрибуты.
2342823416

@@ -23588,7 +23576,6 @@ paths:
2358823576
\t}\n}\n"
2358923577
/api/v1/projects/{project_id}/resources:
2359023578
get:
23591-
deprecated: true
2359223579
description: "Чтобы получить все ресурсы проекта, отправьте GET-запрос на `/api/v1/projects/{project_id}/resources`."
2359323580
operationId: getAllProjectResources
2359423581
parameters:
@@ -23721,7 +23708,6 @@ paths:
2372123708
\t}\n}\n"
2372223709
/api/v1/projects/resources/balancers:
2372323710
get:
23724-
deprecated: true
2372523711
description: "Чтобы получить список всех балансировщиков на аккаунте, отправ\
2372623712
ьте GET-запрос на `/api/v1/projects/resources/balancers`."
2372723713
operationId: getAccountBalancers
@@ -23843,7 +23829,6 @@ paths:
2384323829
\t}\n}\n"
2384423830
/api/v1/projects/resources/servers:
2384523831
get:
23846-
deprecated: true
2384723832
description: "Чтобы получить список всех серверов на аккаунте, отправьте GET-з\
2384823833
апрос на `/api/v1/projects/resources/servers`."
2384923834
operationId: getAccountServers
@@ -23965,7 +23950,6 @@ paths:
2396523950
\t}\n}\n"
2396623951
/api/v1/projects/resources/buckets:
2396723952
get:
23968-
deprecated: true
2396923953
description: "Чтобы получить список всех хранилищ на аккаунте, отправьте GET-з\
2397023954
апрос на `/api/v1/projects/resources/buckets`."
2397123955
operationId: getAccountStorages
@@ -24087,7 +24071,6 @@ paths:
2408724071
\t}\n}\n"
2408824072
/api/v1/projects/resources/clusters:
2408924073
get:
24090-
deprecated: true
2409124074
description: "Чтобы получить список всех кластеров на аккаунте, отправьте GET-з\
2409224075
апрос на `/api/v1/projects/resources/clusters`."
2409324076
operationId: getAccountClusters
@@ -24209,7 +24192,6 @@ paths:
2420924192
\t}\n}\n"
2421024193
/api/v1/projects/resources/databases:
2421124194
get:
24212-
deprecated: true
2421324195
description: "Чтобы получить список всех баз данных на аккаунте, отправьте GET-з\
2421424196
апрос на `/api/v1/projects/resources/databases`."
2421524197
operationId: getAccountDatabases
@@ -24331,7 +24313,6 @@ paths:
2433124313
\t}\n}\n"
2433224314
/api/v1/projects/resources/dedicated:
2433324315
get:
24334-
deprecated: true
2433524316
description: "Чтобы получить список всех выделенных серверов на аккаунте, от\
2433624317
правьте GET-запрос на `/api/v1/projects/resources/dedicated`."
2433724318
operationId: getAccountDedicatedServers

0 commit comments

Comments
 (0)