Skip to content

Commit a90de1b

Browse files
authored
Update Data Plane API spec server URL and variable (#14)
* Change server url values and variables to work with Bump API explorer proxy * Fix default value
1 parent 9c26dd2 commit a90de1b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cloud-dataplane/cloud-dataplane.yaml

Lines changed: 4 additions & 4 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: "dataplane_api.url"
49824982
description: |-
49834983
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"
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)