Status Code
A status code of 200 is returned on a successful completion. A non-200 status code is returned if an error occurs.
Example: Registering a Database using the API
{
"database_name": "testdatabase_sd",
"servers": [
{
"server_name": "wario",
"server_type": "td"
}
]
}
Example: Registering a Database (Multiple Servers) using the API
{
"database_name": "testdatabase_au",
"servers": [
{
"server_name": "wario",
"server_type": "TD"
},
{
"server_name": "falco",
"server_type": "TD"
},
{
"server_name": "sdlc5103.labs.teradata.com",
"server_type": "AST",
"ast_schema": "public",
"ast_port": 2406
}
]
}