Skip to main content

Process Uncorrelated Accounts

POST 

/sources/:id/load-uncorrelated-accounts

File is required for upload. You will also need to set the Content-Type header to multipart/form-data

Request

Path Parameters

    id stringrequired

    Source Id

    Example: 75dbec1ebe154d5785da27b95e1dd5d7

Body

    file binary

Responses

Uncorrelated Accounts Task

Schema

    success boolean

    Default value: true

    The status of the result

    task

    object

    id string

    System-generated unique ID of the task this taskStatus represents

    type string

    Type of task this task represents

    name string

    The name of uncorrelated accounts process

    description string

    The description of the task

    launcher string

    The user who initiated the task

    created date-time

    The Task creation date

    launched date-timenullable

    The task start date

    completed date-timenullable

    The task completion date

    completionStatus stringnullable

    Possible values: [SUCCESS, WARNING, ERROR, TERMINATED, TEMP_ERROR]

    Task completion status.

    parentName stringnullable

    Name of the parent task if exists.

    messages

    object[]

    List of the messages dedicated to the report. From task definition perspective here usually should be warnings or errors.

  • Array [

  • type string

    Possible values: [INFO, WARN, ERROR]

    Type of the message.

    error boolean

    Flag whether message is an error.

    warning boolean

    Flag whether message is a warning.

    key string

    Message string identifier.

    localizedText string

    Message context with the locale based language.

  • ]

  • progress stringnullable

    Current task state.

    attributes

    object

    Extra attributes map(dictionary) for the task.

    qpocJobId string

    The id of qpoc job

    taskStartDelay

    the task start delay value

    returns object

    Return values from the task

Loading...