v1

latestOpenAPI 3.0.3MIT2026-07-17403684.7 KB
Source

Creates a new source

post/sources

Request body

namestring

Human readable name of a source

formatstring

Format of the source to be ingested, useful when automated ingestion

notificationRecipientsstring[]

List of addresses to be notified of important changes to the source.

excludeFromLineListboolean

Whether cases from this source should be left out of the line list feed.

hasStableIdentifiersboolean

Whether the source includes identifiers for individual cases that remain the same over time.

Example request

{
  "name": "Paraguay",
  "origin": {
    "url": "https://opendata.digilugu.ee/opendata_covid19_test_results.csv",
    "license": "MIT",
    "providerName": "Paraguay Ministry of Public Health and Social Welfare",
    "providerWebsiteUrl": "https://www.mspbs.gov.py/index.php"
  },
  "automation": {
    "parser": {
      "awsLambdaArn": "arn:aws:lambda:eu-central-1:612888738066:function:epid-ingestion-IndiaParsingFunction-J20HSC838QT6"
    },
    "schedule": {
      "awsRuleArn": "arn:aws:events:eu-central-1:612888738066:rule/5ef22491937717c3331c3729",
      "awsScheduleExpression": "rate(1 day)"
    }
  }
}

Response

Created

namestring

Human readable name of a source

formatstring

Format of the source to be ingested, useful when automated ingestion

notificationRecipientsstring[]

List of addresses to be notified of important changes to the source.

excludeFromLineListboolean

Whether cases from this source should be left out of the line list feed.

hasStableIdentifiersboolean

Whether the source includes identifiers for individual cases that remain the same over time.

Example response

{
  "name": "Paraguay",
  "origin": {
    "url": "https://opendata.digilugu.ee/opendata_covid19_test_results.csv",
    "license": "MIT",
    "providerName": "Paraguay Ministry of Public Health and Social Welfare",
    "providerWebsiteUrl": "https://www.mspbs.gov.py/index.php"
  },
  "automation": {
    "parser": {
      "awsLambdaArn": "arn:aws:lambda:eu-central-1:612888738066:function:epid-ingestion-IndiaParsingFunction-J20HSC838QT6"
    },
    "schedule": {
      "awsRuleArn": "arn:aws:events:eu-central-1:612888738066:rule/5ef22491937717c3331c3729",
      "awsScheduleExpression": "rate(1 day)"
    }
  }
}