Informatica · JSON Structure

Informatica Platform Rest Mapping Task Update Request Structure

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

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

Properties

@type name description runtimeEnvironmentId scheduleId preProcessingCmd postProcessingCmd sourceConnectionId targetConnectionId parameters

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "MappingTaskUpdateRequest",
  "type": "object",
  "properties": {
    "@type": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "runtimeEnvironmentId": {
      "type": "string"
    },
    "scheduleId": {
      "type": "string"
    },
    "preProcessingCmd": {
      "type": "string"
    },
    "postProcessingCmd": {
      "type": "string"
    },
    "sourceConnectionId": {
      "type": "string"
    },
    "targetConnectionId": {
      "type": "string"
    },
    "parameters": {
      "type": "array"
    }
  }
}