curl -ks -X GET \
--user system_admin:system_admin_password1 \
https://localhost:8443/ords/
_/db-api/stable/environment/homes/
| python3 -mjson.tool
{
"items": [
{
"name": "OraDB19Home1",
"version": "19.7.0.0.0",
"default": true,
"read_only_home": false,
"links": [
{
"rel": "self",
"href": "https://localhost:8443/ords/_/db-api/stable/environment/homes/OraDB19Home1/"
}
]
}
],
"links": [
{
"rel": "self",
"href": "https://localhost:8443/ords/_/db-api/stable/environment/homes/"
},
{
"rel": "describedby",
"href": "https://localhost:8443/ords/_/db-api/stable/metadata-catalog/"
}
]
}
curl -ks -X GET \
--user system_admin:system_admin_password1 \
https://localhost:8443/ords/
pdb1/_/db-api/stable/environment/databases/
| python3 -mjson.tool
{
"items": [
{
"name": "cdb1",
"type": "CDB",
"links": [
{
"rel": "self",
"href": "https://localhost:8443/ords/pdb1/_/db-api/stable/environment/databases/cdb1"
}
]
}
],
"links": [
{
"rel": "self",
"href": "https://localhost:8443/ords/pdb1/_/db-api/stable/environment/databases/"
},
{
"rel": "describedby",
"href": "https://localhost:8443/ords/pdb1/_/db-api/stable/metadata-catalog/"
}
]
}
curl -ks -X GET \
--user dbapi_user:DbApiUserPassword1 \
https://localhost:8443/ords/
pdb1/dbapi_user/_/db-api/stable/database/version
| python3 -mjson.tool
{
"inst_id": 1,
"instance_number": 1,
"instance_name": "cdb1",
"host_name": "localhost.localdomain",
"version": "19.0.0.0.0",
"version_legacy": "19.0.0.0.0",
"version_full": "19.7.0.0.0",
"startup_time": "2020-09-28T12:02:47Z",
"status": "OPEN",
"parallel": "NO",
"thread#": 1,
"archiver": "STOPPED",
"log_switch_wait": null,
"logins": "ALLOWED",
"shutdown_pending": "NO",
"database_status": "ACTIVE",
"instance_role": "PRIMARY_INSTANCE",
"active_state": "NORMAL",
"blocked": "NO",
"con_id": 0,
"instance_mode": "REGULAR",
"edition": "EE",
"family": null,
"database_type": "SINGLE",
"instance_version": [
{
"banner": "Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production"
}
],
"links": [
{
"rel": "self",
"href": "https://localhost:8443/ords/pdb1/dbapi_user/_/db-api/stable/database/version"
},
{
"rel": "describedby",
"href": "https://localhost:8443/ords/pdb1/dbapi_user/_/db-api/stable/metadata-catalog/"
},
{
"rel": "collection",
"href": "https://localhost:8443/ords/pdb1/dbapi_user/_/db-api/stable/database/"
}
]
}