Skip to content

Commit 1be4d66

Browse files
vbotbuildovichgithub-actions[bot]
authored andcommitted
auto-docs: Update Cloud API spec
1 parent fbad08c commit 1be4d66

2 files changed

Lines changed: 91 additions & 1 deletion

File tree

cloud-controlplane/cloud-controlplane.yaml

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -549,6 +549,8 @@ components:
549549
items:
550550
type: string
551551
type: array
552+
redpanda_connect:
553+
$ref: '#/components/schemas/RedpandaConnect'
552554
redpanda_console:
553555
$ref: '#/components/schemas/RedpandaConsole'
554556
redpanda_node_count:
@@ -2729,6 +2731,16 @@ components:
27292731
created:
27302732
$ref: '#/components/schemas/Created'
27312733
type: object
2734+
NetworkUpdate:
2735+
description: Resource describing an Update Network.
2736+
properties:
2737+
id:
2738+
description: ID of the network.
2739+
type: string
2740+
required:
2741+
- id
2742+
title: NetworkUpdate
2743+
type: object
27322744
NullValue:
27332745
description: |-
27342746
`NullValue` is a singleton enumeration to represent the null value for the
@@ -2759,6 +2771,7 @@ components:
27592771
- TYPE_DELETE_SERVERLESS_PRIVATE_LINK
27602772
- TYPE_CREATE_NETWORK_PEERING
27612773
- TYPE_DELETE_NETWORK_PEERING
2774+
- TYPE_UPDATE_NETWORK
27622775
- TYPE_CREATE_SHADOW_LINK
27632776
- TYPE_UPDATE_SHADOW_LINK
27642777
- TYPE_DELETE_SHADOW_LINK
@@ -3190,6 +3203,14 @@ components:
31903203
developer project id>".
31913204
type: string
31923205
type: object
3206+
RedpandaConnect:
3207+
description: Cluster's Redpanda Connect properties.
3208+
properties:
3209+
version:
3210+
description: Version of the Redpanda Connect engine running on the Cluster.
3211+
readOnly: true
3212+
type: string
3213+
type: object
31933214
RedpandaConsole:
31943215
description: Cluster's Redpanda Console properties.
31953216
properties:
@@ -4342,6 +4363,16 @@ components:
43424363
group:
43434364
$ref: '#/components/schemas/Group'
43444365
type: object
4366+
UpdateNetworkMetadata:
4367+
description: Resource describing an in-progress UpdateNetwork Operation.
4368+
title: UpdateNetworkMetadata
4369+
type: object
4370+
UpdateNetworkOperation:
4371+
description: UpdateNetworkOperation is the response of the update network rpc.
4372+
properties:
4373+
operation:
4374+
$ref: '#/components/schemas/v1.Operation'
4375+
type: object
43454376
UpdateOrganizationResponse:
43464377
properties:
43474378
organization:
@@ -5319,6 +5350,7 @@ paths:
53195350
prometheus:
53205351
url: https://console-aa0000l0.cjd3r21c4vs870t0ku30.fmc.prd.cloud.redpanda.com/api/cloud/prometheus/public_metrics
53215352
read_replica_cluster_ids: []
5353+
redpanda_connect: null
53225354
redpanda_console:
53235355
url: https://console-aa0000l0.cjd3r21c4vs870t0ku30.fmc.prd.cloud.redpanda.com/api
53245356
redpanda_node_count: 0
@@ -5668,6 +5700,7 @@ paths:
56685700
prometheus:
56695701
url: https://console-aa0000l0.cjd3r21c4vs870t0ku30.fmc.prd.cloud.redpanda.com/api/cloud/prometheus/public_metrics
56705702
read_replica_cluster_ids: []
5703+
redpanda_connect: null
56715704
redpanda_console:
56725705
url: https://console-aa0000l0.cjd3r21c4vs870t0ku30.fmc.prd.cloud.redpanda.com/api
56735706
redpanda_node_count: 0
@@ -6332,6 +6365,60 @@ paths:
63326365
summary: Get network
63336366
tags:
63346367
- Networks
6368+
/v1/networks/{network.id}:
6369+
patch:
6370+
description: Update a Redpanda network.
6371+
operationId: NetworkService_UpdateNetwork
6372+
parameters:
6373+
- description: ID of the network.
6374+
in: path
6375+
name: network.id
6376+
required: true
6377+
schema:
6378+
type: string
6379+
requestBody:
6380+
content:
6381+
application/json:
6382+
schema:
6383+
description: Resource describing an Update Network.
6384+
required:
6385+
- network
6386+
title: NetworkUpdate
6387+
type: object
6388+
description: |-
6389+
NetworkUpdate
6390+
6391+
Resource describing an Update Network.
6392+
required: true
6393+
x-originalParamName: network
6394+
responses:
6395+
"202":
6396+
content:
6397+
application/json:
6398+
schema:
6399+
$ref: '#/components/schemas/UpdateNetworkOperation'
6400+
description: Accepted
6401+
"404":
6402+
content:
6403+
application/json:
6404+
schema:
6405+
$ref: '#/components/schemas/rpc.Status'
6406+
description: Not Found
6407+
"500":
6408+
content:
6409+
application/json:
6410+
schema:
6411+
$ref: '#/components/schemas/rpc.Status'
6412+
description: Internal Server Error. Please reach out to support.
6413+
default:
6414+
content:
6415+
application/json:
6416+
schema:
6417+
$ref: '#/components/schemas/rpc.Status'
6418+
description: An unexpected error response.
6419+
summary: Update network
6420+
tags:
6421+
- Networks
63356422
/v1/operations:
63366423
get:
63376424
description: List operations. This is a generic endpoint and can be used to list any type of operation.
@@ -6356,6 +6443,7 @@ paths:
63566443
- TYPE_DELETE_SERVERLESS_PRIVATE_LINK
63576444
- TYPE_CREATE_NETWORK_PEERING
63586445
- TYPE_DELETE_NETWORK_PEERING
6446+
- TYPE_UPDATE_NETWORK
63596447
- TYPE_CREATE_SHADOW_LINK
63606448
- TYPE_UPDATE_SHADOW_LINK
63616449
- TYPE_DELETE_SHADOW_LINK
@@ -6477,6 +6565,7 @@ paths:
64776565
prometheus:
64786566
url: https://console-aa0000l0.cjb69h1c4vs42pca89s0.fmc.prd.cloud.redpanda.com/api/cloud/prometheus/public_metrics
64796567
read_replica_cluster_ids: []
6568+
redpanda_connect: null
64806569
redpanda_console:
64816570
url: https://console-aa0000l0.cjb69h1c4vs42pca89s0.fmc.prd.cloud.redpanda.com/api
64826571
redpanda_node_count: 0
@@ -6608,6 +6697,7 @@ paths:
66086697
prometheus:
66096698
url: https://console-aa0000l0.cjb69h1c4vs42pca89s0.fmc.prd.cloud.redpanda.com/api/cloud/prometheus/public_metrics
66106699
read_replica_cluster_ids: []
6700+
redpanda_connect: null
66116701
redpanda_console:
66126702
url: https://console-aa0000l0.cjb69h1c4vs42pca89s0.fmc.prd.cloud.redpanda.com/api
66136703
redpanda_node_count: 0

cloud-dataplane/cloud-dataplane.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7856,7 +7856,7 @@ paths:
78567856
schema:
78577857
$ref: '#/components/schemas/TransformMetadata'
78587858
description: Created
7859-
summary: Deploy transform
7859+
summary: Deploy Transform
78607860
tags:
78617861
- Wasm Transforms
78627862
/v1/transforms/{name}:

0 commit comments

Comments
 (0)