Return status information of a PDB
get
/database/pdbs/{pdb_name}/status
Returns status data from GV$PDBS for the specified database in the corresponding Container Database. This service requires db.cdb.adminUser credentials to be set in the pool configuration. A client requires SQL Administrator role to invoke this service.
Request
Supported Media Types
- application/json
Path Parameters
-
pdb_name: string
Name of the Pluggable Database.
Response
Supported Media Types
- application/json
200 Response
Description of a specific Pluggable Database.
Root Schema : DatabasePluggableDatabaseStatusItem
Type:
object
This object describes the status of a Pluggable Database.
Show Source
-
con_id(optional):
integer
The ID of the container to which the data pertains.
-
inst_id(optional):
integer
Instance number from which the associated GV$PDBS view information was obtained.
-
links(optional):
array links
-
name(optional):
string
Name of the PDB.
-
open_mode(optional):
string
Open mode information.
-
restricted(optional):
string
Indicates whether only users possessing RESTRICTED SESSION privilege can connect to the PDB.