getnetwork
Description:
This endpoint returns the information about network if you are part of or created it.
Request
https://api.moinet.io/moibit/getnetwork
Request type - GET
#
HeadersHeader Key | Header Value | Optional |
---|---|---|
nonce | <developer_nonce> | No |
signature | <signature gotten after signing developer_nonce by developer> | No |
developerKey | public id of the developer | No |
networkID | ID of the network the file want to be written to. | No |
#
ResponseField | Description |
---|---|
networkName | User defined name for the created network |
networkID | A unique identifier for the creted network |
networkOwnerID | This is used to identify the owner of the node |
nodeList | List of Nodes with information like nodeID, ram , storage , location etc |
peerID | Peer ID and PeerName of the cluster nodes |
minimumReplicationFactor | Minimum repliation factor value |
maxReplicationFactor | Maximum replication factory for a network |
city | City of the physical node |
timeZone | TimeZone of the physical node |
ram | RAM SIZE OF THE PHYSICAL MACHINE |
storage | total storage available on a physical node |
cloudProvider | machine provider name like cantaboa , digitalocean etc |
isMoibitNode | is this node belong to moibit |
isActive | is node active or not |
swarmKey | key to create a private IPFS Network |
clustersecret | key to create a private IPFS Network |
clusterport | IPFS cluster gateway port |
ipfsport | IPFS gateway port |