Trigger Scan
Last updated
Below APIs have been deprecated
/api/data/{tenant}/sources/{source}/batch_data
/api/data/v2/{tenant}/sources/{source}/batch_data
/api/data/{tenant}/batch_data
/api/data/v2/{tenant}/batch_data
POST https://{telmai_endpoint}/api/data/{tenant}/assets/{assetId}/batch_data
Location specific request body parameters are defined below.
tenant*
string
Tenant identifier
assetId*
string
Asset identifier
{
"message": string,
"job_id": string
}Last updated