Data

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

get/space

Response

Summary of storage allocation

totalBlocksinteger required

Number of blocks stored by the node

quotaMaxBytesinteger required

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

quotaUsedBytesinteger required

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

quotaReservedBytesinteger required

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