NxtFi
  • NxtFi Blockchain
  • Testing Network
  • Block Viewer
  • Playground
  • Authentication
  • Create New Block
  • Blockchain Libraries
    • NxtFi Tools
    • Javascript - CreateBlock
  • Smart Contracts
  • The Storage System
  • Upload Media Files
  • Blockchain API Interactions
  • Access Control Layer
    • How it Works
    • Syntax & Smart Contract requirements
    • Example
  • API - Listing Files
  • API Reference
    • Get node health
    • Get the last block
    • Get block information by hash
    • Get block information by timestamp
    • Get block information by height
    • Get files from storage by scope
    • Storage tracking interactions
    • Storage tracking timestamp block info
    • Submit new block
    • Presign media file upload
Powered by GitBook
On this page
  1. API Reference

Storage tracking interactions

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.

Obtain a list of the time stamps on which this file was stored/ modified

GET https://test-001-node.cloud.nxtfi.org/v2 /_trace/<scope>/<dirname>/<filename>/

Query Parameters

Name
Type
Description

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.

PreviousGet files from storage by scopeNextStorage tracking timestamp block info

Last updated 1 year ago