cURL
curl --request POST \ --url https://api.fivemanage.com/api/logs \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' [ { "level": "<string>", "message": "<string>", "metadata": {}, "resource": "<string>" } ] '
{ "status": "ok" }
Submit one or more log entries
Log entries (single object or array)
Show child attributes
OK
"ok"
Was this page helpful?