NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

AFF

ONTAP '/network/fc/ports/<fc_port.uuid>/metrics' REST API Endpoint Not Returning Data

AdityaBorgaonkar
1,117 Views

Hi team, I'm trying to fetch perf metrics for fc ports via '/network/fc/ports/<fc_port.uuid>/metrics' REST API endpoint but unable to get any records. Here is the response -

{
"records": [
],
"num_records": 0,
"_links": {
"self": {
"href": "/api/network/fc/ports/296147a1-201e-11f0-9344-005056b6efb9/metrics"
}
},
"error": {
"message": "There are no entries matching your query.",
"code": "8585947"
}
}

 

I'm using a NetApp ONTAP Simulator Release 9.15.1.
Below documentation suggests that this endpoint is released in version 9.14 yet I'm unable to get any data -
https://docs.netapp.com/us-en/ontap-restapi-9151/ontap/get-network-fc-ports-metrics.html

Can someone please help?



0 REPLIES 0
Public