CONTAP-91472: REST API GET /protocols/locks might not return any record
Issue
- When using GET on the /protocols/locks endpoint with volume name as the query, the REST API might not return any record
- Example:
{
"records": [
],
"num_records": 0, <<<<
"_links": {
"self": {
"href":
"/api/protocols/locks?fields=*volume.name=Inst_4168&max_records=3000"
},
"next": { <<<<
"href":
"/api/protocols/locks?start.svm.uuid=7648068d-a8fe-11e7-87ad-00a098a6225dsta
rt.member_name=Inst_0102start.lock_index=3512start.lif_
id=1041&start.path=%2Fvol%2FInst_0102%2Fdaten%2FKM%2FPers%C3%B6nliche%20Ordner%2FDiewald%2FHomeofficeDrucken%2FING_Groep_BoniBeurtei
lung.pdfstart.lock_cursor=72065290997735863svm.name=xapinsfs1mg4&volume.n
ame=Inst_4168&max_records=3000"
}
}
}