Skip to main content

Suggest an Idea

Vote for your favorite Qlik product ideas and add your own suggestions.

Include AWS Region for Attunity endpoint

raghunath_boppanna
Contributor II
Contributor II

Include AWS Region for Attunity endpoint

We need to include region as the default parameter value to be included in the task JSON file during the export process. When we export the task we do not see region for US-EAST-1, but this is populated when the region is changed to any region other than us-east-1. I think it is not populating the region for the default value (us-east-1), but we need to include this property by default so that we can the change the region dynamically during the import process in other regions.

 

Task Endpoint JSON properties in region us-east-1                                  

{

                                                            "name":               "KineisEndpoint",

                                                                "role":   "TARGET",

                                                                "is_licensed":    true,

                                                                "type_id":           "KINESIS_COMPONENT_TYPE",

                                                                "db_settings":   {

                                                                                "$type":               "KinesisSettings",

                                                                                "topic": "Attunity_Kinesis_POC",

                                                                                "messageKey": "PRIMARY_KEY",

                                                                                "accessType":    "IAM_ROLE"

                                                                },

Task Endpoint JSON properties in region us-west-2                                  

{

                                                                "name":               "KineisEndpoint",

                                                                "role":   "TARGET",

                                                                "is_licensed":    true,

                                                                "type_id":           "KINESIS_COMPONENT_TYPE",

                                                                "db_settings":   {

                                                                                "$type":               "KinesisSettings",

                                                                                "topic": "Attunity_Kinesis_POC",

                                                                                "messageKey": "PRIMARY_KEY",

                                                                                 "region":             "US_WEST_2",

                                                                                "accessType":    "IAM_ROLE"

                                                                },

 

5 Comments
Shelley_Brennan
Former Employee
Former Employee

Thank you for the feedback.  We are planning on providing a REST API in Enterprise Manager for task design that will include the default values. 

Status changed to: Open - On Roadmap
raghunath_boppanna
Contributor II
Contributor II

Hi Shelley,

Thanks for your consideration. Any timelines on this?

 

Thanks,

Raghu Boppanna

 

Shelley_Brennan
Former Employee
Former Employee

Not yet, it is in the roadmap but has not been assigned to a particular release yet.  Will certainly let you know when we have any update here.  Thank you!

Meghann_MacDonald

From now on, please track this idea from the Ideation portal. 

Link to new idea

Meghann

NOTE: Upon clicking this link 2 tabs may open - please feel free to close the one with a login page. If you only see 1 tab with the login page, please try clicking this link first: Authenticate me! then try the link above again. Ensure pop-up blocker is off.

Ideation
Explorer II
Explorer II
 
Status changed to: Closed - Archived