cisagov / pe-reports

Automated process to build and distribute Posture & Exposure Reports' bi-weekly to customers.
Creative Commons Zero v1.0 Universal
17 stars 5 forks source link

POST get_root_domains() Convert to API Endpoint #707

Open arng4108 opened 4 months ago

arng4108 commented 4 months ago

💡 Summary

Replace the existing TSQL function with a new REST endpoint that does the same thing Specifically: Convert "get_root_domains()" TSQL query to an API endpoint

Motivation and context

There are two major reasons to use endpoints in place of sql queries.

Implementation notes

Acceptance criteria