Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PATCH \ --url https://api.arklow.io/v1/orgs/{org_id}/sources/{id} \ --header 'Content-Type: application/json' \ --header 'x-arklow-auth: <api-key>' \ --data ' { "type": "aws_sqs", "config": { "queue_url": "<string>", "region": "<string>" }, "name": "<string>", "status": "active", "ingest": { "variant": "<string>", "version": 2 }, "credential_id": "<string>", "deleted_at": "2023-11-07T05:31:56Z" } '
{ "data": { "id": "<string>", "org_id": "<string>", "name": "<string>", "status": "active", "ingest": { "variant": "<string>", "version": 2 }, "runtime": { "min_shards": 2, "max_shards": 2, "desired_shards": 2, "max_inflight": 2, "poll_wait_seconds": 2, "lease_ttl_seconds": 2, "heartbeat_seconds": 2 }, "version": "<string>", "applied_version": "<string>", "generation": "<string>", "updated_at": "2023-11-07T05:31:56Z", "type": "aws_sqs", "config": { "queue_url": "<string>", "region": "<string>" }, "planner_updated_at": "2023-11-07T05:31:56Z", "deleted_at": "2023-11-07T05:31:56Z", "credential_id": "<string>" }, "errors": [ { "code": "<string>", "message": "<string>" } ] }
^[0-9]+$
aws_sqs
Show child attributes
active
Default Response