Hello folks, I'm trying to get snapshot delta through REST api private/cli, anyone done that before ?
curl -k -u admin:Netapp01 "https://cluster1/api/private/cli/volume/snapshot/delta?vserver=docker&volume=rancher_trident&snapshot1=daily.2023-01-06_0010&snapshot2=daily.2023-01-07_0010"
{
"error": {
"message": "API not found",
"code": "3"
}
}
EDIT : looks like that’s not gonna be possible. Following question is, as I have to do it using NMSDK, is there an actual documentation for netapp-lib in python or do I have to use NMSDK ?