API to upload starter pack data files for NVSK programs
This focuses on ingestion of programs like UDISE, PGI, NISHTHA, DIKSHA, NAS, PM-POSHAN. The jwt token has to be passed in the API headers.
Last updated
This focuses on ingestion of programs like UDISE, PGI, NISHTHA, DIKSHA, NAS, PM-POSHAN. The jwt token has to be passed in the API headers.
Last updated
Note: There could be some common errors in the files which could lead to unsuccessful data ingestion into cQube. Look at these errors here and resolve them before ingesting data into cQube.
The already existing files will need to be ingested into cQube via the following process:
This API accepts the data in a zip file format and adds it to the emission folder in the respective cloud storage / SDC.
National Programs API:
Open the specified request & add the details
API Endpoint: <domain_name>/api/ingestion/national_programs
HTTP Method: GET
Provide the valid input details for the parameters shown below.
Click on the send button for the request and if the request is successful the user should see a response message which contains the status of the file.
Send the query parameters with reference to the YAML file. The query parameters for the above api is attached in Link for yaml: spec-ms/spec.yaml at dev ยท Sunbird-cQube/spec-ms