Hi,
My role is an operator and I'm trying below SCOM login api using postman and i'm getting 401 error. I have followed their official documentation.
POST http://<Servername>/OperationsManager/authenticate
Request is like below :
POST /OperationsManager/authenticate HTTP/1.1
Host: hostname
Content-Type: application/json
Cache-Control: no-cache
Postman-Token: token
{"credentials":"EncodedString(Network:domain\username:password)"}
And also i tried some get calls using browser and those are working.
Someone please assist. Thanks in advance!