REST clients must supply credentials while making the calls to the RESTful service.
Request type | Username | Default Password |
---|---|---|
GET | emrestuser | emrest@user |
GET, PUT, POST, and DELETE | emrestsuper | emrest@super |
- Any invalid and/or incorrect username/password combinations cause error code 401.
- To change the default passwords of both users, execute the securestoreemrest.sh script on the Ecosystem
Manager server. The RESTful service stops while the script is executing. The
script must be executed by the same user who is running the RESTful service. For
example:
/opt/teradata/emserver/bin/securestoreemrest.sh <Existing password for user emrestuser> <New password for user emrestuser> <Existing password for user emrestsuper> <New password for user emrestsuper>