Reltio Connect

 View Only

Is Updating External SQS Queue Configuration via Reltio API Supported?

  • 1.  Is Updating External SQS Queue Configuration via Reltio API Supported?

    Posted 13 hours ago

    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:

    1. Is it possible to update an existing External SQS Queue (enable/disable) using the Reltio API?
    2. If yes, what is the correct API endpoint, expected payload format, and supported fields?
    3. 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
    ------------------------------