Informatica · Schema

MappingTask

Represents a mapping task that executes a mapping with specific source and target connections and runtime parameters.

Address VerificationB2B GatewayCloud ServicesData GovernanceData IntegrationData ProfilingData QualityEnterprise SoftwareETLIDMCIICSMaster Data ManagementReference Data Management

Properties

Name Type Description
@type string The resource type identifier.
id string The unique identifier for the mapping task.
orgId string The organization ID that owns the task.
name string The name of the mapping task.
description string A description of the mapping task.
createTime string The time the mapping task was created.
updateTime string The time the mapping task was last updated.
createdBy string The user who created the mapping task.
updatedBy string The user who last updated the mapping task.
mappingId string The ID of the mapping that this task executes.
runtimeEnvironmentId string The runtime environment to use for execution.
scheduleId string The schedule ID if the task is scheduled.
preProcessingCmd string The command to run before the task executes.
postProcessingCmd string The command to run after the task executes.
parameters array The parameter values for this task execution. Overrides default mapping parameters.
sourceConnectionId string The source connection ID for the mapping task.
targetConnectionId string The target connection ID for the mapping task.
frsId string The federated task ID.
active boolean Whether the mapping task is active.
View JSON Schema on GitHub

JSON Schema

informatica-platform-rest-mapping-task-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "MappingTask",
  "type": "object",
  "description": "Represents a mapping task that executes a mapping with specific source and target connections and runtime parameters.",
  "properties": {
    "@type": {
      "type": "string",
      "description": "The resource type identifier."
    },
    "id": {
      "type": "string",
      "description": "The unique identifier for the mapping task."
    },
    "orgId": {
      "type": "string",
      "description": "The organization ID that owns the task."
    },
    "name": {
      "type": "string",
      "description": "The name of the mapping task."
    },
    "description": {
      "type": "string",
      "description": "A description of the mapping task."
    },
    "createTime": {
      "type": "string",
      "description": "The time the mapping task was created."
    },
    "updateTime": {
      "type": "string",
      "description": "The time the mapping task was last updated."
    },
    "createdBy": {
      "type": "string",
      "description": "The user who created the mapping task."
    },
    "updatedBy": {
      "type": "string",
      "description": "The user who last updated the mapping task."
    },
    "mappingId": {
      "type": "string",
      "description": "The ID of the mapping that this task executes."
    },
    "runtimeEnvironmentId": {
      "type": "string",
      "description": "The runtime environment to use for execution."
    },
    "scheduleId": {
      "type": "string",
      "description": "The schedule ID if the task is scheduled."
    },
    "preProcessingCmd": {
      "type": "string",
      "description": "The command to run before the task executes."
    },
    "postProcessingCmd": {
      "type": "string",
      "description": "The command to run after the task executes."
    },
    "parameters": {
      "type": "array",
      "description": "The parameter values for this task execution. Overrides default mapping parameters."
    },
    "sourceConnectionId": {
      "type": "string",
      "description": "The source connection ID for the mapping task."
    },
    "targetConnectionId": {
      "type": "string",
      "description": "The target connection ID for the mapping task."
    },
    "frsId": {
      "type": "string",
      "description": "The federated task ID."
    },
    "active": {
      "type": "boolean",
      "description": "Whether the mapping task is active."
    }
  }
}

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.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/informatica-platform-rest-mapping-task"
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.