Informatica · Schema
ConnectionCreateRequest
Request body for creating a new connection.
Address VerificationB2B GatewayCloud ServicesData GovernanceData IntegrationData ProfilingData QualityEnterprise SoftwareETLIDMCIICSMaster Data ManagementReference Data Management
Properties
| Name | Type | Description |
|---|---|---|
| @type | string | The resource type identifier. Must be set to "connection". |
| name | string | The name for the new connection. |
| description | string | A description of the connection. |
| type | string | The connection type. |
| runtimeEnvironmentId | string | The runtime environment ID for the connection. |
| host | string | The hostname or IP address. |
| port | integer | The port number. |
| database | string | The database name or service name. |
| schema | string | The database schema. |
| username | string | The username for authentication. |
| password | string | The password for authentication. |
| authenticationType | string | The authentication method. |
| serviceUrl | string | The service endpoint URL. |
| codepage | string | The character encoding. |
| connParams | object | Additional connection-type-specific parameters. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "ConnectionCreateRequest",
"type": "object",
"description": "Request body for creating a new connection.",
"properties": {
"@type": {
"type": "string",
"description": "The resource type identifier. Must be set to \"connection\"."
},
"name": {
"type": "string",
"description": "The name for the new connection."
},
"description": {
"type": "string",
"description": "A description of the connection."
},
"type": {
"type": "string",
"description": "The connection type."
},
"runtimeEnvironmentId": {
"type": "string",
"description": "The runtime environment ID for the connection."
},
"host": {
"type": "string",
"description": "The hostname or IP address."
},
"port": {
"type": "integer",
"description": "The port number."
},
"database": {
"type": "string",
"description": "The database name or service name."
},
"schema": {
"type": "string",
"description": "The database schema."
},
"username": {
"type": "string",
"description": "The username for authentication."
},
"password": {
"type": "string",
"description": "The password for authentication."
},
"authenticationType": {
"type": "string",
"description": "The authentication method."
},
"serviceUrl": {
"type": "string",
"description": "The service endpoint URL."
},
"codepage": {
"type": "string",
"description": "The character encoding."
},
"connParams": {
"type": "object",
"description": "Additional connection-type-specific parameters."
}
}
}
Work with this as data
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/informatica-platform-rest-connection-create-request"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.