start_db_node
Start a database node in Oracle Cloud Infrastructure to bring database services online and make them available for connections and operations.
Instructions
Start a DB Node.
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"
}