Storage tracking timestamp block info
A utility designed for transparency in tracking interactions with the storage system.
Retrieve detailed tracking information about the block that stores, modifies, or deletes a file in the storage.
Get the hash value of the block that has interacted with the storage system.
GET
https://test-001-node.cloud.nxtfi.org/v2 /<scope>/_trace/<dirname>/<filename>/<timestamp>
Query Parameters
Name | Type | Description |
---|---|---|
scope* | String | scope were to query track |
dirname | String | optional in case the file was stored nested into a directory |
filename* | String | filename from which to receive track information |
timestamp* | String | timestamp from the traced interaction |
Another available endpoint
GET
https://test-001-node.cloud.nxtfi.org/v2/_trace/<scope>/<dirname>/<filename>/<timestamp>
Last updated