Listing the Datasets
List the datasets in your tenancy.
Using the CLI
Use the oci dts nfs-dataset reopen command and required parameters to list the datasets in your tenancy.
oci dts nfs-dataset list [OPTIONS]
For a complete list of flags and variable options for CLI commands, see the Command Line Reference.
For example:
oci dts nfs-dataset list
Listing NFS datasets
{
"data": [
{
"datasetType": "NFS",
"name": "nfs-ds-1",
"nfsExportDetails": {
"exportConfigs": [
{
"hostname": null,
"ipAddress": null,
"readWrite": true,
"subnetMaskLength": null,
"world": true
}
]
},
"state": "ACTIVE"
}
]
}