Informatica · Example Payload

Informatica Platform Rest Job Start Request Example

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

Informatica Platform Rest Job Start Request Example is an example object payload from Informatica, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

@typetaskIdtaskNametaskTypecallbackUrlruntime

Example Payload

Raw ↑
{
  "@type": "example_value",
  "taskId": "500123",
  "taskName": "example_value",
  "taskType": "example_value",
  "callbackUrl": "https://www.example.com",
  "runtime": "example_value"
}