Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This specifies the migration steps which is specific to payment index .

...

Note: This name should be as the value present in ingest es.index.name

View file
namemapping.json

...

SNo

Name

Description

Method

End Point

Body

POST

{host}/dashboard-ingest/ingest/migrate/paymentsindex-v1/v2

{"RequestInfo":{"authToken":"2ba70924-1bba-4a9b-b55d-2e9471bf3081"}}

2.

CURLĀ 

curl -X POST
https://egov-micro-dev.egovernmentsdigit.org/dashboard-ingest/ingest/migrate/paymentsindex-v1/v2
-H 'cache-control: no-cache'
-H 'content-type: application/json'
-H 'postman-token: d83fc136-116d-265f-3b83-ea41e3d5bb57'
-d '{"RequestInfo":{"authToken":"2ba70924-1bba-4a9b-b55d-2e9471bf3081"}}'

...