Uses of Class
org.apache.nifi.api.toolkit.model.VerifyConfigRequestEntity
Packages that use VerifyConfigRequestEntity
-
Uses of VerifyConfigRequestEntity in org.apache.nifi.api.toolkit.api
Methods in org.apache.nifi.api.toolkit.api that return VerifyConfigRequestEntityModifier and TypeMethodDescriptionSwaggerResourceApi.deleteFlowAnalysisRuleVerificationRequest
(String id, String requestId) Deletes the Verification Request with the given ID Deletes the Verification Request with the given ID.SwaggerResourceApi.deleteVerificationRequest
(String id, String requestId) Deletes the Verification Request with the given ID Deletes the Verification Request with the given ID.SwaggerResourceApi.deleteVerificationRequest_0
(String id, String requestId) Deletes the Verification Request with the given ID Deletes the Verification Request with the given ID.SwaggerResourceApi.deleteVerificationRequest_1
(String id, String requestId) Deletes the Verification Request with the given ID Deletes the Verification Request with the given ID.SwaggerResourceApi.deleteVerificationRequest_2
(String id, String requestId) Deletes the Verification Request with the given ID Deletes the Verification Request with the given ID.SwaggerResourceApi.getFlowAnalysisRuleVerificationRequest
(String id, String requestId) Returns the Verification Request with the given ID Returns the Verification Request with the given ID.SwaggerResourceApi.getVerificationRequest
(String id, String requestId) Returns the Verification Request with the given ID Returns the Verification Request with the given ID.SwaggerResourceApi.getVerificationRequest_0
(String id, String requestId) Returns the Verification Request with the given ID Returns the Verification Request with the given ID.SwaggerResourceApi.getVerificationRequest_1
(String id, String requestId) Returns the Verification Request with the given ID Returns the Verification Request with the given ID.SwaggerResourceApi.getVerificationRequest_2
(String id, String requestId) Returns the Verification Request with the given ID Returns the Verification Request with the given ID.SwaggerResourceApi.submitConfigVerificationRequest
(VerifyConfigRequestEntity body, String id) Performs verification of the Controller Service's configuration This will initiate the process of verifying a given Controller Service configuration.SwaggerResourceApi.submitConfigVerificationRequest_0
(VerifyConfigRequestEntity body, String id) Performs verification of the Parameter Provider's configuration This will initiate the process of verifying a given Parameter Provider configuration.SwaggerResourceApi.submitConfigVerificationRequest_1
(VerifyConfigRequestEntity body, String id) Performs verification of the Reporting Task's configuration This will initiate the process of verifying a given Reporting Task configuration.SwaggerResourceApi.submitFlowAnalysisRuleConfigVerificationRequest
(VerifyConfigRequestEntity body, String id) Performs verification of the Flow Analysis Rule's configuration This will initiate the process of verifying a given Flow Analysis Rule configuration.SwaggerResourceApi.submitProcessorVerificationRequest
(VerifyConfigRequestEntity body, String id) Performs verification of the Processor's configuration This will initiate the process of verifying a given Processor configuration.Methods in org.apache.nifi.api.toolkit.api with parameters of type VerifyConfigRequestEntityModifier and TypeMethodDescriptionSwaggerResourceApi.submitConfigVerificationRequest
(VerifyConfigRequestEntity body, String id) Performs verification of the Controller Service's configuration This will initiate the process of verifying a given Controller Service configuration.SwaggerResourceApi.submitConfigVerificationRequest_0
(VerifyConfigRequestEntity body, String id) Performs verification of the Parameter Provider's configuration This will initiate the process of verifying a given Parameter Provider configuration.SwaggerResourceApi.submitConfigVerificationRequest_1
(VerifyConfigRequestEntity body, String id) Performs verification of the Reporting Task's configuration This will initiate the process of verifying a given Reporting Task configuration.SwaggerResourceApi.submitFlowAnalysisRuleConfigVerificationRequest
(VerifyConfigRequestEntity body, String id) Performs verification of the Flow Analysis Rule's configuration This will initiate the process of verifying a given Flow Analysis Rule configuration.SwaggerResourceApi.submitProcessorVerificationRequest
(VerifyConfigRequestEntity body, String id) Performs verification of the Processor's configuration This will initiate the process of verifying a given Processor configuration. -
Uses of VerifyConfigRequestEntity in org.apache.nifi.api.toolkit.model
Methods in org.apache.nifi.api.toolkit.model that return VerifyConfigRequestEntityModifier and TypeMethodDescriptionVerifyConfigRequestEntity.request
(VerifyConfigRequestDTO request)