W-22219984-ch-API-endpoints-reorg-kt#877
Merged
kevintroller merged 4 commits intolatestfrom Apr 28, 2026
Merged
Conversation
Consolidate commonly used CloudHub API endpoints into categorized tables (Applications, Logs, Notifications/Alerts, Schedules, Load Balancers, VPCs/VPNs/TGWs, Diagnostics) with cross-references to feature-specific pages for detailed curl examples. Made-with: Cursor
…erence page Move the endpoint tables from cloudhub-api.adoc into a new dedicated cloudhub-api-reference.adoc page, matching the CH2 reference format. Add xref from the main API page and register in nav. Made-with: Cursor
- Correct LB creation path to include vpcId - Update VPN paths to use /ipsec under VPCs - Add GET and PUT for Transit Gateway attachments - Replace single diagnostics endpoint with full set of seven endpoints Made-with: Cursor
Crispy-Salesforce
approved these changes
Apr 28, 2026
| [%header,cols="10,45,45"] | ||
| |=== | ||
| |Method |Endpoint |Description | ||
| |`GET` |`/applications` |List all applications. |
Contributor
There was a problem hiding this comment.
(Globally) Only full sentences should take final period.
| ** xref:tgw-troubleshoot.adoc[Troubleshoot Transit Gateway Attachments] | ||
| * xref:cloudhub-cli.adoc[CloudHub CLI] | ||
| * xref:cloudhub-api.adoc[CloudHub API] | ||
| ** xref:cloudhub-api-reference.adoc[CloudHub API Reference] |
Contributor
There was a problem hiding this comment.
Suggested change
| ** xref:cloudhub-api-reference.adoc[CloudHub API Reference] | |
| ** xref:cloudhub-api-reference.adoc[] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
cloudhub-api.adocwith categorized tables covering Applications, Logs, Notifications/Alerts, Schedules, Load Balancers, VPCs/VPNs/TGWs, and Diagnostics endpoints.lb-download-logs.adoc,lb-cert-validation.adoc,create-vpc-cli.adoc).Test plan
xref:cross-references resolve to valid pages.