Hi,
I am using an API call from my opscenter to get information about the events through the following API,
$ curl -vvv -H 'opscenter-session: sessionid' http:// opscenterip :8888/clustername/events?count=1 | python -m json.tool
My ouput is :
{ "action": 37, "api_source_ip": null, "event_source": "OpsCenter", "level": 5, "level_str": "ALERT", "message": "The best practice rule 'Secondary indexes cardinality' has failed.", "source_node": null, "success": null, "target_node": null, "time": "1587285000138000", "user": null }
Why i am unable to get my API source ip and user?
Can you please help