SAP Ariba
Run SAP Ariba sourcing operational-reporting jobs and fetch their results.
Auth: user-delegated OAuth 2.0. Attach the matching OAuth credential once; the InTouch server injects a live access token and keeps it refreshed for you. Your secrets stay in the encrypted vault — never in the tool, never shown to the AI assistant.
Operations
submit_report_jobget_report_jobget_report_file.
Inputs
operation(required) — One of: submit_report_job, get_report_job, get_report_file.aribaApiKey(required) — SAP Ariba application API key — sent in the 'apikey' header alongside the OAuth token.jobId— Reporting job id — required for get_report_job and get_report_file.fileName— Result file name — required for get_report_file.query— Query params as a JSON object string. 'realm' is REQUIRED on every call, e.g. {"realm": "MYREALM"}.body— Job definition (view template + filters) as a JSON object string — for submit_report_job.
Example
operation: submit_report_job
aribaApiKey: <your aribaApiKey>