Parse2

Supported HTTP methods and descriptions

URL

http://<h2oHost>:<h2oApiPort>/Parse2.json

Input parameters

  • delete_on_done, a Bool

    Drop source text from H2O memory after parsing. Since version 1

  • _blocking, a Bool

    Should block and wait for result?. Since version 1

Output JSON elements

  • response_info, a ResponseInfo

    Response stats and info.. Since version 1

  • h2o, a String

    H2O cloud name.. Since version 1

  • node, a String

    Node serving the response.. Since version 1

  • time, a long

    Request processing time.. Since version 1

  • status, a Status

    Response status. Since version 1

  • redirect_url, a String

    Redirect name.. Since version 1

  • job_key, a Key

    Job key. Since version 1

  • destination_key, a Key

    Destination key. Since version 1

HTTP response codes

200 OK Success and error responses are identical.