Storage management methods in JSON-RPC API
This is only available for Software Only customers. If you use our storage nodes, this section is not relevant.
To manage storage for Backup devices, see below for the list of primary methods that let you manage storage and storage nodes of a particular customer.
Storage can be installed on several computers and once this device is used for storage, it may not be used for any other purpose.
- Getting storage information in JSON-RPC API (the
GetSorageInfo
method) - Getting storage node information in JSON-RPC API (the
GetStorageNodeInfo
method) - Getting a list of storage nodes in JSON-RPC API (the
EnumerateStorageNodes
method) - Getting a list of storage nodes (by account ID) (the
EnumerateStorageNodesByAccountId
method) - Getting a list of storage statistics in JSON-RPC API (the
EnumerateStorageStatistics
method) - Getting a list of storages in JSON-RPC API (the
EnumerateStorages
method)
You can identify other storage management methods in the schema by the word Storage
in their names.