Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new Architecture Reporting API route to retrieve stored CSPM (Cloud Security Posture Management) policy assessment results by correlation ID, extending the Data Gateway OpenAPI contract to support assessment data retrieval for clients with appropriate permissions.
Changes:
- Adds
GET /Api/V1/ArchitectureReport/CspmPolicyAssessment/Correlation/{correlationId}/DatareturningCspmPolicyAssessmentV1. - Includes example response payload and schema reference for the new retrieval endpoint.
- Fixes minor formatting/indentation in an existing schema property reference.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Ruman Mulla <91155446+Loop-infinity@users.noreply.github.com>
pr0uxx
approved these changes
Jul 17, 2026
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.
This pull request adds a new API endpoint to retrieve a CSPM (Cloud Security Posture Management) Policy Assessment by correlation ID. This enhancement allows clients to fetch detailed assessment data for a specific correlation record, with appropriate access restrictions and permissions.
New API endpoint for CSPM Policy Assessment retrieval:
GET /Api/V1/ArchitectureReport/CspmPolicyAssessment/Correlation/{correlationId}/Dataendpoint to fetch CSPM policy assessment data by correlation ID, including example response data and schema reference. This endpoint is restricted to certain tenants and requires specific permissions.…eval Endpoint