cURL
curl --request GET \ --url http://localhost:9601/workspaces/{ws_id}/source/{id}
{ "config": { "http": { "methods": [ "POST" ] } }, "id": "<string>", "name": "<string>", "enabled": true, "type": "http", "async": false, "metadata": {}, "rate_limit": { "quota": 1, "period": 2 }, "created_at": 123, "updated_at": 123 }
The workspace id
"default"
OK
Show child attributes
http
Whether to ingest events asynchronously through the queue
The rate limit that uses GCRA algorithm (a variant of the leaky bucket algorithm that supports bursts).