Data

Gets a summary of the storage space allocation of the node.

get/space

Response

Summary of storage allocation

totalBlocksinteger

Number of blocks stored by the node

quotaMaxBytesinteger

Maximum storage space (in bytes) available for the node in Codex's local repository.

quotaUsedBytesinteger

Amount of storage space (in bytes) currently used for storing files in Codex's local repository.

quotaReservedBytesinteger

Amount of storage reserved (in bytes) in the Codex's local repository for future use when storage requests will be picked up and hosted by the node using node's availabilities. This does not include the storage currently in use.

Changes