lib/swagger/defs/database.yaml

56 lines
1.4 KiB
YAML
Raw Normal View History

2023-04-06 01:28:58 +00:00
Database:
description: A Database provisioned and owned by a Tenant
properties:
Active:
description: Is this database active?
type: boolean
2023-05-13 16:46:48 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
ClusterID:
description: The ID of the Cluster in which this database is deployed
type: string
2023-05-13 16:46:48 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
CreatedByID:
description: Created By
type: string
2023-05-13 16:46:48 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
CreatedDate:
description: Created Date
type: string
2023-05-13 16:46:48 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
DSN:
description: Database connection string
type: string
2023-05-13 16:46:48 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
DatabaseName:
description: The name of the physical database in the cluster
type: string
2023-05-13 16:46:48 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
ID:
description: Record Id
type: string
LastModifiedByID:
description: Last Modified By
type: string
2023-05-13 16:46:48 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
LastModifiedDate:
description: Last Modifed Date
type: string
2023-05-13 16:46:48 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
Microservices:
description: List of microservices implemented by this Database
type: string
2023-05-13 16:46:48 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
Status:
description: The current status of this Tenant
type: string
2023-05-13 16:46:48 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
TenantID:
description: The ID of the tenant who owns this Database
type: string
2023-05-13 16:46:48 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
Type:
description: The type of Database (mysql, etc)
type: string
2023-05-13 16:46:48 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
type: object