-
Notifications
You must be signed in to change notification settings - Fork 1
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
Create a Webapp API endpoint for LRM collection status tracking #698
Comments
@shravan-lrm Can you please fill up this card with what you need from the API endpoint |
@shravan-lrm did you get some time to take a first hit at this? All we need from your end is are the detailed requirements of the API endpoint. Feel free to fill up this card with the requirements. |
@bishwaspraveen This is the first version of the requirements to get started with, we can refine the API as required going forward. |
@bishwaspraveen Thanks for working on this. Could you please provide the details of the API and how it works if this is done? |
@shravan-lrm I was working on this but now, Booz Allen has taken over since they're working on a similar usecase. Will keep you updated as soon as their work gets deployed. |
Description
Overview
This document outlines the requirements for a Webapp Status API designed to provide status updates and information regarding various collections within a specific endpoint. The API will allow users to query status information based on collection names, date ranges, and status conditions.
API Endpoint
URL: https://sde-indexing-helper.nasa-impact.net/api/collection/status
Request Parameters
"all"
- Represents a query for the status of all collections.YYYY-MM-DD
for specific dates orYYYY-MM-DD to YYYY-MM-DD
for a range.Response Body
The response will be a JSON object that includes an array of collections with their respective status details.
Structure
Each item in the response array will have the following structure:
The text was updated successfully, but these errors were encountered: