Hierarchical Data Stage

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
Tesfayea
Participant
Posts: 1
Joined: Thu Jun 13, 2013 11:08 am

Hierarchical Data Stage

Post by Tesfayea »

I am working on a project using Hierarchical Data Stage in datasatge 11.5 to call REST API to get the authentication token before I call the actual data API. But, I couldn't able to pass the credential for the authentication API as body in json format.

Can you please help me.

Here is the body I want to pass as request body
{
"audience":"",
"grant_type":"client_credentials",
"client_id":"xxx",
"client_secret":"xxx"
}
TES
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Hopefully Ernie will stop by and lend a hand again. In the meantime, have you made any progress? Involved your official support provider?
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply