From 9d76deb5be671bf011ca0b7ed712dad5cc33e93c Mon Sep 17 00:00:00 2001 From: Andrew Starr-Bochicchio Date: Thu, 11 Apr 2024 12:33:50 -0400 Subject: [PATCH] dbaas: metrics_endpoints is readOnly (#869) --- specification/resources/databases/models/database_cluster.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/resources/databases/models/database_cluster.yml b/specification/resources/databases/models/database_cluster.yml index 3b839d87..e0085dc5 100644 --- a/specification/resources/databases/models/database_cluster.yml +++ b/specification/resources/databases/models/database_cluster.yml @@ -161,7 +161,7 @@ properties: description: >- Public hostname and port of the cluster's metrics endpoint(s). Includes one record for the cluster's primary node and a second entry for the cluster's standby node(s). - + readOnly: true