mirror of
https://github.com/status-im/nim-dagger.git
synced 2025-02-18 01:27:15 +00:00
Merge branch 'master' into testapi-delete
This commit is contained in:
commit
1369a758ea
@ -289,6 +289,7 @@ components:
|
|||||||
description: "Root hash of the content"
|
description: "Root hash of the content"
|
||||||
originalBytes:
|
originalBytes:
|
||||||
type: integer
|
type: integer
|
||||||
|
format: uint64
|
||||||
description: "Length of original content in bytes"
|
description: "Length of original content in bytes"
|
||||||
blockSize:
|
blockSize:
|
||||||
type: integer
|
type: integer
|
||||||
@ -303,14 +304,18 @@ components:
|
|||||||
totalBlocks:
|
totalBlocks:
|
||||||
description: "Number of blocks stored by the node"
|
description: "Number of blocks stored by the node"
|
||||||
type: integer
|
type: integer
|
||||||
|
format: uint64
|
||||||
quotaMaxBytes:
|
quotaMaxBytes:
|
||||||
type: integer
|
type: integer
|
||||||
|
format: uint64
|
||||||
description: "Maximum storage space used by the node"
|
description: "Maximum storage space used by the node"
|
||||||
quotaUsedBytes:
|
quotaUsedBytes:
|
||||||
type: integer
|
type: integer
|
||||||
|
format: uint64
|
||||||
description: "Amount of storage space currently in use"
|
description: "Amount of storage space currently in use"
|
||||||
quotaReservedBytes:
|
quotaReservedBytes:
|
||||||
type: integer
|
type: integer
|
||||||
|
format: uint64
|
||||||
description: "Amount of storage space reserved"
|
description: "Amount of storage space reserved"
|
||||||
|
|
||||||
servers:
|
servers:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user