單擊上面的 "獲取資源 "按鈕,查看有助於解決此問題的資源。一名工程師正在管理一個已安裝並運行 6000 臺 Cisco UCS 服務器的 DC。該工程師被要求識別型號爲 UCSB 系列且可用內存小於或等於 5 GB 的所有資源。哪個 REST API 調用可以完成這項任務?
A. ET/api/v1/compute/RackUnits?$select=Vendor,Model,Serial&$filter=not(Model eq 'UCSC') and AvailableMemory le 5000
B. ET/api/v1/compute/RackUnits?$select=Vendor,Model,Serial&$filter=Model eq 'UCSB' and AvailableMemory lt 5000
C. ET/api/v1/compute/RackUnits?$select=Vendor,Model,Serial&$filter=contains(Model, UCSB') and AvailableMemory lt 5000
D. ET/api/v1/compute/RackUnits?$select=Vendor,Model,Serial&$filter=contains(Model,UCSB') and AvailableMemory le 5000