I want to exclude some disks from my snapshot, using Rubrik on my Nutanix VM.
I use the script from rubrik (which is a Patch) to exclude some disks from my nutanix vm like this:
{
"excludeDiskIds": [
"diskid1",
"diskid2"
]
}
I get these disks id from the nutanix API (which is a get), but when I snapshot the machine from Rubrik the disks are still included.
Am I doing something wrong? Is the "Nutanix Disk ID" equal to the one requested from the Rubrik script?
Thank you