@leaflow/sdk 0.75.0 → 0.77.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/billing/v1/index.d.ts +6 -6
- package/dist/billing/v1/schema.d.ts +61 -91
- package/dist/compute/v1/schema.d.ts +31 -23
- package/dist/index.d.ts +0 -3
- package/dist/index.js +0 -3
- package/package.json +1 -13
- package/dist/fabric/v1/client.d.ts +0 -4
- package/dist/fabric/v1/client.js +0 -7
- package/dist/fabric/v1/index.d.ts +0 -115
- package/dist/fabric/v1/index.js +0 -5
- package/dist/fabric/v1/schema.d.ts +0 -2311
- package/dist/fabric/v1/schema.js +0 -5
- package/dist/fleet/v1/client.d.ts +0 -4
- package/dist/fleet/v1/client.js +0 -7
- package/dist/fleet/v1/index.d.ts +0 -15
- package/dist/fleet/v1/index.js +0 -5
- package/dist/fleet/v1/schema.d.ts +0 -291
- package/dist/fleet/v1/schema.js +0 -5
- package/dist/storage/v1/client.d.ts +0 -4
- package/dist/storage/v1/client.js +0 -7
- package/dist/storage/v1/index.d.ts +0 -35
- package/dist/storage/v1/index.js +0 -5
- package/dist/storage/v1/schema.d.ts +0 -751
- package/dist/storage/v1/schema.js +0 -5
|
@@ -1,2311 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by openapi-typescript.
|
|
3
|
-
* Do not make direct changes to the file.
|
|
4
|
-
*/
|
|
5
|
-
export interface paths {
|
|
6
|
-
"/api/v1/floating-ips": {
|
|
7
|
-
parameters: {
|
|
8
|
-
query?: never;
|
|
9
|
-
header?: never;
|
|
10
|
-
path?: never;
|
|
11
|
-
cookie?: never;
|
|
12
|
-
};
|
|
13
|
-
/** List floating IPs */
|
|
14
|
-
get: operations["list-floating-ips"];
|
|
15
|
-
put?: never;
|
|
16
|
-
/**
|
|
17
|
-
* Allocate a floating IP
|
|
18
|
-
* @description Creates a Billing order, including for metered pricing. The price must belong to the resource’s Billing Plan; applicable contract pricing is resolved by Billing. Technical capacity is checked before sellable quota is reserved. Provisioning continues automatically after payment; do not submit a new purchase after paying. Reuse the original idempotency key after an uncertain response.
|
|
19
|
-
*/
|
|
20
|
-
post: operations["allocate-floating-ip"];
|
|
21
|
-
delete?: never;
|
|
22
|
-
options?: never;
|
|
23
|
-
head?: never;
|
|
24
|
-
patch?: never;
|
|
25
|
-
trace?: never;
|
|
26
|
-
};
|
|
27
|
-
"/api/v1/floating-ips/{floatingIpId}": {
|
|
28
|
-
parameters: {
|
|
29
|
-
query?: never;
|
|
30
|
-
header?: never;
|
|
31
|
-
path?: never;
|
|
32
|
-
cookie?: never;
|
|
33
|
-
};
|
|
34
|
-
/** Retrieve a floating IP */
|
|
35
|
-
get: operations["get-floating-ip"];
|
|
36
|
-
put?: never;
|
|
37
|
-
post?: never;
|
|
38
|
-
/**
|
|
39
|
-
* Release a floating IP
|
|
40
|
-
* @description A released address enters a cooldown period before it is allocated again, so that DNS records and allow-lists still pointing at it do not break immediately. **The same address therefore cannot be re-allocated** for some time after release. Proceed with care.
|
|
41
|
-
*/
|
|
42
|
-
delete: operations["release-floating-ip"];
|
|
43
|
-
options?: never;
|
|
44
|
-
head?: never;
|
|
45
|
-
patch?: never;
|
|
46
|
-
trace?: never;
|
|
47
|
-
};
|
|
48
|
-
"/api/v1/floating-ips/{floatingIpId}/bandwidth": {
|
|
49
|
-
parameters: {
|
|
50
|
-
query?: never;
|
|
51
|
-
header?: never;
|
|
52
|
-
path?: never;
|
|
53
|
-
cookie?: never;
|
|
54
|
-
};
|
|
55
|
-
get?: never;
|
|
56
|
-
/**
|
|
57
|
-
* Set the bandwidth limit
|
|
58
|
-
* @description Creates a Billing order, including for metered pricing. The price must belong to the resource’s Billing Plan; applicable contract pricing is resolved by Billing. Technical capacity is checked before sellable quota is reserved. Provisioning continues automatically after payment; do not submit a new purchase after paying. Reuse the original idempotency key after an uncertain response.
|
|
59
|
-
*/
|
|
60
|
-
put: operations["set-floating-ip-bandwidth"];
|
|
61
|
-
post?: never;
|
|
62
|
-
delete?: never;
|
|
63
|
-
options?: never;
|
|
64
|
-
head?: never;
|
|
65
|
-
patch?: never;
|
|
66
|
-
trace?: never;
|
|
67
|
-
};
|
|
68
|
-
"/api/v1/floating-ips/{floatingIpId}/binding": {
|
|
69
|
-
parameters: {
|
|
70
|
-
query?: never;
|
|
71
|
-
header?: never;
|
|
72
|
-
path?: never;
|
|
73
|
-
cookie?: never;
|
|
74
|
-
};
|
|
75
|
-
get?: never;
|
|
76
|
-
/** Bind a floating IP to a network interface */
|
|
77
|
-
put: operations["bind-floating-ip"];
|
|
78
|
-
post?: never;
|
|
79
|
-
/**
|
|
80
|
-
* Unbind a floating IP
|
|
81
|
-
* @description The address remains held by the project and simply no longer points at any network interface.
|
|
82
|
-
*/
|
|
83
|
-
delete: operations["unbind-floating-ip"];
|
|
84
|
-
options?: never;
|
|
85
|
-
head?: never;
|
|
86
|
-
patch?: never;
|
|
87
|
-
trace?: never;
|
|
88
|
-
};
|
|
89
|
-
"/api/v1/operation-logs": {
|
|
90
|
-
parameters: {
|
|
91
|
-
query?: never;
|
|
92
|
-
header?: never;
|
|
93
|
-
path?: never;
|
|
94
|
-
cookie?: never;
|
|
95
|
-
};
|
|
96
|
-
/**
|
|
97
|
-
* List the operation log of the project
|
|
98
|
-
* @description Records every write operation in the project: who performed it, when, on what, and whether it succeeded. Read operations are not recorded.
|
|
99
|
-
*
|
|
100
|
-
* **Operations performed by the platform are included, but the individual operator is not disclosed** and `by_platform` is true. Suspension for non-payment and bans for abuse are examples: the time at which an instance was stopped by the platform is needed, whereas the operator is internal information.
|
|
101
|
-
*
|
|
102
|
-
* Fields such as passwords are replaced with a placeholder as the record is written and never appear in `payload`.
|
|
103
|
-
*/
|
|
104
|
-
get: operations["list-operation-logs"];
|
|
105
|
-
put?: never;
|
|
106
|
-
post?: never;
|
|
107
|
-
delete?: never;
|
|
108
|
-
options?: never;
|
|
109
|
-
head?: never;
|
|
110
|
-
patch?: never;
|
|
111
|
-
trace?: never;
|
|
112
|
-
};
|
|
113
|
-
"/api/v1/ports": {
|
|
114
|
-
parameters: {
|
|
115
|
-
query?: never;
|
|
116
|
-
header?: never;
|
|
117
|
-
path?: never;
|
|
118
|
-
cookie?: never;
|
|
119
|
-
};
|
|
120
|
-
/** List network interfaces */
|
|
121
|
-
get: operations["list-ports"];
|
|
122
|
-
put?: never;
|
|
123
|
-
/**
|
|
124
|
-
* Create a network interface
|
|
125
|
-
* @description The new network interface is not attached to any instance. Primary network interfaces are not created here; they are created with the instance.
|
|
126
|
-
*/
|
|
127
|
-
post: operations["create-port"];
|
|
128
|
-
delete?: never;
|
|
129
|
-
options?: never;
|
|
130
|
-
head?: never;
|
|
131
|
-
patch?: never;
|
|
132
|
-
trace?: never;
|
|
133
|
-
};
|
|
134
|
-
"/api/v1/ports/{portId}": {
|
|
135
|
-
parameters: {
|
|
136
|
-
query?: never;
|
|
137
|
-
header?: never;
|
|
138
|
-
path?: never;
|
|
139
|
-
cookie?: never;
|
|
140
|
-
};
|
|
141
|
-
/** Get port */
|
|
142
|
-
get: operations["get-port"];
|
|
143
|
-
put?: never;
|
|
144
|
-
post?: never;
|
|
145
|
-
/**
|
|
146
|
-
* Delete a network interface
|
|
147
|
-
* @description The primary network interface cannot be deleted on its own, as it is released with the instance. A network interface still attached to an instance cannot be deleted either.
|
|
148
|
-
*/
|
|
149
|
-
delete: operations["delete-port"];
|
|
150
|
-
options?: never;
|
|
151
|
-
head?: never;
|
|
152
|
-
patch?: never;
|
|
153
|
-
trace?: never;
|
|
154
|
-
};
|
|
155
|
-
"/api/v1/private-networks": {
|
|
156
|
-
parameters: {
|
|
157
|
-
query?: never;
|
|
158
|
-
header?: never;
|
|
159
|
-
path?: never;
|
|
160
|
-
cookie?: never;
|
|
161
|
-
};
|
|
162
|
-
/** List private networks */
|
|
163
|
-
get: operations["list-private-networks"];
|
|
164
|
-
put?: never;
|
|
165
|
-
/**
|
|
166
|
-
* Create a private network
|
|
167
|
-
* @description Creates a ready-to-use private network. The response is returned only after the network is ready for use. If the client loses the response, repeat this request with the same idempotency key to obtain its final result.
|
|
168
|
-
*/
|
|
169
|
-
post: operations["create-private-network"];
|
|
170
|
-
delete?: never;
|
|
171
|
-
options?: never;
|
|
172
|
-
head?: never;
|
|
173
|
-
patch?: never;
|
|
174
|
-
trace?: never;
|
|
175
|
-
};
|
|
176
|
-
"/api/v1/private-networks/{privateNetworkId}": {
|
|
177
|
-
parameters: {
|
|
178
|
-
query?: never;
|
|
179
|
-
header?: never;
|
|
180
|
-
path?: never;
|
|
181
|
-
cookie?: never;
|
|
182
|
-
};
|
|
183
|
-
/** Retrieve a private network */
|
|
184
|
-
get: operations["get-private-network"];
|
|
185
|
-
put?: never;
|
|
186
|
-
post?: never;
|
|
187
|
-
/**
|
|
188
|
-
* Release a private network
|
|
189
|
-
* @description Release is rejected while instances or network interfaces remain in the network. IPv6, the router and the security groups are released with it.
|
|
190
|
-
*/
|
|
191
|
-
delete: operations["delete-private-network"];
|
|
192
|
-
options?: never;
|
|
193
|
-
head?: never;
|
|
194
|
-
/**
|
|
195
|
-
* Rename a private network
|
|
196
|
-
* @description Changes the display name only. The CIDR, the routes and the internet gateway are immutable.
|
|
197
|
-
*/
|
|
198
|
-
patch: operations["rename-private-network"];
|
|
199
|
-
trace?: never;
|
|
200
|
-
};
|
|
201
|
-
"/api/v1/private-networks/{privateNetworkId}/ipv6": {
|
|
202
|
-
parameters: {
|
|
203
|
-
query?: never;
|
|
204
|
-
header?: never;
|
|
205
|
-
path?: never;
|
|
206
|
-
cookie?: never;
|
|
207
|
-
};
|
|
208
|
-
/** Retrieve the IPv6 configuration of a private network */
|
|
209
|
-
get: operations["get-private-network-ipv6"];
|
|
210
|
-
put?: never;
|
|
211
|
-
/**
|
|
212
|
-
* Enable IPv6 on a private network
|
|
213
|
-
* @description Allocates an IPv6 prefix to the private network. Addresses are assigned to instances by the network itself, can be neither requested nor released individually, and consume no public IPv4 address.
|
|
214
|
-
*
|
|
215
|
-
* If the private network is not yet connected to the internet, connectivity is established as part of this call.
|
|
216
|
-
*/
|
|
217
|
-
post: operations["enable-private-network-ipv6"];
|
|
218
|
-
/**
|
|
219
|
-
* Disable IPv6 on a private network
|
|
220
|
-
* @description A released prefix is not re-allocated immediately.
|
|
221
|
-
*/
|
|
222
|
-
delete: operations["disable-private-network-ipv6"];
|
|
223
|
-
options?: never;
|
|
224
|
-
head?: never;
|
|
225
|
-
patch?: never;
|
|
226
|
-
trace?: never;
|
|
227
|
-
};
|
|
228
|
-
"/api/v1/private-networks/{privateNetworkId}/routes": {
|
|
229
|
-
parameters: {
|
|
230
|
-
query?: never;
|
|
231
|
-
header?: never;
|
|
232
|
-
path?: never;
|
|
233
|
-
cookie?: never;
|
|
234
|
-
};
|
|
235
|
-
/** List static routes */
|
|
236
|
-
get: operations["list-routes"];
|
|
237
|
-
put?: never;
|
|
238
|
-
/**
|
|
239
|
-
* Create a static route
|
|
240
|
-
* @description Three forms that would sever connectivity are rejected: a destination of `0.0.0.0/0`, which overrides the default route and takes every floating IP offline immediately; a destination equal to the CIDR of a subnet, which overrides its directly connected route; and a next hop equal to the gateway of a subnet, which points back at the router itself.
|
|
241
|
-
*/
|
|
242
|
-
post: operations["create-route"];
|
|
243
|
-
delete?: never;
|
|
244
|
-
options?: never;
|
|
245
|
-
head?: never;
|
|
246
|
-
patch?: never;
|
|
247
|
-
trace?: never;
|
|
248
|
-
};
|
|
249
|
-
"/api/v1/private-networks/{privateNetworkId}/routes/{routeId}": {
|
|
250
|
-
parameters: {
|
|
251
|
-
query?: never;
|
|
252
|
-
header?: never;
|
|
253
|
-
path?: never;
|
|
254
|
-
cookie?: never;
|
|
255
|
-
};
|
|
256
|
-
get?: never;
|
|
257
|
-
put?: never;
|
|
258
|
-
post?: never;
|
|
259
|
-
/** Delete a static route */
|
|
260
|
-
delete: operations["delete-route"];
|
|
261
|
-
options?: never;
|
|
262
|
-
head?: never;
|
|
263
|
-
patch?: never;
|
|
264
|
-
trace?: never;
|
|
265
|
-
};
|
|
266
|
-
"/api/v1/private-networks/{privateNetworkId}/subnets": {
|
|
267
|
-
parameters: {
|
|
268
|
-
query?: never;
|
|
269
|
-
header?: never;
|
|
270
|
-
path?: never;
|
|
271
|
-
cookie?: never;
|
|
272
|
-
};
|
|
273
|
-
/**
|
|
274
|
-
* List subnets
|
|
275
|
-
* @description IPv6 subnets are included, with `ip_version` 6. They are created when IPv6 is enabled and cannot be deleted individually.
|
|
276
|
-
*/
|
|
277
|
-
get: operations["list-subnets"];
|
|
278
|
-
put?: never;
|
|
279
|
-
/** Create a subnet */
|
|
280
|
-
post: operations["create-subnet"];
|
|
281
|
-
delete?: never;
|
|
282
|
-
options?: never;
|
|
283
|
-
head?: never;
|
|
284
|
-
patch?: never;
|
|
285
|
-
trace?: never;
|
|
286
|
-
};
|
|
287
|
-
"/api/v1/private-networks/{privateNetworkId}/subnets/next-free-cidr": {
|
|
288
|
-
parameters: {
|
|
289
|
-
query?: never;
|
|
290
|
-
header?: never;
|
|
291
|
-
path?: never;
|
|
292
|
-
cookie?: never;
|
|
293
|
-
};
|
|
294
|
-
/**
|
|
295
|
-
* Suggest the next free CIDR
|
|
296
|
-
* @description The returned value is a suggestion and is validated again when the subnet is created. It exists to avoid errors when computing the next free CIDR by hand.
|
|
297
|
-
*/
|
|
298
|
-
get: operations["suggest-subnet-cidr"];
|
|
299
|
-
put?: never;
|
|
300
|
-
post?: never;
|
|
301
|
-
delete?: never;
|
|
302
|
-
options?: never;
|
|
303
|
-
head?: never;
|
|
304
|
-
patch?: never;
|
|
305
|
-
trace?: never;
|
|
306
|
-
};
|
|
307
|
-
"/api/v1/private-networks/{privateNetworkId}/subnets/{subnetId}": {
|
|
308
|
-
parameters: {
|
|
309
|
-
query?: never;
|
|
310
|
-
header?: never;
|
|
311
|
-
path?: never;
|
|
312
|
-
cookie?: never;
|
|
313
|
-
};
|
|
314
|
-
get?: never;
|
|
315
|
-
put?: never;
|
|
316
|
-
post?: never;
|
|
317
|
-
/**
|
|
318
|
-
* Delete a subnet
|
|
319
|
-
* @description Deletion is rejected while network interfaces remain in the subnet, or while a static route has a next hop inside its CIDR.
|
|
320
|
-
*/
|
|
321
|
-
delete: operations["delete-subnet"];
|
|
322
|
-
options?: never;
|
|
323
|
-
head?: never;
|
|
324
|
-
patch?: never;
|
|
325
|
-
trace?: never;
|
|
326
|
-
};
|
|
327
|
-
"/api/v1/security-groups": {
|
|
328
|
-
parameters: {
|
|
329
|
-
query?: never;
|
|
330
|
-
header?: never;
|
|
331
|
-
path?: never;
|
|
332
|
-
cookie?: never;
|
|
333
|
-
};
|
|
334
|
-
/** List security groups */
|
|
335
|
-
get: operations["list-security-groups"];
|
|
336
|
-
put?: never;
|
|
337
|
-
/**
|
|
338
|
-
* Create a security group
|
|
339
|
-
* @description A new security group carries one rule, permitting ICMP fragmentation-needed messages (type 3, code 4). Without it path MTU discovery fails, which presents as connections that establish and then stall on large packets.
|
|
340
|
-
*/
|
|
341
|
-
post: operations["create-security-group"];
|
|
342
|
-
delete?: never;
|
|
343
|
-
options?: never;
|
|
344
|
-
head?: never;
|
|
345
|
-
patch?: never;
|
|
346
|
-
trace?: never;
|
|
347
|
-
};
|
|
348
|
-
"/api/v1/security-groups/{securityGroupId}": {
|
|
349
|
-
parameters: {
|
|
350
|
-
query?: never;
|
|
351
|
-
header?: never;
|
|
352
|
-
path?: never;
|
|
353
|
-
cookie?: never;
|
|
354
|
-
};
|
|
355
|
-
/** Retrieve a security group */
|
|
356
|
-
get: operations["get-security-group"];
|
|
357
|
-
put?: never;
|
|
358
|
-
post?: never;
|
|
359
|
-
/**
|
|
360
|
-
* Delete a security group
|
|
361
|
-
* @description The default security group cannot be deleted, as it is released with the private network. A security group still referenced by a network interface cannot be deleted either.
|
|
362
|
-
*/
|
|
363
|
-
delete: operations["delete-security-group"];
|
|
364
|
-
options?: never;
|
|
365
|
-
head?: never;
|
|
366
|
-
/**
|
|
367
|
-
* Rename a security group
|
|
368
|
-
* @description Changes the name only. Use the rule endpoints to change rules.
|
|
369
|
-
*/
|
|
370
|
-
patch: operations["rename-security-group"];
|
|
371
|
-
trace?: never;
|
|
372
|
-
};
|
|
373
|
-
"/api/v1/security-groups/{securityGroupId}/rules": {
|
|
374
|
-
parameters: {
|
|
375
|
-
query?: never;
|
|
376
|
-
header?: never;
|
|
377
|
-
path?: never;
|
|
378
|
-
cookie?: never;
|
|
379
|
-
};
|
|
380
|
-
/** List security group rules */
|
|
381
|
-
get: operations["list-security-group-rules"];
|
|
382
|
-
put?: never;
|
|
383
|
-
/**
|
|
384
|
-
* Create a security group rule
|
|
385
|
-
* @description Adding an identical rule twice is rejected. For that comparison `0.0.0.0/0`, `::/0` and an omitted value are treated as equivalent.
|
|
386
|
-
*/
|
|
387
|
-
post: operations["create-security-group-rule"];
|
|
388
|
-
delete?: never;
|
|
389
|
-
options?: never;
|
|
390
|
-
head?: never;
|
|
391
|
-
patch?: never;
|
|
392
|
-
trace?: never;
|
|
393
|
-
};
|
|
394
|
-
"/api/v1/security-groups/{securityGroupId}/rules/{ruleId}": {
|
|
395
|
-
parameters: {
|
|
396
|
-
query?: never;
|
|
397
|
-
header?: never;
|
|
398
|
-
path?: never;
|
|
399
|
-
cookie?: never;
|
|
400
|
-
};
|
|
401
|
-
get?: never;
|
|
402
|
-
put?: never;
|
|
403
|
-
post?: never;
|
|
404
|
-
/** Delete a security group rule */
|
|
405
|
-
delete: operations["delete-security-group-rule"];
|
|
406
|
-
options?: never;
|
|
407
|
-
head?: never;
|
|
408
|
-
patch?: never;
|
|
409
|
-
trace?: never;
|
|
410
|
-
};
|
|
411
|
-
"/api/v1/resource-usages": {
|
|
412
|
-
parameters: {
|
|
413
|
-
query?: never;
|
|
414
|
-
header?: never;
|
|
415
|
-
path?: never;
|
|
416
|
-
cookie?: never;
|
|
417
|
-
};
|
|
418
|
-
/**
|
|
419
|
-
* List resource usages
|
|
420
|
-
* @description Lists direct consumers, including pending reservations and claims being released. The resource must be readable by the caller. Historical released claims are included only when requested.
|
|
421
|
-
*/
|
|
422
|
-
get: operations["list-resource-usages"];
|
|
423
|
-
put?: never;
|
|
424
|
-
post?: never;
|
|
425
|
-
delete?: never;
|
|
426
|
-
options?: never;
|
|
427
|
-
head?: never;
|
|
428
|
-
patch?: never;
|
|
429
|
-
trace?: never;
|
|
430
|
-
};
|
|
431
|
-
"/api/v1/resource-usages/{usageId}": {
|
|
432
|
-
parameters: {
|
|
433
|
-
query?: never;
|
|
434
|
-
header?: never;
|
|
435
|
-
path?: never;
|
|
436
|
-
cookie?: never;
|
|
437
|
-
};
|
|
438
|
-
/** Get resource usage */
|
|
439
|
-
get: operations["get-resource-usage"];
|
|
440
|
-
put?: never;
|
|
441
|
-
post?: never;
|
|
442
|
-
delete?: never;
|
|
443
|
-
options?: never;
|
|
444
|
-
head?: never;
|
|
445
|
-
patch?: never;
|
|
446
|
-
trace?: never;
|
|
447
|
-
};
|
|
448
|
-
"/api/v1/resources/{resourceType}/{resourceId}/reclamation": {
|
|
449
|
-
parameters: {
|
|
450
|
-
query?: never;
|
|
451
|
-
header?: never;
|
|
452
|
-
path?: never;
|
|
453
|
-
cookie?: never;
|
|
454
|
-
};
|
|
455
|
-
/** Get resource reclamation */
|
|
456
|
-
get: operations["get-resource-reclamation"];
|
|
457
|
-
put?: never;
|
|
458
|
-
post?: never;
|
|
459
|
-
delete?: never;
|
|
460
|
-
options?: never;
|
|
461
|
-
head?: never;
|
|
462
|
-
patch?: never;
|
|
463
|
-
trace?: never;
|
|
464
|
-
};
|
|
465
|
-
"/api/v1/resources/{resourceType}/{resourceId}/idle-policy": {
|
|
466
|
-
parameters: {
|
|
467
|
-
query?: never;
|
|
468
|
-
header?: never;
|
|
469
|
-
path?: never;
|
|
470
|
-
cookie?: never;
|
|
471
|
-
};
|
|
472
|
-
get?: never;
|
|
473
|
-
/**
|
|
474
|
-
* Set resource idle policy
|
|
475
|
-
* @description Requires permission to delete this resource. Enabling schedules reclamation only after the resource is continuously unreferenced for the requested retention. Existing claims, attachments and unfinished operations always prevent reclamation.
|
|
476
|
-
*/
|
|
477
|
-
put: operations["set-resource-idle-policy"];
|
|
478
|
-
post?: never;
|
|
479
|
-
delete?: never;
|
|
480
|
-
options?: never;
|
|
481
|
-
head?: never;
|
|
482
|
-
patch?: never;
|
|
483
|
-
trace?: never;
|
|
484
|
-
};
|
|
485
|
-
"/api/v1/ports/{resourceId}/attachments": {
|
|
486
|
-
parameters: {
|
|
487
|
-
query?: never;
|
|
488
|
-
header?: never;
|
|
489
|
-
path?: never;
|
|
490
|
-
cookie?: never;
|
|
491
|
-
};
|
|
492
|
-
/**
|
|
493
|
-
* List port attachments
|
|
494
|
-
* @description Actual attachment state, including operations whose provider outcome is unknown. Use usage_id to locate the corresponding blocking claim.
|
|
495
|
-
*/
|
|
496
|
-
get: operations["list-port-attachments"];
|
|
497
|
-
put?: never;
|
|
498
|
-
post?: never;
|
|
499
|
-
delete?: never;
|
|
500
|
-
options?: never;
|
|
501
|
-
head?: never;
|
|
502
|
-
patch?: never;
|
|
503
|
-
trace?: never;
|
|
504
|
-
};
|
|
505
|
-
"/api/v1/attachments/{attachmentId}": {
|
|
506
|
-
parameters: {
|
|
507
|
-
query?: never;
|
|
508
|
-
header?: never;
|
|
509
|
-
path?: never;
|
|
510
|
-
cookie?: never;
|
|
511
|
-
};
|
|
512
|
-
/** Get attachment */
|
|
513
|
-
get: operations["get-attachment"];
|
|
514
|
-
put?: never;
|
|
515
|
-
post?: never;
|
|
516
|
-
delete?: never;
|
|
517
|
-
options?: never;
|
|
518
|
-
head?: never;
|
|
519
|
-
patch?: never;
|
|
520
|
-
trace?: never;
|
|
521
|
-
};
|
|
522
|
-
}
|
|
523
|
-
export type webhooks = Record<string, never>;
|
|
524
|
-
export interface components {
|
|
525
|
-
schemas: {
|
|
526
|
-
Error: {
|
|
527
|
-
code?: string;
|
|
528
|
-
message: string;
|
|
529
|
-
/**
|
|
530
|
-
* @description What a given `code` carries alongside the message. The keys depend on the code,
|
|
531
|
-
* and a client that does not recognise one ignores it.
|
|
532
|
-
*/
|
|
533
|
-
meta?: {
|
|
534
|
-
[key: string]: unknown;
|
|
535
|
-
};
|
|
536
|
-
/** Format: int64 */
|
|
537
|
-
status: number;
|
|
538
|
-
};
|
|
539
|
-
FloatingIPResource: {
|
|
540
|
-
address: string;
|
|
541
|
-
attached_fixed_ip: string | null;
|
|
542
|
-
attached_port_id: string | null;
|
|
543
|
-
/** Format: int64 */
|
|
544
|
-
bandwidth_mbps: number | null;
|
|
545
|
-
/** Format: date-time */
|
|
546
|
-
created_at: string;
|
|
547
|
-
/** Format: date-time */
|
|
548
|
-
detached_at: string | null;
|
|
549
|
-
/** Format: uuid */
|
|
550
|
-
id: string;
|
|
551
|
-
/** Format: uuid */
|
|
552
|
-
region_id: string;
|
|
553
|
-
/**
|
|
554
|
-
* @description `idle` means the address is not bound to a network interface
|
|
555
|
-
* @enum {string}
|
|
556
|
-
*/
|
|
557
|
-
status: "idle" | "bound";
|
|
558
|
-
subscription_item_ids?: string[];
|
|
559
|
-
};
|
|
560
|
-
FloatingIPListResponseBody: {
|
|
561
|
-
items: components["schemas"]["FloatingIPResource"][];
|
|
562
|
-
/** Format: int64 */
|
|
563
|
-
page: number;
|
|
564
|
-
/** Format: int64 */
|
|
565
|
-
page_size: number;
|
|
566
|
-
/** Format: int64 */
|
|
567
|
-
total_count?: number;
|
|
568
|
-
};
|
|
569
|
-
AllocateFloatingIPRequestBody: {
|
|
570
|
-
/** @description The address to allocate. Allocated by the platform when omitted */
|
|
571
|
-
address?: string;
|
|
572
|
-
/**
|
|
573
|
-
* Format: int64
|
|
574
|
-
* @description Maximum bandwidth in Mbit/s. Address and bandwidth use separate selected prices; a zero or unlimited ceiling is not accepted.
|
|
575
|
-
*/
|
|
576
|
-
bandwidth_mbps: number;
|
|
577
|
-
/** Format: uuid */
|
|
578
|
-
private_network_id: string;
|
|
579
|
-
order: components["schemas"]["OrderOptions"];
|
|
580
|
-
price: components["schemas"]["CatalogReference"];
|
|
581
|
-
bandwidth_price: components["schemas"]["CatalogReference"];
|
|
582
|
-
};
|
|
583
|
-
SetBandwidthRequestBody: {
|
|
584
|
-
/**
|
|
585
|
-
* Format: int64
|
|
586
|
-
* @description Applied to both directions
|
|
587
|
-
*/
|
|
588
|
-
mbps: number;
|
|
589
|
-
order: components["schemas"]["OrderOptions"];
|
|
590
|
-
price: components["schemas"]["CatalogReference"];
|
|
591
|
-
};
|
|
592
|
-
BindFloatingIPRequestBody: {
|
|
593
|
-
/** Format: uuid */
|
|
594
|
-
port_id: string;
|
|
595
|
-
};
|
|
596
|
-
PortResource: {
|
|
597
|
-
/** Format: uuid */
|
|
598
|
-
id: string;
|
|
599
|
-
ipv6_address: string | null;
|
|
600
|
-
mac: string | null;
|
|
601
|
-
name: string;
|
|
602
|
-
private_ip: string | null;
|
|
603
|
-
/** Format: uuid */
|
|
604
|
-
private_network_id: string;
|
|
605
|
-
/** @description Floating IPv4 addresses bound to this network interface; an empty array when none are bound */
|
|
606
|
-
public_ips: string[] | null;
|
|
607
|
-
/** Format: uuid */
|
|
608
|
-
subnet_id: string;
|
|
609
|
-
};
|
|
610
|
-
PortListResponseBody: {
|
|
611
|
-
items: components["schemas"]["PortResource"][];
|
|
612
|
-
/** Format: int64 */
|
|
613
|
-
page: number;
|
|
614
|
-
/** Format: int64 */
|
|
615
|
-
page_size: number;
|
|
616
|
-
/** Format: int64 */
|
|
617
|
-
total_count?: number;
|
|
618
|
-
};
|
|
619
|
-
OperationLogResource: {
|
|
620
|
-
/** @description Name of the operation; matches the operation id of the endpoint */
|
|
621
|
-
action: string;
|
|
622
|
-
/** @description The user who initiated the operation. Empty when the platform performed it */
|
|
623
|
-
actor: string | null;
|
|
624
|
-
/**
|
|
625
|
-
* @description The name this user went by at the time of the operation, recorded alongside the operation itself. It is not refreshed afterwards: the record states who acted then, and a name read today is a statement about a different moment.
|
|
626
|
-
*
|
|
627
|
-
* Null on entries recorded before this field existed, and on entries performed by the platform. An empty string means the account had no name recorded.
|
|
628
|
-
*/
|
|
629
|
-
actor_name: string | null;
|
|
630
|
-
/** @description True when the operation was performed by the platform */
|
|
631
|
-
by_platform: boolean;
|
|
632
|
-
/** Format: date-time */
|
|
633
|
-
created_at: string;
|
|
634
|
-
/** @description Brief reason for the failure */
|
|
635
|
-
failure: string | null;
|
|
636
|
-
/** Format: uuid */
|
|
637
|
-
id: string;
|
|
638
|
-
/** @description Path and query parameters of the request. Fields such as passwords are redacted */
|
|
639
|
-
payload: {
|
|
640
|
-
[key: string]: unknown;
|
|
641
|
-
};
|
|
642
|
-
/** Format: uuid */
|
|
643
|
-
region_id: string | null;
|
|
644
|
-
/** @description Empty for create operations: the id of the new resource is in the response, not in the request path */
|
|
645
|
-
subject_id: string;
|
|
646
|
-
subject_type: string;
|
|
647
|
-
succeeded: boolean;
|
|
648
|
-
};
|
|
649
|
-
OperationLogListResponseBody: {
|
|
650
|
-
items: components["schemas"]["OperationLogResource"][];
|
|
651
|
-
/** Format: int64 */
|
|
652
|
-
page: number;
|
|
653
|
-
/** Format: int64 */
|
|
654
|
-
page_size: number;
|
|
655
|
-
/** Format: int64 */
|
|
656
|
-
total_count?: number;
|
|
657
|
-
};
|
|
658
|
-
CreatePortRequestBody: {
|
|
659
|
-
name?: string;
|
|
660
|
-
/** @description The private address to assign. Allocated automatically when omitted */
|
|
661
|
-
private_ip?: string;
|
|
662
|
-
/** @description At least one, and all must belong to the same private network */
|
|
663
|
-
security_group_ids: string[] | null;
|
|
664
|
-
/** Format: uuid */
|
|
665
|
-
subnet_id: string;
|
|
666
|
-
};
|
|
667
|
-
PrivateNetworkResource: {
|
|
668
|
-
cidr: string;
|
|
669
|
-
/** Format: date-time */
|
|
670
|
-
created_at: string;
|
|
671
|
-
has_internet_gateway: boolean;
|
|
672
|
-
/** Format: uuid */
|
|
673
|
-
id: string;
|
|
674
|
-
name: string;
|
|
675
|
-
/** Format: uuid */
|
|
676
|
-
region_id: string;
|
|
677
|
-
/** Format: date-time */
|
|
678
|
-
updated_at: string;
|
|
679
|
-
};
|
|
680
|
-
PrivateNetworkListResponseBody: {
|
|
681
|
-
items: components["schemas"]["PrivateNetworkResource"][];
|
|
682
|
-
/** Format: int64 */
|
|
683
|
-
page: number;
|
|
684
|
-
/** Format: int64 */
|
|
685
|
-
page_size: number;
|
|
686
|
-
/** Format: int64 */
|
|
687
|
-
total_count?: number;
|
|
688
|
-
};
|
|
689
|
-
CreatePrivateNetworkRequestBody: {
|
|
690
|
-
/** @description Must be an RFC 1918 private CIDR with a prefix length between /8 and /24, for example `10.0.0.0/16` */
|
|
691
|
-
cidr: string;
|
|
692
|
-
name: string;
|
|
693
|
-
/** @description Reuse this key only when retrying the same private network request. */
|
|
694
|
-
idempotency_key: string;
|
|
695
|
-
/** Format: uuid */
|
|
696
|
-
region_id: string;
|
|
697
|
-
};
|
|
698
|
-
RenamePrivateNetworkRequestBody: {
|
|
699
|
-
name: string;
|
|
700
|
-
};
|
|
701
|
-
IPv6ResponseBody: {
|
|
702
|
-
/** @description The allocated /64 prefix; empty while IPv6 is disabled */
|
|
703
|
-
cidr: string;
|
|
704
|
-
enabled: boolean;
|
|
705
|
-
/**
|
|
706
|
-
* @description `active` means IPv6 is fully available
|
|
707
|
-
* @enum {string}
|
|
708
|
-
*/
|
|
709
|
-
status: "pending" | "active" | "draining";
|
|
710
|
-
};
|
|
711
|
-
RouteResource: {
|
|
712
|
-
/** Format: date-time */
|
|
713
|
-
created_at: string;
|
|
714
|
-
description: string;
|
|
715
|
-
destination: string;
|
|
716
|
-
/** Format: uuid */
|
|
717
|
-
id: string;
|
|
718
|
-
nexthop: string;
|
|
719
|
-
};
|
|
720
|
-
RouteListResponseBody: {
|
|
721
|
-
items: components["schemas"]["RouteResource"][];
|
|
722
|
-
/** Format: int64 */
|
|
723
|
-
page: number;
|
|
724
|
-
/** Format: int64 */
|
|
725
|
-
page_size: number;
|
|
726
|
-
/** Format: int64 */
|
|
727
|
-
total_count?: number;
|
|
728
|
-
};
|
|
729
|
-
CreateRouteRequestBody: {
|
|
730
|
-
description?: string;
|
|
731
|
-
/** @description Destination CIDR. It cannot be `0.0.0.0/0`, nor the CIDR of a subnet of this network */
|
|
732
|
-
destination: string;
|
|
733
|
-
/** @description Private address of an instance; must fall inside a subnet of this private network */
|
|
734
|
-
nexthop: string;
|
|
735
|
-
};
|
|
736
|
-
SubnetResource: {
|
|
737
|
-
cidr: string;
|
|
738
|
-
gateway_ip: string | null;
|
|
739
|
-
/** Format: uuid */
|
|
740
|
-
id: string;
|
|
741
|
-
/**
|
|
742
|
-
* Format: int64
|
|
743
|
-
* @enum {integer}
|
|
744
|
-
*/
|
|
745
|
-
ip_version: 4 | 6;
|
|
746
|
-
name: string;
|
|
747
|
-
/** Format: uuid */
|
|
748
|
-
private_network_id: string;
|
|
749
|
-
};
|
|
750
|
-
SubnetListResponseBody: {
|
|
751
|
-
items: components["schemas"]["SubnetResource"][];
|
|
752
|
-
/** Format: int64 */
|
|
753
|
-
page: number;
|
|
754
|
-
/** Format: int64 */
|
|
755
|
-
page_size: number;
|
|
756
|
-
/** Format: int64 */
|
|
757
|
-
total_count?: number;
|
|
758
|
-
};
|
|
759
|
-
CreateSubnetRequestBody: {
|
|
760
|
-
/** @description Must fall inside the CIDR of the private network and must not overlap an existing subnet */
|
|
761
|
-
cidr: string;
|
|
762
|
-
name: string;
|
|
763
|
-
};
|
|
764
|
-
NextFreeCidrResponseBody: {
|
|
765
|
-
/** @description Empty when the private network has no free CIDR left for that prefix length */
|
|
766
|
-
cidr: string;
|
|
767
|
-
};
|
|
768
|
-
SecurityGroupResource: {
|
|
769
|
-
/** Format: date-time */
|
|
770
|
-
created_at: string;
|
|
771
|
-
description: string;
|
|
772
|
-
/** Format: uuid */
|
|
773
|
-
id: string;
|
|
774
|
-
/** @description The default security group is released with its private network and cannot be deleted individually */
|
|
775
|
-
is_default: boolean;
|
|
776
|
-
name: string;
|
|
777
|
-
/** Format: uuid */
|
|
778
|
-
private_network_id: string;
|
|
779
|
-
};
|
|
780
|
-
SecurityGroupListResponseBody: {
|
|
781
|
-
items: components["schemas"]["SecurityGroupResource"][];
|
|
782
|
-
/** Format: int64 */
|
|
783
|
-
page: number;
|
|
784
|
-
/** Format: int64 */
|
|
785
|
-
page_size: number;
|
|
786
|
-
/** Format: int64 */
|
|
787
|
-
total_count?: number;
|
|
788
|
-
};
|
|
789
|
-
CreateSecurityGroupRequestBody: {
|
|
790
|
-
description?: string;
|
|
791
|
-
name: string;
|
|
792
|
-
/** Format: uuid */
|
|
793
|
-
private_network_id: string;
|
|
794
|
-
};
|
|
795
|
-
SecurityRuleResource: {
|
|
796
|
-
/** Format: date-time */
|
|
797
|
-
created_at: string;
|
|
798
|
-
description: string;
|
|
799
|
-
/** @enum {string} */
|
|
800
|
-
direction: "ingress" | "egress";
|
|
801
|
-
/** @enum {string} */
|
|
802
|
-
ethertype: "IPv4" | "IPv6";
|
|
803
|
-
/** Format: uuid */
|
|
804
|
-
id: string;
|
|
805
|
-
/**
|
|
806
|
-
* Format: int64
|
|
807
|
-
* @description Denotes the ICMP code rather than a port when the protocol is ICMP
|
|
808
|
-
*/
|
|
809
|
-
port_range_max: number | null;
|
|
810
|
-
/**
|
|
811
|
-
* Format: int64
|
|
812
|
-
* @description Denotes the ICMP type rather than a port when the protocol is ICMP
|
|
813
|
-
*/
|
|
814
|
-
port_range_min: number | null;
|
|
815
|
-
protocol: string | null;
|
|
816
|
-
remote_ip_prefix: string | null;
|
|
817
|
-
};
|
|
818
|
-
SecurityRuleListResponseBody: {
|
|
819
|
-
items: components["schemas"]["SecurityRuleResource"][];
|
|
820
|
-
/** Format: int64 */
|
|
821
|
-
page: number;
|
|
822
|
-
/** Format: int64 */
|
|
823
|
-
page_size: number;
|
|
824
|
-
/** Format: int64 */
|
|
825
|
-
total_count?: number;
|
|
826
|
-
};
|
|
827
|
-
CreateSecurityRuleRequestBody: {
|
|
828
|
-
description?: string;
|
|
829
|
-
/** @enum {string} */
|
|
830
|
-
direction: "ingress" | "egress";
|
|
831
|
-
/** @enum {string} */
|
|
832
|
-
ethertype: "IPv4" | "IPv6";
|
|
833
|
-
/**
|
|
834
|
-
* Format: int64
|
|
835
|
-
* @description Denotes the ICMP code (0–255) rather than a port when the protocol is ICMP
|
|
836
|
-
*/
|
|
837
|
-
port_range_max?: number | null;
|
|
838
|
-
/**
|
|
839
|
-
* Format: int64
|
|
840
|
-
* @description Denotes the ICMP type (0–255) rather than a port when the protocol is ICMP
|
|
841
|
-
*/
|
|
842
|
-
port_range_min?: number | null;
|
|
843
|
-
/** @description For example `tcp`, `udp`, `icmp` or `ipv6-icmp`. All protocols when omitted */
|
|
844
|
-
protocol?: string;
|
|
845
|
-
/** @description Equivalent to `0.0.0.0/0` or `::/0` when omitted */
|
|
846
|
-
remote_ip_prefix?: string;
|
|
847
|
-
};
|
|
848
|
-
RenameSecurityGroupRequestBody: {
|
|
849
|
-
name: string;
|
|
850
|
-
};
|
|
851
|
-
/** @description Reuse the same key for retries of the same purchase. Reusing it with a different request fails. Billing selects contract pricing, applies eligible grants and promotions, and owns payment challenges and expiry. */
|
|
852
|
-
OrderOptions: {
|
|
853
|
-
idempotency_key: string;
|
|
854
|
-
payment_plan?: components["schemas"]["PaymentPlan"];
|
|
855
|
-
expected_amount?: string;
|
|
856
|
-
redemption_code?: string;
|
|
857
|
-
};
|
|
858
|
-
/** @description Specify exactly one of id or lookup_key. A lookup key is scoped to the product of the resource service. */
|
|
859
|
-
CatalogReference: {
|
|
860
|
-
/** Format: uuid */
|
|
861
|
-
id?: string;
|
|
862
|
-
lookup_key?: string;
|
|
863
|
-
};
|
|
864
|
-
/**
|
|
865
|
-
* @description A billable order has been created. Read it from the billing API to find out what is
|
|
866
|
-
* owed and whether payment is still required.
|
|
867
|
-
*
|
|
868
|
-
* Only the identifier is returned. Amounts and state are not repeated here; the order
|
|
869
|
-
* itself is the single source for them.
|
|
870
|
-
*/
|
|
871
|
-
PlacedOrder: {
|
|
872
|
-
/**
|
|
873
|
-
* Format: uuid
|
|
874
|
-
* @description Identifies the order. Use it to read the order and, where payment is required,
|
|
875
|
-
* to pay it.
|
|
876
|
-
*
|
|
877
|
-
* An order is created even when nothing is owed, such as a plan with no charge or one
|
|
878
|
-
* covered entirely by granted credit. Such an order is already settled, and no
|
|
879
|
-
* payment step applies.
|
|
880
|
-
*/
|
|
881
|
-
order_id: string;
|
|
882
|
-
};
|
|
883
|
-
/** @description An authoritative claim held by the resource owner. Reserved, active and releasing claims all prevent idle reclamation. Stopped consumers retain their claims. Released claims remain readable. */
|
|
884
|
-
ResourceUsage: {
|
|
885
|
-
/** Format: uuid */
|
|
886
|
-
id: string;
|
|
887
|
-
/** Format: uuid */
|
|
888
|
-
project_id: string;
|
|
889
|
-
resource: components["schemas"]["ResourceReference"];
|
|
890
|
-
consumer: components["schemas"]["ResourceReference"];
|
|
891
|
-
purpose: string;
|
|
892
|
-
/** @enum {string} */
|
|
893
|
-
state: "reserved" | "active" | "releasing" | "released";
|
|
894
|
-
/** Format: int64 */
|
|
895
|
-
generation: number;
|
|
896
|
-
operation_id: string;
|
|
897
|
-
/** Format: date-time */
|
|
898
|
-
created_at: string;
|
|
899
|
-
/** Format: date-time */
|
|
900
|
-
updated_at: string;
|
|
901
|
-
/** Format: date-time */
|
|
902
|
-
released_at?: string;
|
|
903
|
-
};
|
|
904
|
-
ResourceUsageList: {
|
|
905
|
-
items: components["schemas"]["ResourceUsage"][];
|
|
906
|
-
pagination: components["schemas"]["OffsetPagination"];
|
|
907
|
-
};
|
|
908
|
-
/** @description Automatic reclamation is disabled by default. When enabled, retention starts after the last live claim is confirmed released. Traffic, IO and consumer heartbeats do not affect eligibility. */
|
|
909
|
-
IdlePolicy: {
|
|
910
|
-
/** @default false */
|
|
911
|
-
enabled: boolean;
|
|
912
|
-
/** Format: int64 */
|
|
913
|
-
retention_seconds: number;
|
|
914
|
-
};
|
|
915
|
-
ReclamationState: {
|
|
916
|
-
resource: components["schemas"]["ResourceReference"];
|
|
917
|
-
policy: components["schemas"]["IdlePolicy"];
|
|
918
|
-
/** Format: int64 */
|
|
919
|
-
active_usage_count: number;
|
|
920
|
-
/** Format: date-time */
|
|
921
|
-
unreferenced_at?: string;
|
|
922
|
-
/** Format: date-time */
|
|
923
|
-
eligible_at?: string;
|
|
924
|
-
/** @enum {string} */
|
|
925
|
-
status: "retained" | "in_use" | "idle" | "reclaiming" | "deleted";
|
|
926
|
-
blocked_reasons: string[];
|
|
927
|
-
};
|
|
928
|
-
Attachment: {
|
|
929
|
-
/** Format: uuid */
|
|
930
|
-
id: string;
|
|
931
|
-
/** Format: uuid */
|
|
932
|
-
usage_id: string;
|
|
933
|
-
resource: components["schemas"]["ResourceReference"];
|
|
934
|
-
consumer: components["schemas"]["ResourceReference"];
|
|
935
|
-
/** @enum {string} */
|
|
936
|
-
state: "reserved" | "attaching" | "attached" | "detaching" | "detached" | "unknown";
|
|
937
|
-
/** Format: int64 */
|
|
938
|
-
generation: number;
|
|
939
|
-
device?: string;
|
|
940
|
-
read_only: boolean;
|
|
941
|
-
/** Format: date-time */
|
|
942
|
-
created_at: string;
|
|
943
|
-
/** Format: date-time */
|
|
944
|
-
updated_at: string;
|
|
945
|
-
};
|
|
946
|
-
AttachmentList: {
|
|
947
|
-
items: components["schemas"]["Attachment"][];
|
|
948
|
-
pagination: components["schemas"]["OffsetPagination"];
|
|
949
|
-
};
|
|
950
|
-
/** @description Requested funding split. This does not select a card or payment provider; complete payment through Billing. */
|
|
951
|
-
PaymentPlan: {
|
|
952
|
-
balance_amount: string;
|
|
953
|
-
provider_amount: string;
|
|
954
|
-
};
|
|
955
|
-
/** @description A resource identified within its owning service. The project is taken from the containing usage or request. */
|
|
956
|
-
ResourceReference: {
|
|
957
|
-
service: string;
|
|
958
|
-
type: string;
|
|
959
|
-
/** Format: uuid */
|
|
960
|
-
id: string;
|
|
961
|
-
};
|
|
962
|
-
/** @description Pagination metadata for stable numbered pages. total_count is returned only when the operation can determine it without an unbounded scan. */
|
|
963
|
-
OffsetPagination: {
|
|
964
|
-
/** Format: int64 */
|
|
965
|
-
page: number;
|
|
966
|
-
/** Format: int64 */
|
|
967
|
-
page_size: number;
|
|
968
|
-
/** Format: int64 */
|
|
969
|
-
total_count?: number;
|
|
970
|
-
};
|
|
971
|
-
};
|
|
972
|
-
responses: never;
|
|
973
|
-
parameters: never;
|
|
974
|
-
requestBodies: never;
|
|
975
|
-
headers: never;
|
|
976
|
-
pathItems: never;
|
|
977
|
-
}
|
|
978
|
-
export type $defs = Record<string, never>;
|
|
979
|
-
export interface operations {
|
|
980
|
-
"list-floating-ips": {
|
|
981
|
-
parameters: {
|
|
982
|
-
query?: {
|
|
983
|
-
page?: number;
|
|
984
|
-
page_size?: number;
|
|
985
|
-
};
|
|
986
|
-
header?: never;
|
|
987
|
-
path?: never;
|
|
988
|
-
cookie?: never;
|
|
989
|
-
};
|
|
990
|
-
requestBody?: never;
|
|
991
|
-
responses: {
|
|
992
|
-
/** @description OK */
|
|
993
|
-
200: {
|
|
994
|
-
headers: {
|
|
995
|
-
[name: string]: unknown;
|
|
996
|
-
};
|
|
997
|
-
content: {
|
|
998
|
-
"application/json": components["schemas"]["FloatingIPListResponseBody"];
|
|
999
|
-
};
|
|
1000
|
-
};
|
|
1001
|
-
/** @description Error */
|
|
1002
|
-
default: {
|
|
1003
|
-
headers: {
|
|
1004
|
-
[name: string]: unknown;
|
|
1005
|
-
};
|
|
1006
|
-
content: {
|
|
1007
|
-
"application/json": components["schemas"]["Error"];
|
|
1008
|
-
};
|
|
1009
|
-
};
|
|
1010
|
-
};
|
|
1011
|
-
};
|
|
1012
|
-
"allocate-floating-ip": {
|
|
1013
|
-
parameters: {
|
|
1014
|
-
query?: never;
|
|
1015
|
-
header?: never;
|
|
1016
|
-
path?: never;
|
|
1017
|
-
cookie?: never;
|
|
1018
|
-
};
|
|
1019
|
-
requestBody: {
|
|
1020
|
-
content: {
|
|
1021
|
-
"application/json": components["schemas"]["AllocateFloatingIPRequestBody"];
|
|
1022
|
-
};
|
|
1023
|
-
};
|
|
1024
|
-
responses: {
|
|
1025
|
-
/** @description Accepted */
|
|
1026
|
-
202: {
|
|
1027
|
-
headers: {
|
|
1028
|
-
[name: string]: unknown;
|
|
1029
|
-
};
|
|
1030
|
-
content: {
|
|
1031
|
-
"application/json": components["schemas"]["PlacedOrder"];
|
|
1032
|
-
};
|
|
1033
|
-
};
|
|
1034
|
-
/** @description Error */
|
|
1035
|
-
default: {
|
|
1036
|
-
headers: {
|
|
1037
|
-
[name: string]: unknown;
|
|
1038
|
-
};
|
|
1039
|
-
content: {
|
|
1040
|
-
"application/json": components["schemas"]["Error"];
|
|
1041
|
-
};
|
|
1042
|
-
};
|
|
1043
|
-
};
|
|
1044
|
-
};
|
|
1045
|
-
"get-floating-ip": {
|
|
1046
|
-
parameters: {
|
|
1047
|
-
query?: never;
|
|
1048
|
-
header?: never;
|
|
1049
|
-
path: {
|
|
1050
|
-
floatingIpId: string;
|
|
1051
|
-
};
|
|
1052
|
-
cookie?: never;
|
|
1053
|
-
};
|
|
1054
|
-
requestBody?: never;
|
|
1055
|
-
responses: {
|
|
1056
|
-
/** @description OK */
|
|
1057
|
-
200: {
|
|
1058
|
-
headers: {
|
|
1059
|
-
[name: string]: unknown;
|
|
1060
|
-
};
|
|
1061
|
-
content: {
|
|
1062
|
-
"application/json": components["schemas"]["FloatingIPResource"];
|
|
1063
|
-
};
|
|
1064
|
-
};
|
|
1065
|
-
/** @description Error */
|
|
1066
|
-
default: {
|
|
1067
|
-
headers: {
|
|
1068
|
-
[name: string]: unknown;
|
|
1069
|
-
};
|
|
1070
|
-
content: {
|
|
1071
|
-
"application/json": components["schemas"]["Error"];
|
|
1072
|
-
};
|
|
1073
|
-
};
|
|
1074
|
-
};
|
|
1075
|
-
};
|
|
1076
|
-
"release-floating-ip": {
|
|
1077
|
-
parameters: {
|
|
1078
|
-
query?: never;
|
|
1079
|
-
header?: never;
|
|
1080
|
-
path: {
|
|
1081
|
-
floatingIpId: string;
|
|
1082
|
-
};
|
|
1083
|
-
cookie?: never;
|
|
1084
|
-
};
|
|
1085
|
-
requestBody?: never;
|
|
1086
|
-
responses: {
|
|
1087
|
-
/** @description No Content */
|
|
1088
|
-
204: {
|
|
1089
|
-
headers: {
|
|
1090
|
-
[name: string]: unknown;
|
|
1091
|
-
};
|
|
1092
|
-
content?: never;
|
|
1093
|
-
};
|
|
1094
|
-
/** @description Error */
|
|
1095
|
-
default: {
|
|
1096
|
-
headers: {
|
|
1097
|
-
[name: string]: unknown;
|
|
1098
|
-
};
|
|
1099
|
-
content: {
|
|
1100
|
-
"application/json": components["schemas"]["Error"];
|
|
1101
|
-
};
|
|
1102
|
-
};
|
|
1103
|
-
};
|
|
1104
|
-
};
|
|
1105
|
-
"set-floating-ip-bandwidth": {
|
|
1106
|
-
parameters: {
|
|
1107
|
-
query?: never;
|
|
1108
|
-
header?: never;
|
|
1109
|
-
path: {
|
|
1110
|
-
floatingIpId: string;
|
|
1111
|
-
};
|
|
1112
|
-
cookie?: never;
|
|
1113
|
-
};
|
|
1114
|
-
requestBody: {
|
|
1115
|
-
content: {
|
|
1116
|
-
"application/json": components["schemas"]["SetBandwidthRequestBody"];
|
|
1117
|
-
};
|
|
1118
|
-
};
|
|
1119
|
-
responses: {
|
|
1120
|
-
/** @description Accepted */
|
|
1121
|
-
202: {
|
|
1122
|
-
headers: {
|
|
1123
|
-
[name: string]: unknown;
|
|
1124
|
-
};
|
|
1125
|
-
content: {
|
|
1126
|
-
"application/json": components["schemas"]["PlacedOrder"];
|
|
1127
|
-
};
|
|
1128
|
-
};
|
|
1129
|
-
/** @description Error */
|
|
1130
|
-
default: {
|
|
1131
|
-
headers: {
|
|
1132
|
-
[name: string]: unknown;
|
|
1133
|
-
};
|
|
1134
|
-
content: {
|
|
1135
|
-
"application/json": components["schemas"]["Error"];
|
|
1136
|
-
};
|
|
1137
|
-
};
|
|
1138
|
-
};
|
|
1139
|
-
};
|
|
1140
|
-
"bind-floating-ip": {
|
|
1141
|
-
parameters: {
|
|
1142
|
-
query?: never;
|
|
1143
|
-
header?: never;
|
|
1144
|
-
path: {
|
|
1145
|
-
floatingIpId: string;
|
|
1146
|
-
};
|
|
1147
|
-
cookie?: never;
|
|
1148
|
-
};
|
|
1149
|
-
requestBody: {
|
|
1150
|
-
content: {
|
|
1151
|
-
"application/json": components["schemas"]["BindFloatingIPRequestBody"];
|
|
1152
|
-
};
|
|
1153
|
-
};
|
|
1154
|
-
responses: {
|
|
1155
|
-
/** @description OK */
|
|
1156
|
-
200: {
|
|
1157
|
-
headers: {
|
|
1158
|
-
[name: string]: unknown;
|
|
1159
|
-
};
|
|
1160
|
-
content: {
|
|
1161
|
-
"application/json": components["schemas"]["FloatingIPResource"];
|
|
1162
|
-
};
|
|
1163
|
-
};
|
|
1164
|
-
/** @description Error */
|
|
1165
|
-
default: {
|
|
1166
|
-
headers: {
|
|
1167
|
-
[name: string]: unknown;
|
|
1168
|
-
};
|
|
1169
|
-
content: {
|
|
1170
|
-
"application/json": components["schemas"]["Error"];
|
|
1171
|
-
};
|
|
1172
|
-
};
|
|
1173
|
-
};
|
|
1174
|
-
};
|
|
1175
|
-
"unbind-floating-ip": {
|
|
1176
|
-
parameters: {
|
|
1177
|
-
query?: never;
|
|
1178
|
-
header?: never;
|
|
1179
|
-
path: {
|
|
1180
|
-
floatingIpId: string;
|
|
1181
|
-
};
|
|
1182
|
-
cookie?: never;
|
|
1183
|
-
};
|
|
1184
|
-
requestBody?: never;
|
|
1185
|
-
responses: {
|
|
1186
|
-
/** @description OK */
|
|
1187
|
-
200: {
|
|
1188
|
-
headers: {
|
|
1189
|
-
[name: string]: unknown;
|
|
1190
|
-
};
|
|
1191
|
-
content: {
|
|
1192
|
-
"application/json": components["schemas"]["FloatingIPResource"];
|
|
1193
|
-
};
|
|
1194
|
-
};
|
|
1195
|
-
/** @description Error */
|
|
1196
|
-
default: {
|
|
1197
|
-
headers: {
|
|
1198
|
-
[name: string]: unknown;
|
|
1199
|
-
};
|
|
1200
|
-
content: {
|
|
1201
|
-
"application/json": components["schemas"]["Error"];
|
|
1202
|
-
};
|
|
1203
|
-
};
|
|
1204
|
-
};
|
|
1205
|
-
};
|
|
1206
|
-
"list-operation-logs": {
|
|
1207
|
-
parameters: {
|
|
1208
|
-
query?: {
|
|
1209
|
-
/** @description Return a single kind of operation; the value matches the operation id of the endpoint */
|
|
1210
|
-
action?: string;
|
|
1211
|
-
page?: number;
|
|
1212
|
-
page_size?: number;
|
|
1213
|
-
};
|
|
1214
|
-
header?: never;
|
|
1215
|
-
path?: never;
|
|
1216
|
-
cookie?: never;
|
|
1217
|
-
};
|
|
1218
|
-
requestBody?: never;
|
|
1219
|
-
responses: {
|
|
1220
|
-
/** @description OK */
|
|
1221
|
-
200: {
|
|
1222
|
-
headers: {
|
|
1223
|
-
[name: string]: unknown;
|
|
1224
|
-
};
|
|
1225
|
-
content: {
|
|
1226
|
-
"application/json": components["schemas"]["OperationLogListResponseBody"];
|
|
1227
|
-
};
|
|
1228
|
-
};
|
|
1229
|
-
/** @description Error */
|
|
1230
|
-
default: {
|
|
1231
|
-
headers: {
|
|
1232
|
-
[name: string]: unknown;
|
|
1233
|
-
};
|
|
1234
|
-
content: {
|
|
1235
|
-
"application/json": components["schemas"]["Error"];
|
|
1236
|
-
};
|
|
1237
|
-
};
|
|
1238
|
-
};
|
|
1239
|
-
};
|
|
1240
|
-
"list-ports": {
|
|
1241
|
-
parameters: {
|
|
1242
|
-
query?: {
|
|
1243
|
-
page?: number;
|
|
1244
|
-
page_size?: number;
|
|
1245
|
-
};
|
|
1246
|
-
header?: never;
|
|
1247
|
-
path?: never;
|
|
1248
|
-
cookie?: never;
|
|
1249
|
-
};
|
|
1250
|
-
requestBody?: never;
|
|
1251
|
-
responses: {
|
|
1252
|
-
/** @description OK */
|
|
1253
|
-
200: {
|
|
1254
|
-
headers: {
|
|
1255
|
-
[name: string]: unknown;
|
|
1256
|
-
};
|
|
1257
|
-
content: {
|
|
1258
|
-
"application/json": components["schemas"]["PortListResponseBody"];
|
|
1259
|
-
};
|
|
1260
|
-
};
|
|
1261
|
-
/** @description Error */
|
|
1262
|
-
default: {
|
|
1263
|
-
headers: {
|
|
1264
|
-
[name: string]: unknown;
|
|
1265
|
-
};
|
|
1266
|
-
content: {
|
|
1267
|
-
"application/json": components["schemas"]["Error"];
|
|
1268
|
-
};
|
|
1269
|
-
};
|
|
1270
|
-
};
|
|
1271
|
-
};
|
|
1272
|
-
"create-port": {
|
|
1273
|
-
parameters: {
|
|
1274
|
-
query?: never;
|
|
1275
|
-
header?: never;
|
|
1276
|
-
path?: never;
|
|
1277
|
-
cookie?: never;
|
|
1278
|
-
};
|
|
1279
|
-
requestBody: {
|
|
1280
|
-
content: {
|
|
1281
|
-
"application/json": components["schemas"]["CreatePortRequestBody"];
|
|
1282
|
-
};
|
|
1283
|
-
};
|
|
1284
|
-
responses: {
|
|
1285
|
-
/** @description Created */
|
|
1286
|
-
201: {
|
|
1287
|
-
headers: {
|
|
1288
|
-
[name: string]: unknown;
|
|
1289
|
-
};
|
|
1290
|
-
content: {
|
|
1291
|
-
"application/json": components["schemas"]["PortResource"];
|
|
1292
|
-
};
|
|
1293
|
-
};
|
|
1294
|
-
/** @description Error */
|
|
1295
|
-
default: {
|
|
1296
|
-
headers: {
|
|
1297
|
-
[name: string]: unknown;
|
|
1298
|
-
};
|
|
1299
|
-
content: {
|
|
1300
|
-
"application/json": components["schemas"]["Error"];
|
|
1301
|
-
};
|
|
1302
|
-
};
|
|
1303
|
-
};
|
|
1304
|
-
};
|
|
1305
|
-
"get-port": {
|
|
1306
|
-
parameters: {
|
|
1307
|
-
query?: never;
|
|
1308
|
-
header?: never;
|
|
1309
|
-
path: {
|
|
1310
|
-
portId: string;
|
|
1311
|
-
};
|
|
1312
|
-
cookie?: never;
|
|
1313
|
-
};
|
|
1314
|
-
requestBody?: never;
|
|
1315
|
-
responses: {
|
|
1316
|
-
/** @description OK */
|
|
1317
|
-
200: {
|
|
1318
|
-
headers: {
|
|
1319
|
-
[name: string]: unknown;
|
|
1320
|
-
};
|
|
1321
|
-
content: {
|
|
1322
|
-
"application/json": components["schemas"]["PortResource"];
|
|
1323
|
-
};
|
|
1324
|
-
};
|
|
1325
|
-
/** @description Error */
|
|
1326
|
-
default: {
|
|
1327
|
-
headers: {
|
|
1328
|
-
[name: string]: unknown;
|
|
1329
|
-
};
|
|
1330
|
-
content: {
|
|
1331
|
-
"application/json": components["schemas"]["Error"];
|
|
1332
|
-
};
|
|
1333
|
-
};
|
|
1334
|
-
};
|
|
1335
|
-
};
|
|
1336
|
-
"delete-port": {
|
|
1337
|
-
parameters: {
|
|
1338
|
-
query?: never;
|
|
1339
|
-
header?: never;
|
|
1340
|
-
path: {
|
|
1341
|
-
portId: string;
|
|
1342
|
-
};
|
|
1343
|
-
cookie?: never;
|
|
1344
|
-
};
|
|
1345
|
-
requestBody?: never;
|
|
1346
|
-
responses: {
|
|
1347
|
-
/** @description No Content */
|
|
1348
|
-
204: {
|
|
1349
|
-
headers: {
|
|
1350
|
-
[name: string]: unknown;
|
|
1351
|
-
};
|
|
1352
|
-
content?: never;
|
|
1353
|
-
};
|
|
1354
|
-
/** @description Error */
|
|
1355
|
-
default: {
|
|
1356
|
-
headers: {
|
|
1357
|
-
[name: string]: unknown;
|
|
1358
|
-
};
|
|
1359
|
-
content: {
|
|
1360
|
-
"application/json": components["schemas"]["Error"];
|
|
1361
|
-
};
|
|
1362
|
-
};
|
|
1363
|
-
};
|
|
1364
|
-
};
|
|
1365
|
-
"list-private-networks": {
|
|
1366
|
-
parameters: {
|
|
1367
|
-
query?: {
|
|
1368
|
-
/** @description Returns every region when omitted */
|
|
1369
|
-
region_id?: string;
|
|
1370
|
-
page?: number;
|
|
1371
|
-
page_size?: number;
|
|
1372
|
-
};
|
|
1373
|
-
header?: never;
|
|
1374
|
-
path?: never;
|
|
1375
|
-
cookie?: never;
|
|
1376
|
-
};
|
|
1377
|
-
requestBody?: never;
|
|
1378
|
-
responses: {
|
|
1379
|
-
/** @description OK */
|
|
1380
|
-
200: {
|
|
1381
|
-
headers: {
|
|
1382
|
-
[name: string]: unknown;
|
|
1383
|
-
};
|
|
1384
|
-
content: {
|
|
1385
|
-
"application/json": components["schemas"]["PrivateNetworkListResponseBody"];
|
|
1386
|
-
};
|
|
1387
|
-
};
|
|
1388
|
-
/** @description Error */
|
|
1389
|
-
default: {
|
|
1390
|
-
headers: {
|
|
1391
|
-
[name: string]: unknown;
|
|
1392
|
-
};
|
|
1393
|
-
content: {
|
|
1394
|
-
"application/json": components["schemas"]["Error"];
|
|
1395
|
-
};
|
|
1396
|
-
};
|
|
1397
|
-
};
|
|
1398
|
-
};
|
|
1399
|
-
"create-private-network": {
|
|
1400
|
-
parameters: {
|
|
1401
|
-
query?: never;
|
|
1402
|
-
header?: never;
|
|
1403
|
-
path?: never;
|
|
1404
|
-
cookie?: never;
|
|
1405
|
-
};
|
|
1406
|
-
requestBody: {
|
|
1407
|
-
content: {
|
|
1408
|
-
"application/json": components["schemas"]["CreatePrivateNetworkRequestBody"];
|
|
1409
|
-
};
|
|
1410
|
-
};
|
|
1411
|
-
responses: {
|
|
1412
|
-
/** @description Created */
|
|
1413
|
-
201: {
|
|
1414
|
-
headers: {
|
|
1415
|
-
[name: string]: unknown;
|
|
1416
|
-
};
|
|
1417
|
-
content: {
|
|
1418
|
-
"application/json": components["schemas"]["PrivateNetworkResource"];
|
|
1419
|
-
};
|
|
1420
|
-
};
|
|
1421
|
-
/** @description Error */
|
|
1422
|
-
default: {
|
|
1423
|
-
headers: {
|
|
1424
|
-
[name: string]: unknown;
|
|
1425
|
-
};
|
|
1426
|
-
content: {
|
|
1427
|
-
"application/json": components["schemas"]["Error"];
|
|
1428
|
-
};
|
|
1429
|
-
};
|
|
1430
|
-
};
|
|
1431
|
-
};
|
|
1432
|
-
"get-private-network": {
|
|
1433
|
-
parameters: {
|
|
1434
|
-
query?: never;
|
|
1435
|
-
header?: never;
|
|
1436
|
-
path: {
|
|
1437
|
-
privateNetworkId: string;
|
|
1438
|
-
};
|
|
1439
|
-
cookie?: never;
|
|
1440
|
-
};
|
|
1441
|
-
requestBody?: never;
|
|
1442
|
-
responses: {
|
|
1443
|
-
/** @description OK */
|
|
1444
|
-
200: {
|
|
1445
|
-
headers: {
|
|
1446
|
-
[name: string]: unknown;
|
|
1447
|
-
};
|
|
1448
|
-
content: {
|
|
1449
|
-
"application/json": components["schemas"]["PrivateNetworkResource"];
|
|
1450
|
-
};
|
|
1451
|
-
};
|
|
1452
|
-
/** @description Error */
|
|
1453
|
-
default: {
|
|
1454
|
-
headers: {
|
|
1455
|
-
[name: string]: unknown;
|
|
1456
|
-
};
|
|
1457
|
-
content: {
|
|
1458
|
-
"application/json": components["schemas"]["Error"];
|
|
1459
|
-
};
|
|
1460
|
-
};
|
|
1461
|
-
};
|
|
1462
|
-
};
|
|
1463
|
-
"delete-private-network": {
|
|
1464
|
-
parameters: {
|
|
1465
|
-
query?: never;
|
|
1466
|
-
header?: never;
|
|
1467
|
-
path: {
|
|
1468
|
-
privateNetworkId: string;
|
|
1469
|
-
};
|
|
1470
|
-
cookie?: never;
|
|
1471
|
-
};
|
|
1472
|
-
requestBody?: never;
|
|
1473
|
-
responses: {
|
|
1474
|
-
/** @description No Content */
|
|
1475
|
-
204: {
|
|
1476
|
-
headers: {
|
|
1477
|
-
[name: string]: unknown;
|
|
1478
|
-
};
|
|
1479
|
-
content?: never;
|
|
1480
|
-
};
|
|
1481
|
-
/** @description Error */
|
|
1482
|
-
default: {
|
|
1483
|
-
headers: {
|
|
1484
|
-
[name: string]: unknown;
|
|
1485
|
-
};
|
|
1486
|
-
content: {
|
|
1487
|
-
"application/json": components["schemas"]["Error"];
|
|
1488
|
-
};
|
|
1489
|
-
};
|
|
1490
|
-
};
|
|
1491
|
-
};
|
|
1492
|
-
"rename-private-network": {
|
|
1493
|
-
parameters: {
|
|
1494
|
-
query?: never;
|
|
1495
|
-
header?: never;
|
|
1496
|
-
path: {
|
|
1497
|
-
privateNetworkId: string;
|
|
1498
|
-
};
|
|
1499
|
-
cookie?: never;
|
|
1500
|
-
};
|
|
1501
|
-
requestBody: {
|
|
1502
|
-
content: {
|
|
1503
|
-
"application/json": components["schemas"]["RenamePrivateNetworkRequestBody"];
|
|
1504
|
-
};
|
|
1505
|
-
};
|
|
1506
|
-
responses: {
|
|
1507
|
-
/** @description OK */
|
|
1508
|
-
200: {
|
|
1509
|
-
headers: {
|
|
1510
|
-
[name: string]: unknown;
|
|
1511
|
-
};
|
|
1512
|
-
content: {
|
|
1513
|
-
"application/json": components["schemas"]["PrivateNetworkResource"];
|
|
1514
|
-
};
|
|
1515
|
-
};
|
|
1516
|
-
/** @description Error */
|
|
1517
|
-
default: {
|
|
1518
|
-
headers: {
|
|
1519
|
-
[name: string]: unknown;
|
|
1520
|
-
};
|
|
1521
|
-
content: {
|
|
1522
|
-
"application/json": components["schemas"]["Error"];
|
|
1523
|
-
};
|
|
1524
|
-
};
|
|
1525
|
-
};
|
|
1526
|
-
};
|
|
1527
|
-
"get-private-network-ipv6": {
|
|
1528
|
-
parameters: {
|
|
1529
|
-
query?: never;
|
|
1530
|
-
header?: never;
|
|
1531
|
-
path: {
|
|
1532
|
-
privateNetworkId: string;
|
|
1533
|
-
};
|
|
1534
|
-
cookie?: never;
|
|
1535
|
-
};
|
|
1536
|
-
requestBody?: never;
|
|
1537
|
-
responses: {
|
|
1538
|
-
/** @description OK */
|
|
1539
|
-
200: {
|
|
1540
|
-
headers: {
|
|
1541
|
-
[name: string]: unknown;
|
|
1542
|
-
};
|
|
1543
|
-
content: {
|
|
1544
|
-
"application/json": components["schemas"]["IPv6ResponseBody"];
|
|
1545
|
-
};
|
|
1546
|
-
};
|
|
1547
|
-
/** @description Error */
|
|
1548
|
-
default: {
|
|
1549
|
-
headers: {
|
|
1550
|
-
[name: string]: unknown;
|
|
1551
|
-
};
|
|
1552
|
-
content: {
|
|
1553
|
-
"application/json": components["schemas"]["Error"];
|
|
1554
|
-
};
|
|
1555
|
-
};
|
|
1556
|
-
};
|
|
1557
|
-
};
|
|
1558
|
-
"enable-private-network-ipv6": {
|
|
1559
|
-
parameters: {
|
|
1560
|
-
query?: never;
|
|
1561
|
-
header?: never;
|
|
1562
|
-
path: {
|
|
1563
|
-
privateNetworkId: string;
|
|
1564
|
-
};
|
|
1565
|
-
cookie?: never;
|
|
1566
|
-
};
|
|
1567
|
-
requestBody?: never;
|
|
1568
|
-
responses: {
|
|
1569
|
-
/** @description OK */
|
|
1570
|
-
200: {
|
|
1571
|
-
headers: {
|
|
1572
|
-
[name: string]: unknown;
|
|
1573
|
-
};
|
|
1574
|
-
content: {
|
|
1575
|
-
"application/json": components["schemas"]["IPv6ResponseBody"];
|
|
1576
|
-
};
|
|
1577
|
-
};
|
|
1578
|
-
/** @description Error */
|
|
1579
|
-
default: {
|
|
1580
|
-
headers: {
|
|
1581
|
-
[name: string]: unknown;
|
|
1582
|
-
};
|
|
1583
|
-
content: {
|
|
1584
|
-
"application/json": components["schemas"]["Error"];
|
|
1585
|
-
};
|
|
1586
|
-
};
|
|
1587
|
-
};
|
|
1588
|
-
};
|
|
1589
|
-
"disable-private-network-ipv6": {
|
|
1590
|
-
parameters: {
|
|
1591
|
-
query?: never;
|
|
1592
|
-
header?: never;
|
|
1593
|
-
path: {
|
|
1594
|
-
privateNetworkId: string;
|
|
1595
|
-
};
|
|
1596
|
-
cookie?: never;
|
|
1597
|
-
};
|
|
1598
|
-
requestBody?: never;
|
|
1599
|
-
responses: {
|
|
1600
|
-
/** @description No Content */
|
|
1601
|
-
204: {
|
|
1602
|
-
headers: {
|
|
1603
|
-
[name: string]: unknown;
|
|
1604
|
-
};
|
|
1605
|
-
content?: never;
|
|
1606
|
-
};
|
|
1607
|
-
/** @description Error */
|
|
1608
|
-
default: {
|
|
1609
|
-
headers: {
|
|
1610
|
-
[name: string]: unknown;
|
|
1611
|
-
};
|
|
1612
|
-
content: {
|
|
1613
|
-
"application/json": components["schemas"]["Error"];
|
|
1614
|
-
};
|
|
1615
|
-
};
|
|
1616
|
-
};
|
|
1617
|
-
};
|
|
1618
|
-
"list-routes": {
|
|
1619
|
-
parameters: {
|
|
1620
|
-
query?: {
|
|
1621
|
-
page?: number;
|
|
1622
|
-
page_size?: number;
|
|
1623
|
-
};
|
|
1624
|
-
header?: never;
|
|
1625
|
-
path: {
|
|
1626
|
-
privateNetworkId: string;
|
|
1627
|
-
};
|
|
1628
|
-
cookie?: never;
|
|
1629
|
-
};
|
|
1630
|
-
requestBody?: never;
|
|
1631
|
-
responses: {
|
|
1632
|
-
/** @description OK */
|
|
1633
|
-
200: {
|
|
1634
|
-
headers: {
|
|
1635
|
-
[name: string]: unknown;
|
|
1636
|
-
};
|
|
1637
|
-
content: {
|
|
1638
|
-
"application/json": components["schemas"]["RouteListResponseBody"];
|
|
1639
|
-
};
|
|
1640
|
-
};
|
|
1641
|
-
/** @description Error */
|
|
1642
|
-
default: {
|
|
1643
|
-
headers: {
|
|
1644
|
-
[name: string]: unknown;
|
|
1645
|
-
};
|
|
1646
|
-
content: {
|
|
1647
|
-
"application/json": components["schemas"]["Error"];
|
|
1648
|
-
};
|
|
1649
|
-
};
|
|
1650
|
-
};
|
|
1651
|
-
};
|
|
1652
|
-
"create-route": {
|
|
1653
|
-
parameters: {
|
|
1654
|
-
query?: never;
|
|
1655
|
-
header?: never;
|
|
1656
|
-
path: {
|
|
1657
|
-
privateNetworkId: string;
|
|
1658
|
-
};
|
|
1659
|
-
cookie?: never;
|
|
1660
|
-
};
|
|
1661
|
-
requestBody: {
|
|
1662
|
-
content: {
|
|
1663
|
-
"application/json": components["schemas"]["CreateRouteRequestBody"];
|
|
1664
|
-
};
|
|
1665
|
-
};
|
|
1666
|
-
responses: {
|
|
1667
|
-
/** @description Created */
|
|
1668
|
-
201: {
|
|
1669
|
-
headers: {
|
|
1670
|
-
[name: string]: unknown;
|
|
1671
|
-
};
|
|
1672
|
-
content: {
|
|
1673
|
-
"application/json": components["schemas"]["RouteResource"];
|
|
1674
|
-
};
|
|
1675
|
-
};
|
|
1676
|
-
/** @description Error */
|
|
1677
|
-
default: {
|
|
1678
|
-
headers: {
|
|
1679
|
-
[name: string]: unknown;
|
|
1680
|
-
};
|
|
1681
|
-
content: {
|
|
1682
|
-
"application/json": components["schemas"]["Error"];
|
|
1683
|
-
};
|
|
1684
|
-
};
|
|
1685
|
-
};
|
|
1686
|
-
};
|
|
1687
|
-
"delete-route": {
|
|
1688
|
-
parameters: {
|
|
1689
|
-
query?: never;
|
|
1690
|
-
header?: never;
|
|
1691
|
-
path: {
|
|
1692
|
-
privateNetworkId: string;
|
|
1693
|
-
routeId: string;
|
|
1694
|
-
};
|
|
1695
|
-
cookie?: never;
|
|
1696
|
-
};
|
|
1697
|
-
requestBody?: never;
|
|
1698
|
-
responses: {
|
|
1699
|
-
/** @description No Content */
|
|
1700
|
-
204: {
|
|
1701
|
-
headers: {
|
|
1702
|
-
[name: string]: unknown;
|
|
1703
|
-
};
|
|
1704
|
-
content?: never;
|
|
1705
|
-
};
|
|
1706
|
-
/** @description Error */
|
|
1707
|
-
default: {
|
|
1708
|
-
headers: {
|
|
1709
|
-
[name: string]: unknown;
|
|
1710
|
-
};
|
|
1711
|
-
content: {
|
|
1712
|
-
"application/json": components["schemas"]["Error"];
|
|
1713
|
-
};
|
|
1714
|
-
};
|
|
1715
|
-
};
|
|
1716
|
-
};
|
|
1717
|
-
"list-subnets": {
|
|
1718
|
-
parameters: {
|
|
1719
|
-
query?: {
|
|
1720
|
-
page?: number;
|
|
1721
|
-
page_size?: number;
|
|
1722
|
-
};
|
|
1723
|
-
header?: never;
|
|
1724
|
-
path: {
|
|
1725
|
-
privateNetworkId: string;
|
|
1726
|
-
};
|
|
1727
|
-
cookie?: never;
|
|
1728
|
-
};
|
|
1729
|
-
requestBody?: never;
|
|
1730
|
-
responses: {
|
|
1731
|
-
/** @description OK */
|
|
1732
|
-
200: {
|
|
1733
|
-
headers: {
|
|
1734
|
-
[name: string]: unknown;
|
|
1735
|
-
};
|
|
1736
|
-
content: {
|
|
1737
|
-
"application/json": components["schemas"]["SubnetListResponseBody"];
|
|
1738
|
-
};
|
|
1739
|
-
};
|
|
1740
|
-
/** @description Error */
|
|
1741
|
-
default: {
|
|
1742
|
-
headers: {
|
|
1743
|
-
[name: string]: unknown;
|
|
1744
|
-
};
|
|
1745
|
-
content: {
|
|
1746
|
-
"application/json": components["schemas"]["Error"];
|
|
1747
|
-
};
|
|
1748
|
-
};
|
|
1749
|
-
};
|
|
1750
|
-
};
|
|
1751
|
-
"create-subnet": {
|
|
1752
|
-
parameters: {
|
|
1753
|
-
query?: never;
|
|
1754
|
-
header?: never;
|
|
1755
|
-
path: {
|
|
1756
|
-
privateNetworkId: string;
|
|
1757
|
-
};
|
|
1758
|
-
cookie?: never;
|
|
1759
|
-
};
|
|
1760
|
-
requestBody: {
|
|
1761
|
-
content: {
|
|
1762
|
-
"application/json": components["schemas"]["CreateSubnetRequestBody"];
|
|
1763
|
-
};
|
|
1764
|
-
};
|
|
1765
|
-
responses: {
|
|
1766
|
-
/** @description Created */
|
|
1767
|
-
201: {
|
|
1768
|
-
headers: {
|
|
1769
|
-
[name: string]: unknown;
|
|
1770
|
-
};
|
|
1771
|
-
content: {
|
|
1772
|
-
"application/json": components["schemas"]["SubnetResource"];
|
|
1773
|
-
};
|
|
1774
|
-
};
|
|
1775
|
-
/** @description Error */
|
|
1776
|
-
default: {
|
|
1777
|
-
headers: {
|
|
1778
|
-
[name: string]: unknown;
|
|
1779
|
-
};
|
|
1780
|
-
content: {
|
|
1781
|
-
"application/json": components["schemas"]["Error"];
|
|
1782
|
-
};
|
|
1783
|
-
};
|
|
1784
|
-
};
|
|
1785
|
-
};
|
|
1786
|
-
"suggest-subnet-cidr": {
|
|
1787
|
-
parameters: {
|
|
1788
|
-
query?: {
|
|
1789
|
-
prefix_length?: number;
|
|
1790
|
-
};
|
|
1791
|
-
header?: never;
|
|
1792
|
-
path: {
|
|
1793
|
-
privateNetworkId: string;
|
|
1794
|
-
};
|
|
1795
|
-
cookie?: never;
|
|
1796
|
-
};
|
|
1797
|
-
requestBody?: never;
|
|
1798
|
-
responses: {
|
|
1799
|
-
/** @description OK */
|
|
1800
|
-
200: {
|
|
1801
|
-
headers: {
|
|
1802
|
-
[name: string]: unknown;
|
|
1803
|
-
};
|
|
1804
|
-
content: {
|
|
1805
|
-
"application/json": components["schemas"]["NextFreeCidrResponseBody"];
|
|
1806
|
-
};
|
|
1807
|
-
};
|
|
1808
|
-
/** @description Error */
|
|
1809
|
-
default: {
|
|
1810
|
-
headers: {
|
|
1811
|
-
[name: string]: unknown;
|
|
1812
|
-
};
|
|
1813
|
-
content: {
|
|
1814
|
-
"application/json": components["schemas"]["Error"];
|
|
1815
|
-
};
|
|
1816
|
-
};
|
|
1817
|
-
};
|
|
1818
|
-
};
|
|
1819
|
-
"delete-subnet": {
|
|
1820
|
-
parameters: {
|
|
1821
|
-
query?: never;
|
|
1822
|
-
header?: never;
|
|
1823
|
-
path: {
|
|
1824
|
-
privateNetworkId: string;
|
|
1825
|
-
subnetId: string;
|
|
1826
|
-
};
|
|
1827
|
-
cookie?: never;
|
|
1828
|
-
};
|
|
1829
|
-
requestBody?: never;
|
|
1830
|
-
responses: {
|
|
1831
|
-
/** @description No Content */
|
|
1832
|
-
204: {
|
|
1833
|
-
headers: {
|
|
1834
|
-
[name: string]: unknown;
|
|
1835
|
-
};
|
|
1836
|
-
content?: never;
|
|
1837
|
-
};
|
|
1838
|
-
/** @description Error */
|
|
1839
|
-
default: {
|
|
1840
|
-
headers: {
|
|
1841
|
-
[name: string]: unknown;
|
|
1842
|
-
};
|
|
1843
|
-
content: {
|
|
1844
|
-
"application/json": components["schemas"]["Error"];
|
|
1845
|
-
};
|
|
1846
|
-
};
|
|
1847
|
-
};
|
|
1848
|
-
};
|
|
1849
|
-
"list-security-groups": {
|
|
1850
|
-
parameters: {
|
|
1851
|
-
query?: {
|
|
1852
|
-
region_id?: string;
|
|
1853
|
-
/** @description Return only the security groups of this private network */
|
|
1854
|
-
private_network_id?: string;
|
|
1855
|
-
page?: number;
|
|
1856
|
-
page_size?: number;
|
|
1857
|
-
};
|
|
1858
|
-
header?: never;
|
|
1859
|
-
path?: never;
|
|
1860
|
-
cookie?: never;
|
|
1861
|
-
};
|
|
1862
|
-
requestBody?: never;
|
|
1863
|
-
responses: {
|
|
1864
|
-
/** @description OK */
|
|
1865
|
-
200: {
|
|
1866
|
-
headers: {
|
|
1867
|
-
[name: string]: unknown;
|
|
1868
|
-
};
|
|
1869
|
-
content: {
|
|
1870
|
-
"application/json": components["schemas"]["SecurityGroupListResponseBody"];
|
|
1871
|
-
};
|
|
1872
|
-
};
|
|
1873
|
-
/** @description Error */
|
|
1874
|
-
default: {
|
|
1875
|
-
headers: {
|
|
1876
|
-
[name: string]: unknown;
|
|
1877
|
-
};
|
|
1878
|
-
content: {
|
|
1879
|
-
"application/json": components["schemas"]["Error"];
|
|
1880
|
-
};
|
|
1881
|
-
};
|
|
1882
|
-
};
|
|
1883
|
-
};
|
|
1884
|
-
"create-security-group": {
|
|
1885
|
-
parameters: {
|
|
1886
|
-
query?: never;
|
|
1887
|
-
header?: never;
|
|
1888
|
-
path?: never;
|
|
1889
|
-
cookie?: never;
|
|
1890
|
-
};
|
|
1891
|
-
requestBody: {
|
|
1892
|
-
content: {
|
|
1893
|
-
"application/json": components["schemas"]["CreateSecurityGroupRequestBody"];
|
|
1894
|
-
};
|
|
1895
|
-
};
|
|
1896
|
-
responses: {
|
|
1897
|
-
/** @description Created */
|
|
1898
|
-
201: {
|
|
1899
|
-
headers: {
|
|
1900
|
-
[name: string]: unknown;
|
|
1901
|
-
};
|
|
1902
|
-
content: {
|
|
1903
|
-
"application/json": components["schemas"]["SecurityGroupResource"];
|
|
1904
|
-
};
|
|
1905
|
-
};
|
|
1906
|
-
/** @description Error */
|
|
1907
|
-
default: {
|
|
1908
|
-
headers: {
|
|
1909
|
-
[name: string]: unknown;
|
|
1910
|
-
};
|
|
1911
|
-
content: {
|
|
1912
|
-
"application/json": components["schemas"]["Error"];
|
|
1913
|
-
};
|
|
1914
|
-
};
|
|
1915
|
-
};
|
|
1916
|
-
};
|
|
1917
|
-
"get-security-group": {
|
|
1918
|
-
parameters: {
|
|
1919
|
-
query?: never;
|
|
1920
|
-
header?: never;
|
|
1921
|
-
path: {
|
|
1922
|
-
securityGroupId: string;
|
|
1923
|
-
};
|
|
1924
|
-
cookie?: never;
|
|
1925
|
-
};
|
|
1926
|
-
requestBody?: never;
|
|
1927
|
-
responses: {
|
|
1928
|
-
/** @description OK */
|
|
1929
|
-
200: {
|
|
1930
|
-
headers: {
|
|
1931
|
-
[name: string]: unknown;
|
|
1932
|
-
};
|
|
1933
|
-
content: {
|
|
1934
|
-
"application/json": components["schemas"]["SecurityGroupResource"];
|
|
1935
|
-
};
|
|
1936
|
-
};
|
|
1937
|
-
/** @description Error */
|
|
1938
|
-
default: {
|
|
1939
|
-
headers: {
|
|
1940
|
-
[name: string]: unknown;
|
|
1941
|
-
};
|
|
1942
|
-
content: {
|
|
1943
|
-
"application/json": components["schemas"]["Error"];
|
|
1944
|
-
};
|
|
1945
|
-
};
|
|
1946
|
-
};
|
|
1947
|
-
};
|
|
1948
|
-
"delete-security-group": {
|
|
1949
|
-
parameters: {
|
|
1950
|
-
query?: never;
|
|
1951
|
-
header?: never;
|
|
1952
|
-
path: {
|
|
1953
|
-
securityGroupId: string;
|
|
1954
|
-
};
|
|
1955
|
-
cookie?: never;
|
|
1956
|
-
};
|
|
1957
|
-
requestBody?: never;
|
|
1958
|
-
responses: {
|
|
1959
|
-
/** @description No Content */
|
|
1960
|
-
204: {
|
|
1961
|
-
headers: {
|
|
1962
|
-
[name: string]: unknown;
|
|
1963
|
-
};
|
|
1964
|
-
content?: never;
|
|
1965
|
-
};
|
|
1966
|
-
/** @description Error */
|
|
1967
|
-
default: {
|
|
1968
|
-
headers: {
|
|
1969
|
-
[name: string]: unknown;
|
|
1970
|
-
};
|
|
1971
|
-
content: {
|
|
1972
|
-
"application/json": components["schemas"]["Error"];
|
|
1973
|
-
};
|
|
1974
|
-
};
|
|
1975
|
-
};
|
|
1976
|
-
};
|
|
1977
|
-
"rename-security-group": {
|
|
1978
|
-
parameters: {
|
|
1979
|
-
query?: never;
|
|
1980
|
-
header?: never;
|
|
1981
|
-
path: {
|
|
1982
|
-
securityGroupId: string;
|
|
1983
|
-
};
|
|
1984
|
-
cookie?: never;
|
|
1985
|
-
};
|
|
1986
|
-
requestBody: {
|
|
1987
|
-
content: {
|
|
1988
|
-
"application/json": components["schemas"]["RenameSecurityGroupRequestBody"];
|
|
1989
|
-
};
|
|
1990
|
-
};
|
|
1991
|
-
responses: {
|
|
1992
|
-
/** @description OK */
|
|
1993
|
-
200: {
|
|
1994
|
-
headers: {
|
|
1995
|
-
[name: string]: unknown;
|
|
1996
|
-
};
|
|
1997
|
-
content: {
|
|
1998
|
-
"application/json": components["schemas"]["SecurityGroupResource"];
|
|
1999
|
-
};
|
|
2000
|
-
};
|
|
2001
|
-
/** @description Error */
|
|
2002
|
-
default: {
|
|
2003
|
-
headers: {
|
|
2004
|
-
[name: string]: unknown;
|
|
2005
|
-
};
|
|
2006
|
-
content: {
|
|
2007
|
-
"application/json": components["schemas"]["Error"];
|
|
2008
|
-
};
|
|
2009
|
-
};
|
|
2010
|
-
};
|
|
2011
|
-
};
|
|
2012
|
-
"list-security-group-rules": {
|
|
2013
|
-
parameters: {
|
|
2014
|
-
query?: {
|
|
2015
|
-
page?: number;
|
|
2016
|
-
page_size?: number;
|
|
2017
|
-
};
|
|
2018
|
-
header?: never;
|
|
2019
|
-
path: {
|
|
2020
|
-
securityGroupId: string;
|
|
2021
|
-
};
|
|
2022
|
-
cookie?: never;
|
|
2023
|
-
};
|
|
2024
|
-
requestBody?: never;
|
|
2025
|
-
responses: {
|
|
2026
|
-
/** @description OK */
|
|
2027
|
-
200: {
|
|
2028
|
-
headers: {
|
|
2029
|
-
[name: string]: unknown;
|
|
2030
|
-
};
|
|
2031
|
-
content: {
|
|
2032
|
-
"application/json": components["schemas"]["SecurityRuleListResponseBody"];
|
|
2033
|
-
};
|
|
2034
|
-
};
|
|
2035
|
-
/** @description Error */
|
|
2036
|
-
default: {
|
|
2037
|
-
headers: {
|
|
2038
|
-
[name: string]: unknown;
|
|
2039
|
-
};
|
|
2040
|
-
content: {
|
|
2041
|
-
"application/json": components["schemas"]["Error"];
|
|
2042
|
-
};
|
|
2043
|
-
};
|
|
2044
|
-
};
|
|
2045
|
-
};
|
|
2046
|
-
"create-security-group-rule": {
|
|
2047
|
-
parameters: {
|
|
2048
|
-
query?: never;
|
|
2049
|
-
header?: never;
|
|
2050
|
-
path: {
|
|
2051
|
-
securityGroupId: string;
|
|
2052
|
-
};
|
|
2053
|
-
cookie?: never;
|
|
2054
|
-
};
|
|
2055
|
-
requestBody: {
|
|
2056
|
-
content: {
|
|
2057
|
-
"application/json": components["schemas"]["CreateSecurityRuleRequestBody"];
|
|
2058
|
-
};
|
|
2059
|
-
};
|
|
2060
|
-
responses: {
|
|
2061
|
-
/** @description Created */
|
|
2062
|
-
201: {
|
|
2063
|
-
headers: {
|
|
2064
|
-
[name: string]: unknown;
|
|
2065
|
-
};
|
|
2066
|
-
content: {
|
|
2067
|
-
"application/json": components["schemas"]["SecurityRuleResource"];
|
|
2068
|
-
};
|
|
2069
|
-
};
|
|
2070
|
-
/** @description Error */
|
|
2071
|
-
default: {
|
|
2072
|
-
headers: {
|
|
2073
|
-
[name: string]: unknown;
|
|
2074
|
-
};
|
|
2075
|
-
content: {
|
|
2076
|
-
"application/json": components["schemas"]["Error"];
|
|
2077
|
-
};
|
|
2078
|
-
};
|
|
2079
|
-
};
|
|
2080
|
-
};
|
|
2081
|
-
"delete-security-group-rule": {
|
|
2082
|
-
parameters: {
|
|
2083
|
-
query?: never;
|
|
2084
|
-
header?: never;
|
|
2085
|
-
path: {
|
|
2086
|
-
securityGroupId: string;
|
|
2087
|
-
ruleId: string;
|
|
2088
|
-
};
|
|
2089
|
-
cookie?: never;
|
|
2090
|
-
};
|
|
2091
|
-
requestBody?: never;
|
|
2092
|
-
responses: {
|
|
2093
|
-
/** @description No Content */
|
|
2094
|
-
204: {
|
|
2095
|
-
headers: {
|
|
2096
|
-
[name: string]: unknown;
|
|
2097
|
-
};
|
|
2098
|
-
content?: never;
|
|
2099
|
-
};
|
|
2100
|
-
/** @description Error */
|
|
2101
|
-
default: {
|
|
2102
|
-
headers: {
|
|
2103
|
-
[name: string]: unknown;
|
|
2104
|
-
};
|
|
2105
|
-
content: {
|
|
2106
|
-
"application/json": components["schemas"]["Error"];
|
|
2107
|
-
};
|
|
2108
|
-
};
|
|
2109
|
-
};
|
|
2110
|
-
};
|
|
2111
|
-
"list-resource-usages": {
|
|
2112
|
-
parameters: {
|
|
2113
|
-
query: {
|
|
2114
|
-
resource_type: string;
|
|
2115
|
-
resource_id: string;
|
|
2116
|
-
include_released?: boolean;
|
|
2117
|
-
page?: number;
|
|
2118
|
-
page_size?: number;
|
|
2119
|
-
};
|
|
2120
|
-
header?: never;
|
|
2121
|
-
path?: never;
|
|
2122
|
-
cookie?: never;
|
|
2123
|
-
};
|
|
2124
|
-
requestBody?: never;
|
|
2125
|
-
responses: {
|
|
2126
|
-
/** @description OK */
|
|
2127
|
-
200: {
|
|
2128
|
-
headers: {
|
|
2129
|
-
[name: string]: unknown;
|
|
2130
|
-
};
|
|
2131
|
-
content: {
|
|
2132
|
-
"application/json": components["schemas"]["ResourceUsageList"];
|
|
2133
|
-
};
|
|
2134
|
-
};
|
|
2135
|
-
/** @description Error */
|
|
2136
|
-
default: {
|
|
2137
|
-
headers: {
|
|
2138
|
-
[name: string]: unknown;
|
|
2139
|
-
};
|
|
2140
|
-
content: {
|
|
2141
|
-
"application/json": components["schemas"]["Error"];
|
|
2142
|
-
};
|
|
2143
|
-
};
|
|
2144
|
-
};
|
|
2145
|
-
};
|
|
2146
|
-
"get-resource-usage": {
|
|
2147
|
-
parameters: {
|
|
2148
|
-
query?: never;
|
|
2149
|
-
header?: never;
|
|
2150
|
-
path: {
|
|
2151
|
-
usageId: string;
|
|
2152
|
-
};
|
|
2153
|
-
cookie?: never;
|
|
2154
|
-
};
|
|
2155
|
-
requestBody?: never;
|
|
2156
|
-
responses: {
|
|
2157
|
-
/** @description OK */
|
|
2158
|
-
200: {
|
|
2159
|
-
headers: {
|
|
2160
|
-
[name: string]: unknown;
|
|
2161
|
-
};
|
|
2162
|
-
content: {
|
|
2163
|
-
"application/json": components["schemas"]["ResourceUsage"];
|
|
2164
|
-
};
|
|
2165
|
-
};
|
|
2166
|
-
/** @description Error */
|
|
2167
|
-
default: {
|
|
2168
|
-
headers: {
|
|
2169
|
-
[name: string]: unknown;
|
|
2170
|
-
};
|
|
2171
|
-
content: {
|
|
2172
|
-
"application/json": components["schemas"]["Error"];
|
|
2173
|
-
};
|
|
2174
|
-
};
|
|
2175
|
-
};
|
|
2176
|
-
};
|
|
2177
|
-
"get-resource-reclamation": {
|
|
2178
|
-
parameters: {
|
|
2179
|
-
query?: never;
|
|
2180
|
-
header?: never;
|
|
2181
|
-
path: {
|
|
2182
|
-
resourceType: string;
|
|
2183
|
-
resourceId: string;
|
|
2184
|
-
};
|
|
2185
|
-
cookie?: never;
|
|
2186
|
-
};
|
|
2187
|
-
requestBody?: never;
|
|
2188
|
-
responses: {
|
|
2189
|
-
/** @description OK */
|
|
2190
|
-
200: {
|
|
2191
|
-
headers: {
|
|
2192
|
-
[name: string]: unknown;
|
|
2193
|
-
};
|
|
2194
|
-
content: {
|
|
2195
|
-
"application/json": components["schemas"]["ReclamationState"];
|
|
2196
|
-
};
|
|
2197
|
-
};
|
|
2198
|
-
/** @description Error */
|
|
2199
|
-
default: {
|
|
2200
|
-
headers: {
|
|
2201
|
-
[name: string]: unknown;
|
|
2202
|
-
};
|
|
2203
|
-
content: {
|
|
2204
|
-
"application/json": components["schemas"]["Error"];
|
|
2205
|
-
};
|
|
2206
|
-
};
|
|
2207
|
-
};
|
|
2208
|
-
};
|
|
2209
|
-
"set-resource-idle-policy": {
|
|
2210
|
-
parameters: {
|
|
2211
|
-
query?: never;
|
|
2212
|
-
header?: never;
|
|
2213
|
-
path: {
|
|
2214
|
-
resourceType: string;
|
|
2215
|
-
resourceId: string;
|
|
2216
|
-
};
|
|
2217
|
-
cookie?: never;
|
|
2218
|
-
};
|
|
2219
|
-
requestBody: {
|
|
2220
|
-
content: {
|
|
2221
|
-
"application/json": components["schemas"]["IdlePolicy"];
|
|
2222
|
-
};
|
|
2223
|
-
};
|
|
2224
|
-
responses: {
|
|
2225
|
-
/** @description OK */
|
|
2226
|
-
200: {
|
|
2227
|
-
headers: {
|
|
2228
|
-
[name: string]: unknown;
|
|
2229
|
-
};
|
|
2230
|
-
content: {
|
|
2231
|
-
"application/json": components["schemas"]["ReclamationState"];
|
|
2232
|
-
};
|
|
2233
|
-
};
|
|
2234
|
-
/** @description Error */
|
|
2235
|
-
default: {
|
|
2236
|
-
headers: {
|
|
2237
|
-
[name: string]: unknown;
|
|
2238
|
-
};
|
|
2239
|
-
content: {
|
|
2240
|
-
"application/json": components["schemas"]["Error"];
|
|
2241
|
-
};
|
|
2242
|
-
};
|
|
2243
|
-
};
|
|
2244
|
-
};
|
|
2245
|
-
"list-port-attachments": {
|
|
2246
|
-
parameters: {
|
|
2247
|
-
query?: {
|
|
2248
|
-
page?: number;
|
|
2249
|
-
page_size?: number;
|
|
2250
|
-
include_detached?: boolean;
|
|
2251
|
-
};
|
|
2252
|
-
header?: never;
|
|
2253
|
-
path: {
|
|
2254
|
-
resourceId: string;
|
|
2255
|
-
};
|
|
2256
|
-
cookie?: never;
|
|
2257
|
-
};
|
|
2258
|
-
requestBody?: never;
|
|
2259
|
-
responses: {
|
|
2260
|
-
/** @description OK */
|
|
2261
|
-
200: {
|
|
2262
|
-
headers: {
|
|
2263
|
-
[name: string]: unknown;
|
|
2264
|
-
};
|
|
2265
|
-
content: {
|
|
2266
|
-
"application/json": components["schemas"]["AttachmentList"];
|
|
2267
|
-
};
|
|
2268
|
-
};
|
|
2269
|
-
/** @description Error */
|
|
2270
|
-
default: {
|
|
2271
|
-
headers: {
|
|
2272
|
-
[name: string]: unknown;
|
|
2273
|
-
};
|
|
2274
|
-
content: {
|
|
2275
|
-
"application/json": components["schemas"]["Error"];
|
|
2276
|
-
};
|
|
2277
|
-
};
|
|
2278
|
-
};
|
|
2279
|
-
};
|
|
2280
|
-
"get-attachment": {
|
|
2281
|
-
parameters: {
|
|
2282
|
-
query?: never;
|
|
2283
|
-
header?: never;
|
|
2284
|
-
path: {
|
|
2285
|
-
attachmentId: string;
|
|
2286
|
-
};
|
|
2287
|
-
cookie?: never;
|
|
2288
|
-
};
|
|
2289
|
-
requestBody?: never;
|
|
2290
|
-
responses: {
|
|
2291
|
-
/** @description OK */
|
|
2292
|
-
200: {
|
|
2293
|
-
headers: {
|
|
2294
|
-
[name: string]: unknown;
|
|
2295
|
-
};
|
|
2296
|
-
content: {
|
|
2297
|
-
"application/json": components["schemas"]["Attachment"];
|
|
2298
|
-
};
|
|
2299
|
-
};
|
|
2300
|
-
/** @description Error */
|
|
2301
|
-
default: {
|
|
2302
|
-
headers: {
|
|
2303
|
-
[name: string]: unknown;
|
|
2304
|
-
};
|
|
2305
|
-
content: {
|
|
2306
|
-
"application/json": components["schemas"]["Error"];
|
|
2307
|
-
};
|
|
2308
|
-
};
|
|
2309
|
-
};
|
|
2310
|
-
};
|
|
2311
|
-
}
|