post
{protocol}://{base-url}/integration/v2///test_and_fetch/
Triggers an async preflight check for the specified OCF source.
Preflight checks validate access permissions and service connectivity
before metadata extraction. Returns a job_id that can be polled using
GET /api/v2/bulk_metadata/job/?id={job_id}&extra_details to check the status.
Common check values:
- check: MDE_ACCESS_CHECK (metadata extraction access)
- check: TAG_CHECK (tagging permissions)
- check_ids: MDE_CHECK, POLICY_CHECK
Supports: datasource, bi_server, filesystem, asset_source.
401Unauthorized (missing or invalid authentication)
403Forbidden (user is not an admin of the source)