GetFromEndpoint

See javadoc - uk.gov.gchq.gaffer.operation.impl.get.GetFromEndpoint

Available since Gaffer version 1.8.0

Gets data from an endpoint

Required fields

The following fields are required:

  • endpoint

Examples

Get from endpoint

Java
JSON
Full JSON
Python
final GetFromEndpoint get = new GetFromEndpoint.Builder()
        .endpoint("https://mydata.io:8443/mydata")
        .build();
{
  "class" : "GetFromEndpoint",
  "endpoint" : "https://mydata.io:8443/mydata"
}
{
  "class" : "uk.gov.gchq.gaffer.operation.impl.get.GetFromEndpoint",
  "endpoint" : "https://mydata.io:8443/mydata"
}
g.GetFromEndpoint( 
  endpoint="https://mydata.io:8443/mydata" 
)


results matching ""

    No results matching ""