Hello Experts,
I am trying to connect to XML API of UCS Central to fetch all the "Faults" so that I can create a ticket from them. So far, I am unable to find a way to connect to UCS Central using XML API..
Please help..
Tried this..
Invoke-WebRequest -Uri https://ucscentralip/xmlim -Method Post -Body @{
'@type' = 'login'
username = 'admin'
password = 'admin'
}
Tried this page but didn't help much
UCS XML API "curl and xml"