- Base URL:
http://api.aspose.cloud/v4.0 - Authentication Method:
JWT (OAuth2, application)Token URL:https://api.aspose.cloud/connect/token - Example
GET http://api.aspose.cloud/v4.0/cells/storage/disc
| Parameter Name | Type | Path/Query String/HTTPBody | Description |
|---|---|---|---|
| storageName | String | Query |
{
"Name": "DiscUsage",
"Description": [
"Class for disc space information."
],
"Type": "Class",
"IsAbstract": false,
"Properties": [
{
"Name": "UsedSize",
"Description": [
"Application used disc space."
],
"Nullable": true,
"ReadOnly": false,
"IsInherit": false,
"DataType": {
"Identifier": "Long",
"Name": "long"
}
},
{
"Name": "TotalSize",
"Description": [
"Total disc space."
],
"Nullable": true,
"ReadOnly": false,
"IsInherit": false,
"DataType": {
"Identifier": "Long",
"Name": "long"
}
}
]
}The OpenAPI Specification defines a publicly accessible programming interface and lets you carry out REST interactions directly from a web browser.