You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current tf provider v1.0.1 will throw errors when it works with Prism Central version 5.9 due to difference between the API specs. An example is is_connected attribute is not available in Prism central 5.9 for nic card, so anyone using latest provider v1.0.1 with 5.9 will hit the following error,
“api_version”: “3.1",
“code”: 422,
“message_list”: [
{
“details”: {
“spec.resources.nic_list.0": [
“Additional properties are not allowed (u’is_connected’ was unexpected)”
]
},
“message”: “Request could not be processed.“,
“reason”: “INVALID_REQUEST”
}
],
“state”: “ERROR”
}
The readme on the github project just says it works with any PC 5.6.0+ which is not true in this case. Please provide a compatibility matrix for the provider and PC versions
The text was updated successfully, but these errors were encountered:
The current tf provider v1.0.1 will throw errors when it works with Prism Central version 5.9 due to difference between the API specs. An example is
is_connected
attribute is not available in Prism central 5.9 for nic card, so anyone using latest provider v1.0.1 with 5.9 will hit the following error,The readme on the github project just says it works with any PC 5.6.0+ which is not true in this case. Please provide a compatibility matrix for the provider and PC versions
The text was updated successfully, but these errors were encountered: