1 year ago

#385789

test-img

AWS

AWS quicksight API create-data-source for JIRA throws an error

I am trying to create a new JIRA data source using the AWS CLI command at https://awscli.amazonaws.com/v2/documentation/api/latest/reference/quicksight/create-data-source.html.

I am using the DataSourceParameters field as described by the documentation.

Using below json file as command input:


{
    "AwsAccountId": "----my-account-id-------",
    "DataSourceId": "jira2253",
    "Name": "jirasourceee",
    "Type": "JIRA",
    "DataSourceParameters": {
         "JiraParameters": {
            "SiteBaseUrl": "https://-----my-jira----/"
        }
    },
    "Credentials": {
        "CredentialPair": {
            "Username": "----",
            "Password": "----"
        }
    }
}

But still getting the error An error occurred (InvalidParameterValueException) when calling the CreateDataSource operation: DataSourceParameters field is incorrectly set

amazon-web-services

aws-cli

amazon-quicksight

0 Answers

Your Answer

Accepted video resources