Skip to content

Commit 2bc5fab

Browse files
committed
Change server url values and variables to work with Bump API explorer proxy
1 parent 9c26dd2 commit 2bc5fab

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

cloud-dataplane/cloud-dataplane.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4975,14 +4975,14 @@ security:
49754975
- auth0: []
49764976
servers:
49774977
- description: Data Plane API
4978-
url: '{dataplane_api_url}'
4978+
url: 'https://{dataplane_api_url}.cloud.redpanda.com'
49794979
variables:
49804980
dataplane_api_url:
4981-
default: https://{dataplane_api_url}
4981+
default: ""
49824982
description: |-
4983-
Find the Data Plane API base URL of a cluster by calling the Get Cluster endpoint of the Control Plane API. The dataplane_api.url field is returned in the response body.<br><br>
4984-
Example (Dedicated): "https://api-a4cb21.ck09mi9c4vs17hng9gig.fmc.prd.cloud.redpanda.com"<br>
4985-
Example (BYOC): "https://api-a4cb21.ck09mi9c4vs17hng9gig.byoc.prd.cloud.redpanda.com"
4983+
Find the Data Plane API base URL of a cluster by calling the Get Cluster endpoint of the Control Plane API. The dataplane_api.url field is returned in the response body. This field is required and there is no default value.<br><br>
4984+
Example (Dedicated): "https://api-a4cb21.ck09mi9c4vs17hng9gig.fmc.prd.cloud.redpanda.com"<br>
4985+
Example (BYOC): "https://api-a4cb21.ck09mi9c4vs17hng9gig.byoc.prd.cloud.redpanda.com"
49864986
tags:
49874987
- description: Manage Redpanda access control lists (ACLs). See [Redpanda Cloud Authorization](https://docs.redpanda.com/redpanda-cloud/security/authorization/cloud-authorization/) for more information.
49884988
name: Redpanda ACLs

0 commit comments

Comments
 (0)