Informatica · JSON Structure

Informatica Platform Rest Activity Log Entry Structure

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

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

Properties

id type objectId objectName runId agentId runtimeEnvironmentId startTime endTime state failedSourceRows successSourceRows failedTargetRows successTargetRows totalSuccessRows totalErrorRows errorMsg startedBy runContextType entries

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ActivityLogEntry",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "objectId": {
      "type": "string"
    },
    "objectName": {
      "type": "string"
    },
    "runId": {
      "type": "integer"
    },
    "agentId": {
      "type": "string"
    },
    "runtimeEnvironmentId": {
      "type": "string"
    },
    "startTime": {
      "type": "string"
    },
    "endTime": {
      "type": "string"
    },
    "state": {
      "type": "integer"
    },
    "failedSourceRows": {
      "type": "integer"
    },
    "successSourceRows": {
      "type": "integer"
    },
    "failedTargetRows": {
      "type": "integer"
    },
    "successTargetRows": {
      "type": "integer"
    },
    "totalSuccessRows": {
      "type": "integer"
    },
    "totalErrorRows": {
      "type": "integer"
    },
    "errorMsg": {
      "type": "string"
    },
    "startedBy": {
      "type": "string"
    },
    "runContextType": {
      "type": "string"
    },
    "entries": {
      "type": "array"
    }
  }
}