#What is the REST API equivalent to the snapmirror show volume <volume-name>
1 messages · Page 1 of 1 (latest)
I have also tried the rest api : /api/snapmirror/relationships/<relationship-uuid>?fields=healthy,transfer.total_duration,transfer.end_time,transfer.bytes_transferred,transfer.state . But this retured a error message "The value "transfer.end_time , transfer.total_duration" is invalid for field "fields" (<field,...>)"
working fine here. just tested via swagger using the "fields" option and it gives me the data back.
{
"records": [
{
"uuid": "08c9753c-d24f-11ed-a153-000c29957a37",
"transfer": {
"total_duration": "PT3S",
"end_time": "2023-04-04T04:42:30+10:00"
}
Thanks for the reply, May I know, What is the netapp version are you using ?