TargetOperationStageStatusApiDTO

Description

Holds all the information of this particular instance of the discovery or validation stage.

Optional Parameters

state
  • type: string

  • description: The state of this stage at the end of the discovery or validation.

  • enum: ['DID_NOT_RUN', 'SUCCESS', 'FAILURE']

summary
  • type: string

  • description: The short message (ideally 70 characters or less) explaining the stage status. Example of such messages are "invalid credentials" or "4 business application retrieved".

fullExplanation
  • type: string

  • description: The full message explaining the stage status. This explanation may include the instructions or hints on how to address issue if there is one.