Track 3 Tier 1: API how-tos (GetResourceReservations, UndeployApps, RemoveEntitiesFromTopology) + resolution diagnostics - #19
Merged
Conversation
Adds usage guides for three previously-undocumented CloudShell Automation API methods (GetResourceReservations, UndeployApps, RemoveEntitiesFromTopology) and a troubleshooting section on reading the resolution-failure 'View Details' diagnostic. Grounded in the server code and integration test scenarios. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Fills the highest-priority documentation gaps from the how-to coverage audit: three shipped CloudShell Automation API methods that had no usage documentation, plus the abstract-resolution failure diagnostics that shipped undocumented.
New articles (
devguide/available-cs-api/useful-cs-api-examples/)GetResourceReservations(resourceFullPath, includeHistorical, maxResults); active/pending/completed, pagination (TotalCountvs page), Python example.UndeployApps(resourcesFullPath[]); destroys the cloud-provider VM but keeps the resource (vs delete), bulk-teardown pattern.RemoveEntitiesFromTopology(topologyName, entityIds[]); removes services/abstract resources (+ attached routes) from a blueprint.Updated
Grounding & validation
RestGetResourceReservationsScenarios,RemoveEntitiesFromTopologyScenarios), then adversarially re-checked. NotablyUndeployAppstakes onlyresourcesFullPath[](no reservation id).npm run buildpasses (only the 3 pre-existingabstract-resources.mdbroken links remain). Addedundeploy/Undeploying/undeploys+ pagination terms to.wordlist.txt.🤖 Generated with Claude Code