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
If no ActivationKey is passed (which you won't have for initial enable), the command fails because its not sending an empty payload. API states that Payload of {} needs to be included when no ActivationKey is used.
ERROR RESPONSE: {"message": "The input provided is invalid. (CA020)", "data": {}, "errorCode": "INVALID_INPUT", "details": null, "recommendedActions": ["Retry the operation with valid input."], "errorSource": null, "nestedErrors": []}
Help text for example 1 should not show the actual connection to COM as initial enable without activation key would show the appliance ID but not the connection. You would see that after example 2. Example 1 should look more like this:
Two issues here:
POST https://{appl}/rest/appliance/cloud
Auth: abcdefghijklmnopqrstuvwxyz012345
X-Api-Version: 6800
{}
Error response that is seen is:
ERROR RESPONSE: {"message": "The input provided is invalid. (CA020)", "data": {}, "errorCode": "INVALID_INPUT", "details": null, "recommendedActions": ["Retry the operation with valid input."], "errorSource": null, "nestedErrors": []}
Get-OVComputeOpsManagement -ApplianceConnection $conn
Management : Enabled
ApplianceID : 5fc80ac9-27bf-41e7-a7e6-94f869a645e0
AccountID :
ConnectionState : Disconnected
Region :
Url :
ApplianceConnection : 172.29.52.1
The text was updated successfully, but these errors were encountered: