v1

latestOpenAPI 3.1.0Apache 2.02026-07-245981,1853.0 MB
Custom Scan

Submit Data to Catalog

Use this API to submit metadata for cataloging for a given custom connector scan job.

post/v1/jobs/{jobId}/catalog-data

Path parameters

jobIdinteger required

The custom connector scan job's identifier. This value can be obtained using the Get List of Scan Jobs API.

Request body

Example request

{
  "metadataRequestList": [
    {
      "jobId": 10,
      "datasourceId": "123e4567-e89b-12d3-a456-426655440000",
      "parentType": "DATASOURCE",
      "metadataList": [
        {
          "entityType": "DATABASE",
          "Children Count": 2
        }
      ]
    }
  ]
}

Response

OK