Decision Support System Ingest
Last updated
Was this helpful?
Last updated
Was this helpful?
Response for Success State of the API
POST /dashboard-ingest/ingest/[APIEndPoint]/migrate/{indexName}/{version} HTTP/1.1
Host: egov-micro-dev.egovernments.org
Accept: */*
create
No content
GET /dashboard-ingest/ingest/[APIEndPoint]/pause/{consumerId} HTTP/1.1
Host: egov-micro-dev.egovernments.org
Accept: */*
true
GET /dashboard-ingest/ingest/[APIEndPoint]/resume/{consumerId} HTTP/1.1
Host: egov-micro-dev.egovernments.org
Accept: */*
true
This API receives the Transaction Details JSON Request and passes it on to the Service Layer for further process of persisting into elastic search.
context of the transactional data
version of the context
this contains the transactional object
POST /dashboard-ingest/ingest/[APIEndPoint]/save HTTP/1.1
Host: egov-micro-dev.egovernments.org
Content-Type: */*
Accept: */*
Content-Length: 66
{
"dataContext": "text",
"dataContextVersion": "text",
"dataObject": {}
}
No content
uploded file get parsed and stores target data to Elastic search.
POST /dashboard-ingest/ingest/[APIEndPoint]/upload HTTP/1.1
Host: egov-micro-dev.egovernments.org
Content-Type: multipart/form-data
Accept: */*
Content-Length: 17
{
"file": "binary"
}
No content