Informatica · JSON Structure

Informatica Platform Rest Job Start Response Structure

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

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

Properties

taskId taskType runId

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "JobStartResponse",
  "type": "object",
  "properties": {
    "taskId": {
      "type": "string"
    },
    "taskType": {
      "type": "string"
    },
    "runId": {
      "type": "integer"
    }
  }
}