cURL
curl --request POST \ --url https://api.fivemanage.com/api/v3/logs \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' [ { "level": "<string>", "message": "<string>", "metadata": {}, "resource": "<string>", "timestamp": "<string>" } ] '
{ "status": "ok" }
Submit one or more log entries to the logging system.
Documentation IndexFetch the complete documentation index at: https://docs.fivemanage.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.fivemanage.com/llms.txt
Use this file to discover all available pages before exploring further.
Log entries (array of objects)
Show child attributes
OK
"ok"
Was this page helpful?