Forum Discussion

jaapinho's avatar
jaapinho
Regular Visitor
5 years ago
Solved

Rest API / Powershell : Unable to create Datasource in Gateway (OnPremises)

Hello,   I'm using this code :   $url = "gateways/MYGateway/datasources" $body = @{     datasourceName    = "MYDatasource"     datasourceType    = "SQL"     connectionDetails = '{"server":"MY...
  • jaapinho's avatar
    5 years ago

    Hi, MYgateway represents my gateway ID (Which i couldnt put here). But problem is solved. creds hash was miscalculated.

    Thank you