summaryrefslogtreecommitdiff
path: root/api-ref/source/parameters.yaml
diff options
context:
space:
mode:
authorLingxian Kong <anlin.kong@gmail.com>2019-12-14 21:25:06 +1300
committerLingxian Kong <anlin.kong@gmail.com>2019-12-18 22:13:46 +0000
commit75b9b686b1c4fa2be1be00ef390035da01e331eb (patch)
tree3bffe3ad078e4644f9f260e53594564c145d1297 /api-ref/source/parameters.yaml
parent5472d8a57c7c9e82cca122396fea75b8ef05a64a (diff)
downloadtrove-75b9b686b1c4fa2be1be00ef390035da01e331eb.tar.gz
Show service_status_updated in instance API
A new field named ``service_status_updated`` is added to the instance API response which e.g. could be used to validate if the instance 'HEALTHY' status is stale or not. Change-Id: Iabcfad81343a71304b843b3a7778486253220d20
Diffstat (limited to 'api-ref/source/parameters.yaml')
-rwxr-xr-xapi-ref/source/parameters.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/api-ref/source/parameters.yaml b/api-ref/source/parameters.yaml
index 293aa9a6..c0e4a852 100755
--- a/api-ref/source/parameters.yaml
+++ b/api-ref/source/parameters.yaml
@@ -702,6 +702,13 @@ server_id:
in: body
required: false
type: string
+service_status_updated:
+ description: |
+ The date and time when the database service status was updated. This field
+ can be used to validate if the 'HEALTHY' status is stale or not.
+ in: body
+ required: true
+ type: string
shard_id:
description: |
The shard ID of an instance.