| HTTP | URL | Parameters | Description | Response |
|---|---|---|---|---|
| POST | /api/public/monitored_systems/{system_id}/logins |
Required parameters
Optional parameters
|
Adds Login details to an existing Viewpoint monitored system. The allowed loginType is TERADATA. | When successful, a 201 response code |
| PUT | /api/public/monitored_systems/{system_id}/logins/{username} |
Required parameters
Optional parameters
|
Provides details about a user based on system_id and userName. |
When successful, a 200 response code |
| GET | /api/public/monitored_systems/{system_id}/logins/{username} | Updates an existing user login associated with a Teradata system from Viewpoint. | Returns a login.Type Object | |
| DELETE | /api/public/monitored_systems/{system_id}/logins/{username} | Removes an existing user login associated with a Teradata system from Viewpoint. Allowed LoginType is TERADATA. | When successful, a 200 response code |