-
Notifications
You must be signed in to change notification settings - Fork 2
Add servers and tags objects with overlays #26
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
Changes from 4 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| # This overlay adds the servers object to the Redpanda Admin API v2 specification. | ||
|
|
||
| overlay: 1.0.0 | ||
| info: | ||
| title: Admin API v2 Servers | ||
| version: 1.0.0 | ||
|
|
||
| actions: | ||
| - target: "$" | ||
| update: | ||
| servers: | ||
| - url: http://localhost:9644 |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,24 @@ | ||||||
| # This overlay extends the Redpanda Admin API specification by creating an | ||||||
| # end-user facing list of tags and applying them to the relevant endpoints. | ||||||
| overlay: 1.0.0 | ||||||
| info: | ||||||
| title: Redpanda Admin API v2 Tags | ||||||
| version: 1.0.0 | ||||||
|
|
||||||
| actions: | ||||||
| # Add tags object to the root level | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| - target: "$" | ||||||
| update: | ||||||
| tags: | ||||||
| - name: Brokers | ||||||
| description: See details about brokers in a Redpanda cluster, including client connections. | ||||||
| - name: Shadow Links | ||||||
| description: Manage shadow links for migration and disaster recovery. | ||||||
|
||||||
| description: Manage shadow links for migration and disaster recovery. | |
| description: Manage shadow links for disaster recovery and migration. |
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.
primary reason for the feature is disaster recovery, so thinking that should come first.
Uh oh!
There was an error while loading. Please reload this page.