Getting an OCI Database with PostgreSQL Database System Node's Details
Get details about a node of an OCI Database with PostgreSQL database system.
The details page of the node you selected opens. Use the
oci psql db-system get-primary-db-instancecommand and required parameters to get details about the primary node of a database system:oci psql db-system get-primary-db-instance --db-system-id <database_OCID> [OPTIONS]Use
oci psql db-system getcommand and required parameters to get details about a database system, including its nodes:oci psql db-system get --db-system-id <database_OCID> [OPTIONS]For a complete list of parameters and values for CLI commands, see the CLI Command Reference.
Run the GetPrimaryDbInstance operation to get details about the primary node of a database system.
Run the GetDbSystem operation to get details about a database system, including its nodes.