Informatica · Schema
MappingTaskCreateRequest
Request body for creating a new mapping task.
Address VerificationB2B GatewayCloud ServicesData GovernanceData IntegrationData ProfilingData QualityEnterprise SoftwareETLIDMCIICSMaster Data ManagementReference Data Management
Properties
| Name | Type | Description |
|---|---|---|
| @type | string | The resource type identifier. |
| name | string | The name for the new mapping task. |
| description | string | A description of the mapping task. |
| mappingId | string | The ID of the mapping to execute. |
| runtimeEnvironmentId | string | The runtime environment to use for execution. |
| scheduleId | string | The schedule to associate with the task. |
| preProcessingCmd | string | The command to run before the task. |
| postProcessingCmd | string | The command to run after the task. |
| sourceConnectionId | string | The source connection ID. |
| targetConnectionId | string | The target connection ID. |
| parameters | array | Parameter value overrides. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/MappingTaskCreateRequest",
"title": "MappingTaskCreateRequest",
"type": "object",
"description": "Request body for creating a new mapping task.",
"required": [
"@type",
"name",
"mappingId"
],
"properties": {
"@type": {
"type": "string",
"description": "The resource type identifier.",
"const": "mttask",
"example": "example_value"
},
"name": {
"type": "string",
"description": "The name for the new mapping task.",
"example": "Example Title"
},
"description": {
"type": "string",
"description": "A description of the mapping task.",
"example": "A sample description."
},
"mappingId": {
"type": "string",
"description": "The ID of the mapping to execute.",
"example": "500123"
},
"runtimeEnvironmentId": {
"type": "string",
"description": "The runtime environment to use for execution.",
"example": "500123"
},
"scheduleId": {
"type": "string",
"description": "The schedule to associate with the task.",
"example": "500123"
},
"preProcessingCmd": {
"type": "string",
"description": "The command to run before the task.",
"example": "example_value"
},
"postProcessingCmd": {
"type": "string",
"description": "The command to run after the task.",
"example": "example_value"
},
"sourceConnectionId": {
"type": "string",
"description": "The source connection ID.",
"example": "500123"
},
"targetConnectionId": {
"type": "string",
"description": "The target connection ID.",
"example": "500123"
},
"parameters": {
"type": "array",
"description": "Parameter value overrides.",
"items": {
"$ref": "#/components/schemas/MappingParameter"
},
"example": []
}
}
}
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-mappingtaskcreaterequest"
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.