Storage tracking interactions
A utility designed for transparency in tracking interactions with the storage system.
Last updated
A utility designed for transparency in tracking interactions with the storage system.
Every interaction of a block with the NxtFi storage is tracked within a file system. Whenever data is stored, modified, or deleted from the storage, a file is created with the timestamp of the transaction as its name. The content of this file is the actual hash of the block that executed the interaction. This ensures a complete and secure trace of the lifecycle of every piece of data.
GET https://test-001-node.cloud.nxtfi.org/v2 /_trace/<scope>/<dirname>/<filename>/
scope*
String
scope were to query track
filename*
String
Path to file trace folder.
dirname
String
folder-like prefix name
Remember this calls should end with '/' as they point towards a list of interactions over the file.
Last updated