fix: the user-agent for Veeam

This commit is contained in:
Harshavardhana 2024-05-20 11:54:52 -07:00
parent 2c7bcee53f
commit 63e1ad9f29

View File

@ -123,7 +123,7 @@ type capacityInfo struct {
const ( const (
systemXMLObject = ".system-d26a9498-cb7c-4a87-a44a-8ae204f5ba6c/system.xml" systemXMLObject = ".system-d26a9498-cb7c-4a87-a44a-8ae204f5ba6c/system.xml"
capacityXMLObject = ".system-d26a9498-cb7c-4a87-a44a-8ae204f5ba6c/capacity.xml" capacityXMLObject = ".system-d26a9498-cb7c-4a87-a44a-8ae204f5ba6c/capacity.xml"
veeamAgentSubstr = "1.0 Veeam/1.0 Backup" veeamAgentSubstr = "APN/1.0 Veeam/1.0"
) )
func isVeeamSOSAPIObject(object string) bool { func isVeeamSOSAPIObject(object string) bool {