Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.59 KB

File metadata and controls

22 lines (17 loc) · 1.59 KB

VerifyConfigRequestDTO

Properties

Name Type Description Notes
requestId String The ID of the request [optional]
uri String The URI for the request [optional]
submissionTime DateTime The timestamp of when the request was submitted [optional]
lastUpdated DateTime The timestamp of when the request was last updated [optional]
complete Boolean Whether or not the request is completed [optional]
failureReason String The reason for the request failing, or null if the request has not failed [optional]
percentCompleted Integer A value between 0 and 100 (inclusive) indicating how close the request is to completion [optional]
state String A description of the current state of the request [optional]
updateSteps List<VerifyConfigUpdateStepDTO> The steps that are required in order to complete the request, along with the status of each [optional]
componentId String The ID of the component whose configuration was verified [optional]
properties Map<String, String> The configured component properties [optional]
attributes Map<String, String> FlowFile Attributes that should be used to evaluate Expression Language for resolving property values [optional]
results List<ConfigVerificationResultDTO> The Results of the verification [optional]