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
{{ message }}
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.
I got the following error while applying the profile:
expected xsd:anyType for 'value', got array
Also, the complete configSpec is being displayed.
I tried to convert it into string and still its not working.
The text was updated successfully, but these errors were encountered:
AbhishekS-NN
changed the title
expected xsd:anyType for 'value', got array - error using vmware API
expected xsd:anyType for 'value', got array - error while using vmware API
Feb 18, 2015
Hi,
I'm trying to apply host profile using vmware APIs.
execute_result = profile.ExecuteHostProfile(host: mob)
apply_task = @client.connection.serviceInstance.content.hostProfileManager.ApplyHostConfig_Task(host: mob, configSpec: execute_result.configSpec)
I got the following error while applying the profile:
expected xsd:anyType for 'value', got array
Also, the complete configSpec is being displayed.
I tried to convert it into string and still its not working.
The text was updated successfully, but these errors were encountered: