Getting the Dataset's Details
Get the details of a dataset.
Using the CLI
Use the oci dts nfs-dataset show command and required parameters to get the details of a dataset.
oci dts nfs-dataset show --name dataset_name [OPTIONS]
For a complete list of flags and variable options for CLI commands, see the Command Line Reference.
For example:
oci dts nfs-dataset show --name MyDataset
{
"data": {
"datasetType": "NFS",
"name": "nfs-ds-1",
"nfsExportDetails": {
"exportConfigs": [
{
"hostname": null,
"ipAddress": null,
"readWrite": true,
"subnetMaskLength": null,
"world": true
}
]
},
"state": "ACTIVE"
}
}