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
For OneView's X-API-VERSION: 1200 the DTO type for restore is RESTOREV1000. I believe this is causing the below error message when attempting to restore a 5.00 OneView appliance with the default X-API-VERSION.
hpOneView.exceptions.HPOneViewException: ('The "type" field is missing from the JSON.', {'errorCode': 'MISSING_JSON_TYPE', 'message': 'The "type" field is missing from the JSON.', 'details': 'The "type" field was not included in the JSON input of this request, so the request is invalid.', 'recommendedActions': ['Include the "type" field in the JSON and try the request again.'], 'errorSource': None, 'nestedErrors': [], 'data': {}})
The text was updated successfully, but these errors were encountered:
For OneView's X-API-VERSION: 1200 the DTO type for restore is
RESTOREV1000
. I believe this is causing the below error message when attempting to restore a 5.00 OneView appliance with the default X-API-VERSION.hpOneView.exceptions.HPOneViewException: ('The "type" field is missing from the JSON.', {'errorCode': 'MISSING_JSON_TYPE', 'message': 'The "type" field is missing from the JSON.', 'details': 'The "type" field was not included in the JSON input of this request, so the request is invalid.', 'recommendedActions': ['Include the "type" field in the JSON and try the request again.'], 'errorSource': None, 'nestedErrors': [], 'data': {}})
The text was updated successfully, but these errors were encountered: