rest - How to use Curl to invoke a Temboo API? -
how can use curl invoke temboo api? want list of temboo apis.
below curl example given on temboo rest api webpage. i'm not sure how change correct access.
curl -k --basic -u user@temboo.com:test1234 --header "accept: application/xml" --header "content-type: application/xml" --header "x-temboo-domain: /myorg/master" https://myorg.temboolive.com:443/temboo-api/1.0/choreos
changes:
change user@temboo.com:test1234 email address , password on file @ temboo. e.g. toto@totomail.com:totopassword
change instances of myorg temboo account name. e.g. toto.
curl -k --basic -u toto@totomail.com:totopassword --header "accept: application/xml" --header "content-type: application/xml" --header "x-temboo-domain: /toto/master" https://toto.temboolive.com:443/temboo-api/1.0/choreos
Comments
Post a Comment