NEST by Elastic and contributors

<PackageReference Include="NEST" Version="5.6.1" />

.NET API 5,053,440 bytes

 HttpInputDescriptor

public HttpInputDescriptor Extract(IEnumerable<string> extract)

A array of json keys to extract from the input response and use as payload. In cases when an input generates a large response this can be used to filter the relevant piece of the response to be used as payload.

public HttpInputDescriptor Extract(string[] extract)

A array of json keys to extract from the input response and use as payload. In cases when an input generates a large response this can be used to filter the relevant piece of the response to be used as payload.

The HTTP input request details

The expected content type the response body will contain. If the format is text, Extract cannot exist. Note that this overrides the header that is returned in the HTTP response.