get_dataset_properties
Retrieve all properties of a specified dataset on TrueNAS Core, including details like path, usage, permissions, and more for effective storage management and monitoring.
Instructions
Get all properties of a dataset
Args:
dataset: Dataset path (e.g., "tank/data")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataset | Yes |
Input Schema (JSON Schema)
{
"properties": {
"dataset": {
"title": "Dataset",
"type": "string"
}
},
"required": [
"dataset"
],
"title": "get_dataset_propertiesArguments",
"type": "object"
}