Performing the primary health check
This doucment shows you how to perform the primary health check.
curl --verbose --include -X POST --location "https://api.<realm>.signalfx.com/v2/mcp" \
-H "X-SF-TOKEN:<sf_token>" \
-H "Content-Type: application/json" \
-H "Accept:application/json,text/event-stream" \
-d '{ "jsonrpc": "2.0", "method": "tools/list", "id":"<request_id>" }'