Validates a Master Flow

Checks the structure and settings of a Master Flow.

Method

/API2/dataSources/validateMasterFlow

  • API Section: /API2/dataSources
  • API Version: 2.0
  • From Release: 2020.20
  • Usage: REST API only via POST actions.
  • Usage by:
    • Enterprise Admin

Method Signature

Input Parameters

Name

validateMasterFlowObject

Object Type

Description

Input parameters needed to execute a Master Flow

Output Response

Successful Result Code

200

Response Type

Description of Response Type

Validation result, includes list for each validation type object

Notes

The function checks each node within the flow to ensure they are all valid. It includes checking all the connections details for data sources, data targets, internal variables and any missing or broken values for other nodes.The response shows a list of broken items: sources, targets, variables and other elements.

Examples