list_db_systems
Retrieve database systems within a specified Oracle Cloud Infrastructure compartment to manage and monitor your database resources.
Instructions
List DB Systems in a compartment.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
compartment_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"compartment_id": {
"title": "Compartment Id",
"type": "string"
}
},
"required": [
"compartment_id"
],
"type": "object"
}