rule-node-config.request-url
rule-node-config.url @if (restApiCallConfigForm.get('restEndpointUrlPattern').hasError('required')) { {{ 'rule-node-config.endpoint-url-pattern-required' | translate }} } rule-node-config.url-hint {{ 'rule-node-config.query-params' | translate }}
rule-node-config.request-method @for (requestType of httpRequestTypes; track requestType) { {{ requestType }} }
{{ 'rule-node-config.headers' | translate }}
{{ 'rule-node-config.advanced-settings' | translate }}
{{ 'rule-node-config.enable-proxy' | translate }} @if (restApiCallConfigForm.get('enableProxy').value) {
{{ 'rule-node-config.use-system-proxy-properties' | translate }} @if (!restApiCallConfigForm.get('useSystemProxyProperties').value) {
rule-node-config.proxy-host @if (restApiCallConfigForm.get('proxyHost').hasError('required')) { {{ 'rule-node-config.proxy-host-required' | translate }} } rule-node-config.proxy-port @if (restApiCallConfigForm.get('proxyPort').hasError('required')) { {{ 'rule-node-config.proxy-port-required' | translate }} } @if (restApiCallConfigForm.get('proxyPort').hasError('min') || restApiCallConfigForm.get('proxyPort').hasError('max')) { {{ 'rule-node-config.proxy-port-range' | translate }} }
rule-node-config.proxy-user rule-node-config.proxy-password
}
}
{{ 'rule-node-config.parse-to-plain-text' | translate }}
{{ 'rule-node-config.ignore-request-body' | translate }} @if(!restApiCallConfigForm.get('ignoreRequestBody').value) {
rule-node-config.request-body-template }
rule-node-config.read-timeout rule-node-config.read-timeout-hint @if (restApiCallConfigForm.get('readTimeoutMs').hasError('max')) { {{ 'rule-node-config.int-range' | translate }} } rule-node-config.max-parallel-requests-count rule-node-config.max-parallel-requests-count-hint @if (restApiCallConfigForm.get('maxParallelRequestsCount').hasError('max')) { {{ 'rule-node-config.int-range' | translate }} } rule-node-config.max-response-size rule-node-config.max-response-size-hint @if (restApiCallConfigForm.get('maxInMemoryBufferSizeInKb').hasError('min') || restApiCallConfigForm.get('maxInMemoryBufferSizeInKb').hasError('max')) { {{ 'rule-node-config.memory-buffer-size-range' | translate: { max: MemoryBufferSizeInKbLimit } }} }