I am trying to collect some data from the "/v1/health-check/recommended_software/firmware_details" API in Active IQ, and the documentation mentions that a parameter named "platformType" is required in the GET request, but I cannot find any supporting documentation that explains what the available values are for that parameter. I tried random strings like: “ontap”, “ONTAP”, “fas”, “aff” and they always yield an HTTP 400 response with something like " { "message": "ontap is not an acceptable value for platform_type" }" or “Endpoint doesn’t have any systems of the select platform”.
Any idea what string is needed for platformType?