配额请求查询期间的延迟
适用场景
- ONTAP REST API
- ONTAP REST API Python
问题描述
- 在ONTAP REST API Python上使用脚本发出配额请求速度较慢
- 脚本以前不起作用
- 同一请求 无需使用脚本即可正常工作
- 使用
curl
或httpie
从 Linux计算机向REST API发出API请求来执行请求测试, 例如:curl -X GET -u username:password https://your_ontap_cluster/api/storage/v1/svms
http GET https://your_ontap_cluster/api/storage/v1/svms username:password
- 使用