-
Type:
Problem report
-
Resolution: Unresolved
-
Priority:
Trivial
-
None
-
Affects Version/s: 7.0.21
-
Component/s: Templates (T)
-
None
Steps to reproduce:
- Use template "Veeam Backup and Replication by HTTP" with Veeam B&R 13.x instance
Result:
Due to a bug in Veeam B&R 13.x using API version "v1" responds with the following error:
{
"errorCode": "ServiceUnavailable",
"message": "The value of enum EJobStatus is not supported (Parameter 'source')\r\nActual value was Stopped.",
"title": "The value of enum EJobStatus is not supported (Parameter 'source')\r\nActual value was Stopped.",
"status": 500
}
Expected:
No errors. We have patched the template with an API version macro to use API version "1.3-rev1" with out Veeam B&R 13.x instances.