Hi Team,
We have a requirement to enable or disable specific SQS queues during data load processes in order to prevent unnecessary notifications. Since this needs to be handled automatically, we are exploring whether this can be achieved through a Reltio API.
Could you please confirm the following:
- Is it possible to update an existing External SQS Queue (enable/disable) using the Reltio API?
- If yes, what is the correct API endpoint, expected payload format, and supported fields?
- If not supported via API, does Reltio only allow updating queue configurations through the Console UI?
We attempted the following API call:
PUT /{tenantId}/externalQueues
{
"queue": {
"payloadType": "DELTAS",
"ovOnly": false,
"provider": "aws*",
"name": "arn:aws:sqs:eu-west-2:*:reltio-to-mdm-dev-organisation",
"enabled": true,
"typeFilter": [
"CREATE",
"UPDATE"
],
"objectFilter": "equals(type,'configuration/entityTypes/SAC')",
"format": "JSON"
}
}
However, the API returns an error indicating that this operation may not be supported or that the payload/endpoint may be invalid.
Requesting your guidance on whether this capability is available and, if so, how to correctly implement it.
------------------------------
Prasad SS
Software Engineering Professional
British Telecom
Bengaluru
------------------------------