cluster/db_list
1 minute read.
Last Modified 2021-02-04 11:38 ESTNamespace | Name | Admin Only | Log Summary | Generates Event | Version Added |
---|---|---|---|---|---|
cluster | db_list | No | No | No | 1.1 |
This API call will return a list of all the NAS database backups that are stored on TrueCommand.
WARNING:
- This can only be performed for systems that the user has write access to. All other systems will be ignored.
- Required:
- none ({})
- Optional:
- “tvid” (string or JSON array of strings) : Only return backups of these system(s).
ARGUMENTS ONLY: See the basics of API requests for additional formatting information.
{
"tvid" : "1da1363e-98ac-481c-a47d-54b87bfecbcd"
}
{
"db_list" : [
{
"date": "2019-10-09",
"id": "1da1363e-98ac-481c-a47d-54b87bfecbcd/2019_10_09-FreeNAS-11.2-U6.db",
"tvid": "1da1363e-98ac-481c-a47d-54b87bfecbcd",
"version": "FreeNAS-11.2-U6"
},
{
"date": "2019-10-10",
"id": "1da1363e-98ac-481c-a47d-54b87bfecbcd/2019_10_10-FreeNAS-11.2-U6.db",
"tvid": "1da1363e-98ac-481c-a47d-54b87bfecbcd",
"version": "FreeNAS-11.2-U6"
}
]
}
This API call does not generate a detailed log summary item
This API call does not emit any middleware events.