All requests require you to submit valid database credentials using HTTP Basic authentication.
The following table defines the available resources and supported HTTP verbs:
| URL | Verb | Description |
|---|---|---|
| /adminusers | GET | Get a list of Administrator users. |
| /adminusers/[userId] | PUT | Update password for an Administrator user. |
| /certificates | GET | Get a list of certificates. |
| /certificates | POST | Install a HTTPS certificate. |
| /certificates | DELETE | Delete a certificate. |
| /certificates/authorities | GET | Get a list of certificate authorities. |
| /certificates/authorities | POST | Install a trusted signed certificate. |
| /certificates/config | GET | Get a certificate configuration. |
| /certificates/config | PUT | Create or update a certificate configuration. |
| /certificates/selfsigned | POST | Create or update a self-signed certificate. |
| /certificates/signingrequest | POST | Create a certificate signing request. |
| /certificates/pkcs | POST | Create or update a PKS certificate. |
| /general | GET | Get general service configuration. |
| /general | PUT | Update general service configuration. |
| /general/export | POST | Export Teradata Database configuration. |