cust_td_serverInfo
Retrieve Teradata software details using prepared statements to query specific system information. Utilizes parameters for precise data extraction and analysis.
Instructions
Get the Teradata software information: demonstrates how to use parameters for prepared statements.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
infokey | Yes |
Input Schema (JSON Schema)
{
"properties": {
"infokey": {
"title": "Infokey",
"type": "string"
}
},
"required": [
"infokey"
],
"title": "_dynamic_toolArguments",
"type": "object"
}