Webex · Schema
databaseDetailsResponse
CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
Properties
| Name | Type | Description |
|---|---|---|
| context | object | Context for the response payload. |
| databaseType | string | Type of the database. |
| databaseVersion | string | Version of the database. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/databaseDetailsResponse",
"title": "databaseDetailsResponse",
"type": "object",
"properties": {
"context": {
"type": "object",
"properties": {
"orgId": {
"type": "string",
"example": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi8yYzNjOWY5NS03M2Q5LTQ0NjAtYTY2OC0wNDcxNjJmZjFiYWQ=",
"description": "Unique ID of the organization."
}
},
"description": "Context for the response payload."
},
"databaseType": {
"type": "string",
"example": "PostgreSQL",
"description": "Type of the database."
},
"databaseVersion": {
"type": "string",
"example": "PostgreSQL 16.9 (Ubuntu 16.9-1.pgdg24.04+1) on x86_64-pc-linux-gnu, compiled by gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0, 64-bit",
"description": "Version of the database."
}
}
}