Informatica · JSON Structure

Informatica Platform Rest Job Start Request Structure

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

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

Properties

@type taskId taskName taskType callbackUrl runtime

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "JobStartRequest",
  "type": "object",
  "properties": {
    "@type": {
      "type": "string"
    },
    "taskId": {
      "type": "string"
    },
    "taskName": {
      "type": "string"
    },
    "taskType": {
      "type": "string"
    },
    "callbackUrl": {
      "type": "string"
    },
    "runtime": {
      "type": "object"
    }
  }
}