Go JSON-RPC client
To use the Boost Go client, the Go RPC-API library can be used to interact with the Boost API node.
Import the necessary Go module:
Copy go get github.com/filecoin-project/go-jsonrpc
Create the following script:
Copy package main
import (
"context"
"fmt"
"log"
"net/http"
jsonrpc "github.com/filecoin-project/go-jsonrpc"
boostapi "github.com/filecoin-project/boost/api"
)
func main () {
authToken := "<value found in ~/.boost/token>"
headers := http . Header { "Authorization" : [] string { "Bearer " + authToken}}
addr := "127.0.0.1:1288"
var api boostapi . BoostStruct
closer, err := jsonrpc.NewMergeClient(context.Background(), "ws://"+addr+"/rpc/v0", "Filecoin", []interface{}{&api.Internal, &api.CommonStruct.Internal}, headers)
if err != nil {
log. Fatalf ( "connecting with boost failed: %s " , err)
}
defer closer ()
// Now you can call any API you're interested in.
netAddrs, err := api. NetAddrsListen (context. Background ())
if err != nil {
log. Fatalf ( "calling netAddrsListen: %s " , err)
}
fmt. Printf ( "Boost is listening on: %s " , netAddrs.Addrs[ 0 ])
}
Run go mod init
to set up your go.mod
file
You should now be able to interact with the Boost API.
Python JSON-RPC client
The JSON-RPC API can also be communicated with programmatically from other languages. Here is an example written in Python. Note that the method
must be prefixed with Filecoin.
Copy import requests
import json
def main():
url = "http://localhost:3051/rpc/v0"
headers = {'content-type': 'application/json', "Authorization": "Bearer <token>"}
payload = {
"method": "Filecoin.BoostOfflineDealWithData",
"params": [
"<deal-uuid>",
"<file-path>",
True
],
"jsonrpc": "2.0",
"id": 1,
}
response = requests.post(url, data=json.dumps(payload), headers=headers)
print(response.text)
if __name__ == "__main__":
main()
Groups
Actor
ActorSectorSize
There are not yet any comments for this method.
Perms: read
Inputs:
Response: 34359738368
Auth
AuthNew
Perms: admin
Inputs:
Response: "Ynl0ZSBhcnJheQ=="
AuthVerify
Perms: read
Inputs:
Response:
Blockstore
BlockstoreGet
There are not yet any comments for this method.
Perms: read
Inputs:
Copy [
{
"/" : "bafy2bzacea3wsdh6y3a36tb3skempjoxqpuyompjbmfeyf34fi3uy6uue42v4"
}
]
Response: "Ynl0ZSBhcnJheQ=="
BlockstoreGetSize
Perms: read
Inputs:
Copy [
{
"/" : "bafy2bzacea3wsdh6y3a36tb3skempjoxqpuyompjbmfeyf34fi3uy6uue42v4"
}
]
Response: 123
BlockstoreHas
Perms: read
Inputs:
Copy [
{
"/" : "bafy2bzacea3wsdh6y3a36tb3skempjoxqpuyompjbmfeyf34fi3uy6uue42v4"
}
]
Response: true
Boost
BoostDagstoreDestroyShard
Perms: admin
Inputs:
Response: {}
BoostDagstoreGC
Perms: admin
Inputs: null
Response:
Copy [
{
"Key" : "baga6ea4seaqecmtz7iak33dsfshi627abz4i4665dfuzr3qfs4bmad6dx3iigdq" ,
"Success" : false ,
"Error" : "\u003cerror\u003e"
}
]
BoostDagstoreInitializeAll
Perms: admin
Inputs:
Copy [
{
"MaxConcurrency" : 123 ,
"IncludeSealed" : true
}
]
Response:
Copy {
"Key" : "string value" ,
"Event" : "string value" ,
"Success" : true ,
"Error" : "string value" ,
"Total" : 123 ,
"Current" : 123
}
BoostDagstoreInitializeShard
Perms: admin
Inputs:
Response: {}
BoostDagstoreListShards
Perms: admin
Inputs: null
Response:
Copy [
{
"Key" : "baga6ea4seaqecmtz7iak33dsfshi627abz4i4665dfuzr3qfs4bmad6dx3iigdq" ,
"State" : "ShardStateAvailable" ,
"Error" : "\u003cerror\u003e"
}
]
BoostDagstorePiecesContainingMultihash
Perms: read
Inputs:
Response:
Copy [
{
"/" : "bafy2bzacea3wsdh6y3a36tb3skempjoxqpuyompjbmfeyf34fi3uy6uue42v4"
}
]
BoostDagstoreRecoverShard
Perms: admin
Inputs:
Response: {}
BoostDagstoreRegisterShard
Perms: admin
Inputs:
Response: {}
BoostDeal
Perms: admin
Inputs:
Copy [
"07070707-0707-0707-0707-070707070707"
]
Response:
Copy {
"DealUuid" : "07070707-0707-0707-0707-070707070707" ,
"CreatedAt" : "0001-01-01T00:00:00Z" ,
"ClientDealProposal" : {
"Proposal" : {
"PieceCID" : {
"/" : "bafy2bzacea3wsdh6y3a36tb3skempjoxqpuyompjbmfeyf34fi3uy6uue42v4"
} ,
"PieceSize" : 1032 ,
"VerifiedDeal" : true ,
"Client" : "f01234" ,
"Provider" : "f01234" ,
"Label" : "" ,
"StartEpoch" : 10101 ,
"EndEpoch" : 10101 ,
"StoragePricePerEpoch" : "0" ,
"ProviderCollateral" : "0" ,
"ClientCollateral" : "0"
} ,
"ClientSignature" : {
"Type" : 2 ,
"Data" : "Ynl0ZSBhcnJheQ=="
}
} ,
"IsOffline" : true ,
"CleanupData" : true ,
"ClientPeerID" : "12D3KooWGzxzKZYveHXtpG6AsrUJBcWxHBFS2HsEoGTxrMLvKXtf" ,
"DealDataRoot" : {
"/" : "bafy2bzacea3wsdh6y3a36tb3skempjoxqpuyompjbmfeyf34fi3uy6uue42v4"
} ,
"InboundFilePath" : "string value" ,
"Transfer" : {
"Type" : "string value" ,
"ClientID" : "string value" ,
"Params" : "Ynl0ZSBhcnJheQ==" ,
"Size" : 42
} ,
"ChainDealID" : 5432 ,
"PublishCID" : null ,
"SectorID" : 9 ,
"Offset" : 1032 ,
"Length" : 1032 ,
"Checkpoint" : 1 ,
"CheckpointAt" : "0001-01-01T00:00:00Z" ,
"Err" : "string value" ,
"Retry" : "auto" ,
"NBytesReceived" : 9 ,
"FastRetrieval" : true ,
"AnnounceToIPNI" : true
}
BoostDealBySignedProposalCid
Perms: admin
Inputs:
Copy [
{
"/" : "bafy2bzacea3wsdh6y3a36tb3skempjoxqpuyompjbmfeyf34fi3uy6uue42v4"
}
]
Response:
Copy {
"DealUuid" : "07070707-0707-0707-0707-070707070707" ,
"CreatedAt" : "0001-01-01T00:00:00Z" ,
"ClientDealProposal" : {
"Proposal" : {
"PieceCID" : {
"/" : "bafy2bzacea3wsdh6y3a36tb3skempjoxqpuyompjbmfeyf34fi3uy6uue42v4"
} ,
"PieceSize" : 1032 ,
"VerifiedDeal" : true ,
"Client" : "f01234" ,
"Provider" : "f01234" ,
"Label" : "" ,
"StartEpoch" : 10101 ,
"EndEpoch" : 10101 ,
"StoragePricePerEpoch" : "0" ,
"ProviderCollateral" : "0" ,
"ClientCollateral" : "0"
} ,
"ClientSignature" : {
"Type" : 2 ,
"Data" : "Ynl0ZSBhcnJheQ=="
}
} ,
"IsOffline" : true ,
"CleanupData" : true ,
"ClientPeerID" : "12D3KooWGzxzKZYveHXtpG6AsrUJBcWxHBFS2HsEoGTxrMLvKXtf" ,
"DealDataRoot" : {
"/" : "bafy2bzacea3wsdh6y3a36tb3skempjoxqpuyompjbmfeyf34fi3uy6uue42v4"
} ,
"InboundFilePath" : "string value" ,
"Transfer" : {
"Type" : "string value" ,
"ClientID" : "string value" ,
"Params" : "Ynl0ZSBhcnJheQ==" ,
"Size" : 42
} ,
"ChainDealID" : 5432 ,
"PublishCID" : null ,
"SectorID" : 9 ,
"Offset" : 1032 ,
"Length" : 1032 ,
"Checkpoint" : 1 ,
"CheckpointAt" : "0001-01-01T00:00:00Z" ,
"Err" : "string value" ,
"Retry" : "auto" ,
"NBytesReceived" : 9 ,
"FastRetrieval" : true ,
"AnnounceToIPNI" : true
}
BoostDummyDeal
Perms: admin
Inputs:
Copy [
{
"DealUUID" : "07070707-0707-0707-0707-070707070707" ,
"IsOffline" : true ,
"ClientDealProposal" : {
"Proposal" : {
"PieceCID" : {
"/" : "bafy2bzacea3wsdh6y3a36tb3skempjoxqpuyompjbmfeyf34fi3uy6uue42v4"
} ,
"PieceSize" : 1032 ,
"VerifiedDeal" : true ,
"Client" : "f01234" ,
"Provider" : "f01234" ,
"Label" : "" ,
"StartEpoch" : 10101 ,
"EndEpoch" : 10101 ,
"StoragePricePerEpoch" : "0" ,
"ProviderCollateral" : "0" ,
"ClientCollateral" : "0"
} ,
"ClientSignature" : {
"Type" : 2 ,
"Data" : "Ynl0ZSBhcnJheQ=="
}
} ,
"DealDataRoot" : {
"/" : "bafy2bzacea3wsdh6y3a36tb3skempjoxqpuyompjbmfeyf34fi3uy6uue42v4"
} ,
"Transfer" : {
"Type" : "string value" ,
"ClientID" : "string value" ,
"Params" : "Ynl0ZSBhcnJheQ==" ,
"Size" : 42
} ,
"RemoveUnsealedCopy" : true ,
"SkipIPNIAnnounce" : true
}
]
Response:
Copy {
"Accepted" : true ,
"Reason" : "string value"
}
BoostIndexerAnnounceAllDeals
There are not yet any comments for this method.
Perms: admin
Inputs: null
Response: {}
BoostMakeDeal
Perms: write
Inputs:
Copy [
{
"DealUUID" : "07070707-0707-0707-0707-070707070707" ,
"IsOffline" : true ,
"ClientDealProposal" : {
"Proposal" : {
"PieceCID" : {
"/" : "bafy2bzacea3wsdh6y3a36tb3skempjoxqpuyompjbmfeyf34fi3uy6uue42v4"
} ,
"PieceSize" : 1032 ,
"VerifiedDeal" : true ,
"Client" : "f01234" ,
"Provider" : "f01234" ,
"Label" : "" ,
"StartEpoch" : 10101 ,
"EndEpoch" : 10101 ,
"StoragePricePerEpoch" : "0" ,
"ProviderCollateral" : "0" ,
"ClientCollateral" : "0"
} ,
"ClientSignature" : {
"Type" : 2 ,
"Data" : "Ynl0ZSBhcnJheQ=="
}
} ,
"DealDataRoot" : {
"/" : "bafy2bzacea3wsdh6y3a36tb3skempjoxqpuyompjbmfeyf34fi3uy6uue42v4"
} ,
"Transfer" : {
"Type" : "string value" ,
"ClientID" : "string value" ,
"Params" : "Ynl0ZSBhcnJheQ==" ,
"Size" : 42
} ,
"RemoveUnsealedCopy" : true ,
"SkipIPNIAnnounce" : true
}
]
Response:
Copy {
"Accepted" : true ,
"Reason" : "string value"
}
BoostOfflineDealWithData
Perms: admin
Inputs:
Copy [
"07070707-0707-0707-0707-070707070707" ,
"string value" ,
true
]
Response:
Copy {
"Accepted" : true ,
"Reason" : "string value"
}
Deals
DealsConsiderOfflineRetrievalDeals
Perms: admin
Inputs: null
Response: true
DealsConsiderOfflineStorageDeals
Perms: admin
Inputs: null
Response: true
DealsConsiderOnlineRetrievalDeals
Perms: admin
Inputs: null
Response: true
DealsConsiderOnlineStorageDeals
There are not yet any comments for this method.
Perms: admin
Inputs: null
Response: true
DealsConsiderUnverifiedStorageDeals
Perms: admin
Inputs: null
Response: true
DealsConsiderVerifiedStorageDeals
Perms: admin
Inputs: null
Response: true
DealsPieceCidBlocklist
Perms: admin
Inputs: null
Response:
Copy [
{
"/" : "bafy2bzacea3wsdh6y3a36tb3skempjoxqpuyompjbmfeyf34fi3uy6uue42v4"
}
]
DealsSetConsiderOfflineRetrievalDeals
Perms: admin
Inputs:
Response: {}
DealsSetConsiderOfflineStorageDeals
Perms: admin
Inputs:
Response: {}
DealsSetConsiderOnlineRetrievalDeals
Perms: admin
Inputs:
Response: {}
DealsSetConsiderOnlineStorageDeals
Perms: admin
Inputs:
Response: {}
DealsSetConsiderUnverifiedStorageDeals
Perms: admin
Inputs:
Response: {}
DealsSetConsiderVerifiedStorageDeals
Perms: admin
Inputs:
Response: {}
DealsSetPieceCidBlocklist
Perms: admin
Inputs:
Copy [
[
{
"/" : "bafy2bzacea3wsdh6y3a36tb3skempjoxqpuyompjbmfeyf34fi3uy6uue42v4"
}
]
]
Response: {}
I
ID
Perms: read
Inputs: null
Response: "12D3KooWGzxzKZYveHXtpG6AsrUJBcWxHBFS2HsEoGTxrMLvKXtf"
Log
LogList
Perms: write
Inputs: null
Response:
LogSetLevel
Perms: write
Inputs:
Copy [
"string value" ,
"string value"
]
Response: {}
Market
MarketCancelDataTransfer
Perms: write
Inputs:
Copy [
3 ,
"12D3KooWGzxzKZYveHXtpG6AsrUJBcWxHBFS2HsEoGTxrMLvKXtf" ,
true
]
Response: {}
MarketDataTransferUpdates
Perms: write
Inputs: null
Response:
Copy {
"TransferID" : 3 ,
"Status" : 1 ,
"BaseCID" : {
"/" : "bafy2bzacea3wsdh6y3a36tb3skempjoxqpuyompjbmfeyf34fi3uy6uue42v4"
} ,
"IsInitiator" : true ,
"IsSender" : true ,
"Voucher" : "string value" ,
"Message" : "string value" ,
"OtherPeer" : "12D3KooWGzxzKZYveHXtpG6AsrUJBcWxHBFS2HsEoGTxrMLvKXtf" ,
"Transferred" : 42 ,
"Stages" : {
"Stages" : [
{
"Name" : "string value" ,
"Description" : "string value" ,
"CreatedTime" : "0001-01-01T00:00:00Z" ,
"UpdatedTime" : "0001-01-01T00:00:00Z" ,
"Logs" : [
{
"Log" : "string value" ,
"UpdatedTime" : "0001-01-01T00:00:00Z"
}
]
}
]
}
}
MarketGetAsk
Perms: read
Inputs: null
Response:
Copy {
"Ask" : {
"Price" : "0" ,
"VerifiedPrice" : "0" ,
"MinPieceSize" : 1032 ,
"MaxPieceSize" : 1032 ,
"Miner" : "f01234" ,
"Timestamp" : 10101 ,
"Expiry" : 10101 ,
"SeqNo" : 42
} ,
"Signature" : {
"Type" : 2 ,
"Data" : "Ynl0ZSBhcnJheQ=="
}
}
MarketGetRetrievalAsk
Perms: read
Inputs: null
Response:
Copy {
"PricePerByte" : "0" ,
"UnsealPrice" : "0" ,
"PaymentInterval" : 42 ,
"PaymentIntervalIncrease" : 42
}
MarketImportDealData
Perms: write
Inputs:
Copy [
{
"/" : "bafy2bzacea3wsdh6y3a36tb3skempjoxqpuyompjbmfeyf34fi3uy6uue42v4"
} ,
"string value"
]
Response: {}
MarketListDataTransfers
Perms: write
Inputs: null
Response:
Copy [
{
"TransferID" : 3 ,
"Status" : 1 ,
"BaseCID" : {
"/" : "bafy2bzacea3wsdh6y3a36tb3skempjoxqpuyompjbmfeyf34fi3uy6uue42v4"
} ,
"IsInitiator" : true ,
"IsSender" : true ,
"Voucher" : "string value" ,
"Message" : "string value" ,
"OtherPeer" : "12D3KooWGzxzKZYveHXtpG6AsrUJBcWxHBFS2HsEoGTxrMLvKXtf" ,
"Transferred" : 42 ,
"Stages" : {
"Stages" : [
{
"Name" : "string value" ,
"Description" : "string value" ,
"CreatedTime" : "0001-01-01T00:00:00Z" ,
"UpdatedTime" : "0001-01-01T00:00:00Z" ,
"Logs" : [
{
"Log" : "string value" ,
"UpdatedTime" : "0001-01-01T00:00:00Z"
}
]
}
]
}
}
]
MarketListIncompleteDeals
Perms: read
Inputs: null
Response:
Copy [
{
"Proposal" : {
"PieceCID" : {
"/" : "bafy2bzacea3wsdh6y3a36tb3skempjoxqpuyompjbmfeyf34fi3uy6uue42v4"
} ,
"PieceSize" : 1032 ,
"VerifiedDeal" : true ,
"Client" : "f01234" ,
"Provider" : "f01234" ,
"Label" : "" ,
"StartEpoch" : 10101 ,
"EndEpoch" : 10101 ,
"StoragePricePerEpoch" : "0" ,
"ProviderCollateral" : "0" ,
"ClientCollateral" : "0"
} ,
"ClientSignature" : {
"Type" : 2 ,
"Data" : "Ynl0ZSBhcnJheQ=="
} ,
"ProposalCid" : {
"/" : "bafy2bzacea3wsdh6y3a36tb3skempjoxqpuyompjbmfeyf34fi3uy6uue42v4"
} ,
"AddFundsCid" : null ,
"PublishCid" : null ,
"Miner" : "12D3KooWGzxzKZYveHXtpG6AsrUJBcWxHBFS2HsEoGTxrMLvKXtf" ,
"Client" : "12D3KooWGzxzKZYveHXtpG6AsrUJBcWxHBFS2HsEoGTxrMLvKXtf" ,
"State" : 42 ,
"PiecePath" : ".lotusminer/fstmp123" ,
"MetadataPath" : ".lotusminer/fstmp123" ,
"SlashEpoch" : 10101 ,
"FastRetrieval" : true ,
"Message" : "string value" ,
"FundsReserved" : "0" ,
"Ref" : {
"TransferType" : "string value" ,
"Root" : {
"/" : "bafy2bzacea3wsdh6y3a36tb3skempjoxqpuyompjbmfeyf34fi3uy6uue42v4"
} ,
"PieceCid" : null ,
"PieceSize" : 1024 ,
"RawBlockSize" : 42
} ,
"AvailableForRetrieval" : true ,
"DealID" : 5432 ,
"CreationTime" : "0001-01-01T00:00:00Z" ,
"TransferChannelId" : {
"Initiator" : "12D3KooWGzxzKZYveHXtpG6AsrUJBcWxHBFS2HsEoGTxrMLvKXtf" ,
"Responder" : "12D3KooWGzxzKZYveHXtpG6AsrUJBcWxHBFS2HsEoGTxrMLvKXtf" ,
"ID" : 3
} ,
"SectorNumber" : 9 ,
"InboundCAR" : "string value"
}
]
MarketListRetrievalDeals
There are not yet any comments for this method.
Perms: read
Inputs: null
Response:
Copy [
{
"PayloadCID" : {
"/" : "bafy2bzacea3wsdh6y3a36tb3skempjoxqpuyompjbmfeyf34fi3uy6uue42v4"
} ,
"ID" : 5 ,
"Selector" : {
"Raw" : "Ynl0ZSBhcnJheQ=="
} ,
"PieceCID" : null ,
"PricePerByte" : "0" ,
"PaymentInterval" : 42 ,
"PaymentIntervalIncrease" : 42 ,
"UnsealPrice" : "0" ,
"StoreID" : 42 ,
"ChannelID" : {
"Initiator" : "12D3KooWGzxzKZYveHXtpG6AsrUJBcWxHBFS2HsEoGTxrMLvKXtf" ,
"Responder" : "12D3KooWGzxzKZYveHXtpG6AsrUJBcWxHBFS2HsEoGTxrMLvKXtf" ,
"ID" : 3
} ,
"PieceInfo" : {
"PieceCID" : {
"/" : "bafy2bzacea3wsdh6y3a36tb3skempjoxqpuyompjbmfeyf34fi3uy6uue42v4"
} ,
"Deals" : [
{
"DealID" : 5432 ,
"SectorID" : 9 ,
"Offset" : 1032 ,
"Length" : 1032
}
]
} ,
"Status" : 0 ,
"Receiver" : "12D3KooWGzxzKZYveHXtpG6AsrUJBcWxHBFS2HsEoGTxrMLvKXtf" ,
"TotalSent" : 42 ,
"FundsReceived" : "0" ,
"Message" : "string value" ,
"CurrentInterval" : 42 ,
"LegacyProtocol" : true
}
]
MarketPendingDeals
Perms: write
Inputs: null
Response:
Copy {
"Deals" : [
{
"Proposal" : {
"PieceCID" : {
"/" : "bafy2bzacea3wsdh6y3a36tb3skempjoxqpuyompjbmfeyf34fi3uy6uue42v4"
} ,
"PieceSize" : 1032 ,
"VerifiedDeal" : true ,
"Client" : "f01234" ,
"Provider" : "f01234" ,
"Label" : "" ,
"StartEpoch" : 10101 ,
"EndEpoch" : 10101 ,
"StoragePricePerEpoch" : "0" ,
"ProviderCollateral" : "0" ,
"ClientCollateral" : "0"
} ,
"ClientSignature" : {
"Type" : 2 ,
"Data" : "Ynl0ZSBhcnJheQ=="
}
}
] ,
"PublishPeriodStart" : "0001-01-01T00:00:00Z" ,
"PublishPeriod" : 60000000000
}
MarketRestartDataTransfer
Perms: write
Inputs:
Copy [
3,
"12D3KooWGzxzKZYveHXtpG6AsrUJBcWxHBFS2HsEoGTxrMLvKXtf",
true
]
Response: {}
MarketSetAsk
Perms: admin
Inputs:
Copy [
"0",
"0",
10101,
1032,
1032
]
Response: {}
MarketSetRetrievalAsk
Perms: admin
Inputs:
Copy [
{
"PricePerByte": "0",
"UnsealPrice": "0",
"PaymentInterval": 42,
"PaymentIntervalIncrease": 42
}
]
Response: {}
Net
NetAddrsListen
Perms: read
Inputs: null
Response:
Copy {
"ID": "12D3KooWGzxzKZYveHXtpG6AsrUJBcWxHBFS2HsEoGTxrMLvKXtf",
"Addrs": [
"/ip4/52.36.61.156/tcp/1347/p2p/12D3KooWFETiESTf1v4PGUvtnxMAcEFMzLZbJGg4tjWfGEimYior"
]
}
NetAgentVersion
Perms: read
Inputs:
Copy [
"12D3KooWGzxzKZYveHXtpG6AsrUJBcWxHBFS2HsEoGTxrMLvKXtf"
]
Response: "string value"
NetAutoNatStatus
Perms: read
Inputs: null
Response:
Copy {
"Reachability": 1,
"PublicAddr": "string value"
}
NetBandwidthStats
Perms: read
Inputs: null
Response:
Copy {
"TotalIn": 9,
"TotalOut": 9,
"RateIn": 12.3,
"RateOut": 12.3
}
NetBandwidthStatsByPeer
Perms: read
Inputs: null
Response:
Copy {
"12D3KooWSXmXLJmBR1M7i9RW9GQPNUhZSzXKzxDHWtAgNuJAbyEJ": {
"TotalIn": 174000,
"TotalOut": 12500,
"RateIn": 100,
"RateOut": 50
}
}
NetBandwidthStatsByProtocol
Perms: read
Inputs: null
Response:
Copy {
"/fil/hello/1.0.0": {
"TotalIn": 174000,
"TotalOut": 12500,
"RateIn": 100,
"RateOut": 50
}
}
NetBlockAdd
Perms: admin
Inputs:
Copy [
{
"Peers": [
"12D3KooWGzxzKZYveHXtpG6AsrUJBcWxHBFS2HsEoGTxrMLvKXtf"
],
"IPAddrs": [
"string value"
],
"IPSubnets": [
"string value"
]
}
]
Response: {}
NetBlockList
Perms: read
Inputs: null
Response:
Copy {
"Peers": [
"12D3KooWGzxzKZYveHXtpG6AsrUJBcWxHBFS2HsEoGTxrMLvKXtf"
],
"IPAddrs": [
"string value"
],
"IPSubnets": [
"string value"
]
}
NetBlockRemove
Perms: admin
Inputs:
Copy [
{
"Peers": [
"12D3KooWGzxzKZYveHXtpG6AsrUJBcWxHBFS2HsEoGTxrMLvKXtf"
],
"IPAddrs": [
"string value"
],
"IPSubnets": [
"string value"
]
}
]
Response: {}
NetConnect
Perms: write
Inputs:
Copy [
{
"ID": "12D3KooWGzxzKZYveHXtpG6AsrUJBcWxHBFS2HsEoGTxrMLvKXtf",
"Addrs": [
"/ip4/52.36.61.156/tcp/1347/p2p/12D3KooWFETiESTf1v4PGUvtnxMAcEFMzLZbJGg4tjWfGEimYior"
]
}
]
Response: {}
NetConnectedness
Perms: read
Inputs:
Copy [
"12D3KooWGzxzKZYveHXtpG6AsrUJBcWxHBFS2HsEoGTxrMLvKXtf"
]
Response: 1
NetDisconnect
Perms: write
Inputs:
Copy [
"12D3KooWGzxzKZYveHXtpG6AsrUJBcWxHBFS2HsEoGTxrMLvKXtf"
]
Response: {}
NetFindPeer
Perms: read
Inputs:
Copy [
"12D3KooWGzxzKZYveHXtpG6AsrUJBcWxHBFS2HsEoGTxrMLvKXtf"
]
Response:
Copy {
"ID": "12D3KooWGzxzKZYveHXtpG6AsrUJBcWxHBFS2HsEoGTxrMLvKXtf",
"Addrs": [
"/ip4/52.36.61.156/tcp/1347/p2p/12D3KooWFETiESTf1v4PGUvtnxMAcEFMzLZbJGg4tjWfGEimYior"
]
}
NetLimit
Perms: read
Inputs:
Response:
Copy {
"Memory": 9,
"Streams": 123,
"StreamsInbound": 123,
"StreamsOutbound": 123,
"Conns": 123,
"ConnsInbound": 123,
"ConnsOutbound": 123,
"FD": 123
}
NetPeerInfo
Perms: read
Inputs:
Copy [
"12D3KooWGzxzKZYveHXtpG6AsrUJBcWxHBFS2HsEoGTxrMLvKXtf"
]
Response:
Copy {
"ID": "12D3KooWGzxzKZYveHXtpG6AsrUJBcWxHBFS2HsEoGTxrMLvKXtf",
"Agent": "string value",
"Addrs": [
"string value"
],
"Protocols": [
"string value"
],
"ConnMgrMeta": {
"FirstSeen": "0001-01-01T00:00:00Z",
"Value": 123,
"Tags": {
"name": 42
},
"Conns": {
"name": "2021-03-08T22:52:18Z"
}
}
}
NetPeers
Perms: read
Inputs: null
Response:
Copy [
{
"ID": "12D3KooWGzxzKZYveHXtpG6AsrUJBcWxHBFS2HsEoGTxrMLvKXtf",
"Addrs": [
"/ip4/52.36.61.156/tcp/1347/p2p/12D3KooWFETiESTf1v4PGUvtnxMAcEFMzLZbJGg4tjWfGEimYior"
]
}
]
NetPing
Perms: read
Inputs:
Copy [
"12D3KooWGzxzKZYveHXtpG6AsrUJBcWxHBFS2HsEoGTxrMLvKXtf"
]
Response: 60000000000
NetProtectAdd
Perms: admin
Inputs:
Copy [
[
"12D3KooWGzxzKZYveHXtpG6AsrUJBcWxHBFS2HsEoGTxrMLvKXtf"
]
]
Response: {}
NetProtectList
Perms: read
Inputs: null
Response:
Copy [
"12D3KooWGzxzKZYveHXtpG6AsrUJBcWxHBFS2HsEoGTxrMLvKXtf"
]
NetProtectRemove
Perms: admin
Inputs:
Copy [
[
"12D3KooWGzxzKZYveHXtpG6AsrUJBcWxHBFS2HsEoGTxrMLvKXtf"
]
]
Response: {}
NetPubsubScores
Perms: read
Inputs: null
Response:
Copy [
{
"ID": "12D3KooWGzxzKZYveHXtpG6AsrUJBcWxHBFS2HsEoGTxrMLvKXtf",
"Score": {
"Score": 12.3,
"Topics": {
"/blocks": {
"TimeInMesh": 60000000000,
"FirstMessageDeliveries": 122,
"MeshMessageDeliveries": 1234,
"InvalidMessageDeliveries": 3
}
},
"AppSpecificScore": 12.3,
"IPColocationFactor": 12.3,
"BehaviourPenalty": 12.3
}
}
]
NetSetLimit
Perms: admin
Inputs:
Copy [
"string value",
{
"Memory": 9,
"Streams": 123,
"StreamsInbound": 123,
"StreamsOutbound": 123,
"Conns": 123,
"ConnsInbound": 123,
"ConnsOutbound": 123,
"FD": 123
}
]
Response: {}
NetStat
Perms: read
Inputs:
Response:
Copy {
"System": {
"NumStreamsInbound": 123,
"NumStreamsOutbound": 123,
"NumConnsInbound": 123,
"NumConnsOutbound": 123,
"NumFD": 123,
"Memory": 9
},
"Transient": {
"NumStreamsInbound": 123,
"NumStreamsOutbound": 123,
"NumConnsInbound": 123,
"NumConnsOutbound": 123,
"NumFD": 123,
"Memory": 9
},
"Services": {
"abc": {
"NumStreamsInbound": 1,
"NumStreamsOutbound": 2,
"NumConnsInbound": 3,
"NumConnsOutbound": 4,
"NumFD": 5,
"Memory": 123
}
},
"Protocols": {
"abc": {
"NumStreamsInbound": 1,
"NumStreamsOutbound": 2,
"NumConnsInbound": 3,
"NumConnsOutbound": 4,
"NumFD": 5,
"Memory": 123
}
},
"Peers": {
"abc": {
"NumStreamsInbound": 1,
"NumStreamsOutbound": 2,
"NumConnsInbound": 3,
"NumConnsOutbound": 4,
"NumFD": 5,
"Memory": 123
}
}
}
Online
OnlineBackup
There are not yet any comments for this method.
Perms: admin
Inputs:
Response: {}
Pieces
PiecesGetCIDInfo
Perms: read
Inputs:
Copy [
{
"/": "bafy2bzacea3wsdh6y3a36tb3skempjoxqpuyompjbmfeyf34fi3uy6uue42v4"
}
]
Response:
Copy {
"CID": {
"/": "bafy2bzacea3wsdh6y3a36tb3skempjoxqpuyompjbmfeyf34fi3uy6uue42v4"
},
"PieceBlockLocations": [
{
"RelOffset": 42,
"BlockSize": 42,
"PieceCID": {
"/": "bafy2bzacea3wsdh6y3a36tb3skempjoxqpuyompjbmfeyf34fi3uy6uue42v4"
}
}
]
}
PiecesGetMaxOffset
Perms: read
Inputs:
Copy [
{
"/": "bafy2bzacea3wsdh6y3a36tb3skempjoxqpuyompjbmfeyf34fi3uy6uue42v4"
}
]
Response: 42
PiecesGetPieceInfo
Perms: read
Inputs:
Copy [
{
"/": "bafy2bzacea3wsdh6y3a36tb3skempjoxqpuyompjbmfeyf34fi3uy6uue42v4"
}
]
Response:
Copy {
"PieceCID": {
"/": "bafy2bzacea3wsdh6y3a36tb3skempjoxqpuyompjbmfeyf34fi3uy6uue42v4"
},
"Deals": [
{
"DealID": 5432,
"SectorID": 9,
"Offset": 1032,
"Length": 1032
}
]
}
PiecesListCidInfos
Perms: read
Inputs: null
Response:
Copy [
{
"/": "bafy2bzacea3wsdh6y3a36tb3skempjoxqpuyompjbmfeyf34fi3uy6uue42v4"
}
]
PiecesListPieces
Perms: read
Inputs: null
Response:
Copy [
{
"/": "bafy2bzacea3wsdh6y3a36tb3skempjoxqpuyompjbmfeyf34fi3uy6uue42v4"
}
]
Runtime
RuntimeSubsystems
RuntimeSubsystems returns the subsystems that are enabled in this instance.
Perms: read
Inputs: null
Response:
Sectors
SectorsRefs
Perms: read
Inputs: null
Response:
Copy {
"98000": [
{
"SectorID": 100,
"Offset": 10485760,
"Size": 1048576
}
]
}