Confirm data in Node1

POST http://{{NODE1_HOST}}:{{SERVER_HDB_PORT}}

  • operation (required) - must always be 'search_by_hashes'
  • schema (required) - schema where the table you are searching lives
  • table (required) - table you wish to search
  • hash_attribute (required) - hash_attribute for table you are searching. defined in add table
  • hash_values(required) - array of hashes to retrive
  • get_attriburtes (required) - define which attributes you want returned. Use '*' to return all attributes

Request Body

{"operation"=>"search_by_value", "schema"=>"treat_sys", "table"=>"collar", "search_attribute"=>"id", "search_value"=>"*", "get_attributes"=>["*"]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

""