get_db_node
Retrieve detailed information about Oracle Cloud Infrastructure database nodes by providing the specific node ID, enabling management and monitoring of database resources.
Instructions
Get DB Node details.
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| db_node_id | Yes | 
Input Schema (JSON Schema)
{
  "properties": {
    "db_node_id": {
      "title": "Db Node Id",
      "type": "string"
    }
  },
  "required": [
    "db_node_id"
  ],
  "type": "object"
}