Trigger Scan

Trigger data scan

POST https://{telmai_endpoint}/api/data/v2/{tenant}/sources/{source_id}/batch_data

Location specific request body parameters are defined below.

Path Parameters

Name
Type
Description

source_id*

string

Id of source to upload data to

tenant*

string

Name of tenant

Headers

Name
Type
Description

Content-type

string

application/json

Authentication*

string

Bearer <access_token>. Access token from Authentication API

{
    "message": string,    
    "job_id": string
}

Last updated