Skip to main content
GET
/
storage
/
info
/
{storage_id}
Nfs Info
curl --request GET \
  --url https://api.example.com/storage/info/{storage_id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "storage_info": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

storage_id
string
required

Response

Successful Response

Response model for storage info endpoint.

message
string
required
storage_info
Storage Info · object
required

Complete storage information object