Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
Solved! See The Solution
1 ACCEPTED SOLUTION
JPick has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @JPick
In a different section on the API documentation it mentions the possible options for the platformType,
platformType: Identifies the platform type . Valid values are AltaVault, ONTAP, Cloud Volumes ONTAP, E-Series, HCI, ONTAP Select, SolidFire, StorageGRID
Hope this helps.
2 REPLIES 2
JPick has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @JPick
In a different section on the API documentation it mentions the possible options for the platformType,
platformType: Identifies the platform type . Valid values are AltaVault, ONTAP, Cloud Volumes ONTAP, E-Series, HCI, ONTAP Select, SolidFire, StorageGRID
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Rossc
It doesn't work any other suggestions, Thanks!
