Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (18 loc) · 1.86 KB

VerifyConfigRequestDto.md

File metadata and controls

23 lines (18 loc) · 1.86 KB

VerifyConfigRequestDto

Properties

Name Type Description Notes
request_id Option<String> The ID of the request [optional]
uri Option<String> The URI for the request [optional]
submission_time Option<String> The timestamp of when the request was submitted [optional]
last_updated Option<String> The timestamp of when the request was last updated [optional]
complete Option<bool> Whether or not the request is completed [optional]
failure_reason Option<String> The reason for the request failing, or null if the request has not failed [optional]
percent_completed Option<i32> A value between 0 and 100 (inclusive) indicating how close the request is to completion [optional]
state Option<String> A description of the current state of the request [optional]
update_steps Option<Veccrate::models::VerifyConfigUpdateStepDto> The steps that are required in order to complete the request, along with the status of each [optional]
component_id Option<String> The ID of the component whose configuration was verified [optional]
properties Option<::std::collections::HashMap<String, String>> The configured component properties [optional]
attributes Option<::std::collections::HashMap<String, String>> FlowFile Attributes that should be used to evaluate Expression Language for resolving property values [optional]
results Option<Veccrate::models::ConfigVerificationResultDto> The Results of the verification [optional]

[Back to Model list] [Back to API list] [Back to README]