Storage Used
Description:
Get storage consumption of network, developer, app and enduser
Request
https://api.moinet.io/moibit/v1/storageused
Request type - POST
#
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 | Yes |
appID | ID of the app | Yes |
enduser_nonce | <enduser nonce> where enduser has moi_id | No if enduser has moi_id |
enduser_signature | <signature gotten after signing enduser_nonce by enduser> where enduser has moi_id | No if enduser has moi_id |
enduserID | Id of the enduser if end-user doesn't have moi_id | Yes |
#
ParametersParam Key | Param Type | Description | Optional |
---|---|---|---|
networkLevel | Boolean | Network storage information | Yes |
devLevel | Boolean | Developer storage information | Yes |
appLevel | Boolean | App storage information | Yes |
endUserLevel | Boolean | EndUser storage information | Yes |
#
Response ArrayField | Description |
---|---|
consumedStorage | Consumption value in specified level |
lastUpdated | Time interval the information updated |