weizhouapache commented on issue #12803:
URL: https://github.com/apache/cloudstack/issues/12803#issuecomment-4147737282
@juanjmendozamm
can you verify if the veeam credential is correct on management server
through command below ?
```
curl -k -X POST \
-H "Authorization: Basic $(echo -n 'admin:password' | base64)" \
-H "Content-Type: application/xml" \
-H "Accept: application/xml" \
"https://veeam:9398/api/sessionMngr/?v=latest"
```
please replace the username, password and veeam IP.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]