Informatica · JSON Structure

Informatica Platform Rest Connection Structure

Type: object Properties: 22
Address VerificationB2B GatewayCloud ServicesData GovernanceData IntegrationData ProfilingData QualityEnterprise SoftwareETLIDMCIICSMaster Data ManagementReference Data Management

Connection is a JSON Structure definition published by Informatica, describing 22 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

@type id orgId name description type createTime updateTime createdBy updatedBy agentId runtimeEnvironmentId host port database schema username password authenticationType serviceUrl codepage connParams

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Connection",
  "type": "object",
  "properties": {
    "@type": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "orgId": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "createTime": {
      "type": "string"
    },
    "updateTime": {
      "type": "string"
    },
    "createdBy": {
      "type": "string"
    },
    "updatedBy": {
      "type": "string"
    },
    "agentId": {
      "type": "string"
    },
    "runtimeEnvironmentId": {
      "type": "string"
    },
    "host": {
      "type": "string"
    },
    "port": {
      "type": "integer"
    },
    "database": {
      "type": "string"
    },
    "schema": {
      "type": "string"
    },
    "username": {
      "type": "string"
    },
    "password": {
      "type": "string"
    },
    "authenticationType": {
      "type": "string"
    },
    "serviceUrl": {
      "type": "string"
    },
    "codepage": {
      "type": "string"
    },
    "connParams": {
      "type": "object"
    }
  }
}