Getting a Node's Details
Get details about a node of an OCI Database with PostgreSQL database system.
- On the Database systems list page, select the database system that contains the node that you want to work with. If you need help finding the list page or the database system, see Listing Database Systems.
- On the database system details page, under Resources, select Database system nodes.
- Next to the node that you're interested in, select the the , and then select View details.
Use the
oci psql db-system get-primary-db-instance
command 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 get
command 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.
For information about using the API and signing requests, see REST API documentation and Security Credentials. For information about SDKs, see SDKs and the CLI.