I recently upgraded ECE from 2.6.2 it was successful however the security-cluster failed to upgrade from v7.9.2 to 7.10.1 but admin-console-elasticsearch got automatically upgraded to 7.10.1
I tried to upgrade security-cluster using below API but looks like my API is wrong. can someone suggest the correct me
[elastic@elastic1 ~]$ curl -XGET http://192.168.1.1:12400/api/v1/platform/configuration/security/deployment -H "Authorization: basicAuth elastic"
{"errors":[{"code":"root.unauthenticated","message":"The resource requires authentication, which was not supplied with the request"}]}
[elastic@elastic1 ~]$
By the way what is
apiKey --> what should be the value and where can I find
basicAuth --> what should be the value and where can I find