-
Notifications
You must be signed in to change notification settings - Fork 2
auto-docs: Update Admin API docs for v25.3.5 #50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
📝 WalkthroughWalkthroughThe pull request updates the OpenAPI specification file Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes
Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 1 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (1 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
Comment |
ℹ️ Redpanda/admin (branch: v2) API content change detectedNo structural change, nothing to display. Powered by Bump.sh |
284375a to
63bb5b1
Compare
admin/admin-v2.yaml
Outdated
| $ref: "#/components/schemas/connect.error" | ||
| description: Error | ||
| summary: ListKafkaConnections | ||
| summary: ListKafkaConnections returns information about the cluster's Kafka connections, collected and ordered across all brokers. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| summary: ListKafkaConnections returns information about the cluster's Kafka connections, collected and ordered across all brokers. | |
| summary: ListKafkaConnections returns information about the cluster's Kafka connections, collected and ordered across all brokers. |
admin/admin-v2.yaml
Outdated
| /redpanda.core.admin.v2.ShadowLinkService/FailOver: | ||
| post: | ||
| description: Fails over a shadow link or a single shadow topic for disaster recovery. | ||
| description: Fails over a shadow link or a single shadow topic |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| description: Fails over a shadow link or a single shadow topic | |
| description: Fails over a shadow link or a single shadow topic. |
admin/admin-v2.yaml
Outdated
| Returns information about a shadow topic on a shadow link. | ||
| A shadow topic is a resource created automatically by a shadow link. The | ||
| shadow topic 'shadows' a topic on a source cluster, mirroring the data | ||
| This operation returns information about a Shadow Topic on a Shadow Link. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Our DR docs do not use this capitalization style. The enterprise feature is Shadowing. Docs use shadow linking, and shadow topics.
admin/admin-v2.yaml
Outdated
| $ref: "#/components/schemas/connect.error" | ||
| description: Error | ||
| summary: GetShadowTopic | ||
| summary: This operation returns information about a Shadow Topic on a Shadow Link. A Shadow Topic is a resource created automatically by a Shadow Link. The Shadow Topic 'shadows' a topic on a source cluster, mirroring the data and properties of that topic. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same comment re capitalization
admin/admin-v2.yaml
Outdated
| description: |- | ||
| Returns a list of all shadow topics on a shadow link and | ||
| their status. | ||
| This operation returns a list of all Shadow Topics on a Shadow Link and |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| This operation returns a list of all Shadow Topics on a Shadow Link and | |
| This operation returns a list of all shadow topics on a shadow link and |
admin/admin-v2.yaml
Outdated
| $ref: "#/components/schemas/connect.error" | ||
| description: Error | ||
| summary: ListShadowTopics | ||
| summary: This operation returns a list of all Shadow Topics on a Shadow Link and their status |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| summary: This operation returns a list of all Shadow Topics on a Shadow Link and their status | |
| summary: This operation returns a list of all shadow topics on a shadow link and their status |
|
Using a specific tagged release ( |
63bb5b1 to
0c4c1fb
Compare
This PR adds the latest OpenAPI spec for version v25.3.5 of the Redpanda Admin API: