SAP BI Data Source
A data source connection used across SAP BI products to connect to source systems, databases, cloud services, and other data repositories for analytics and reporting.
AnalyticsBusiness IntelligenceData VisualizationReportingSAP
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api.sap.com/schemas/sap-bi/data-source.json",
"title": "SAP BI Data Source",
"description": "A data source connection used across SAP BI products to connect to source systems, databases, cloud services, and other data repositories for analytics and reporting.",
"type": "object",
"required": ["name", "type"],
"properties": {
"id": {
"type": "string",
"description": "Data source unique identifier"
},
"name": {
"type": "string",
"description": "Data source name",
"minLength": 1,
"maxLength": 256
},
"description": {
"type": "string",
"description": "Data source description"
},
"type": {
"type": "string",
"enum": [
"HANA",
"S4HANA",
"SAP_BW",
"SAP_BW4HANA",
"ABAP_CDS",
"OData",
"Cloud_Data_Integration",
"Google_BigQuery",
"Microsoft_SQL_Server",
"Amazon_S3",
"JDBC",
"File"
],
"description": "Connection type indicating the source system"
},
"status": {
"type": "string",
"enum": ["Active", "Inactive", "Error"],
"description": "Current connection status"
},
"host": {
"type": "string",
"description": "Hostname or endpoint URL of the data source"
},
"port": {
"type": "integer",
"minimum": 1,
"maximum": 65535,
"description": "Connection port number"
},
"database": {
"type": "string",
"description": "Database or schema name"
},
"authenticationMethod": {
"type": "string",
"enum": ["BasicAuth", "OAuth2", "SAML", "Kerberos", "Certificate", "APIKey"],
"description": "Authentication method used for the connection"
},
"sslEnabled": {
"type": "boolean",
"description": "Whether SSL/TLS encryption is enabled"
},
"spaceId": {
"type": "string",
"description": "Datasphere space containing this connection"
},
"createdBy": {
"type": "string",
"description": "User who created the data source"
},
"createdTime": {
"type": "string",
"format": "date-time",
"description": "When the data source was created"
},
"modifiedTime": {
"type": "string",
"format": "date-time",
"description": "When the data source was last modified"
},
"lastTestedTime": {
"type": "string",
"format": "date-time",
"description": "When the connection was last tested"
},
"lastTestResult": {
"type": "string",
"enum": ["Success", "Failed"],
"description": "Result of the last connection test"
}
}
}
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/sap-bi-data-source"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no email required.
A second provider on the same verified email joins the account you already have.