get_db_system
Retrieve Oracle Cloud Infrastructure database system details by providing the specific DB system ID to access configuration, status, and resource information.
Instructions
Get DB System details.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
db_system_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"db_system_id": {
"title": "Db System Id",
"type": "string"
}
},
"required": [
"db_system_id"
],
"type": "object"
}