aboutsummaryrefslogtreecommitdiffstats
path: root/pgaas/src/stage/opt/app/pgaas/man/iDNS-responder.swagger.json
diff options
context:
space:
mode:
Diffstat (limited to 'pgaas/src/stage/opt/app/pgaas/man/iDNS-responder.swagger.json')
-rw-r--r--pgaas/src/stage/opt/app/pgaas/man/iDNS-responder.swagger.json58
1 files changed, 0 insertions, 58 deletions
diff --git a/pgaas/src/stage/opt/app/pgaas/man/iDNS-responder.swagger.json b/pgaas/src/stage/opt/app/pgaas/man/iDNS-responder.swagger.json
deleted file mode 100644
index 2b59cda..0000000
--- a/pgaas/src/stage/opt/app/pgaas/man/iDNS-responder.swagger.json
+++ /dev/null
@@ -1,58 +0,0 @@
-{
- "swagger": "2.0",
- "info": {
- "version": "1.1.0",
- "title": "PostgreSQL as a Service REST API"
- },
- "paths": {
- "/rw": {
- "get": {
- "description": "Gets a string indicating if this is a PostgreSQL Master server\n",
- "responses": {
- "200": {
- "description": "Successful response",
- "schema": {
- "title": "status",
- "type": "string"
- }
- }
- }
- }
- },
- "/ro": {
- "get": {
- "description": "Gets a string indicating if this is either a PostgreSQL Master or Secondary server\n",
- "responses": {
- "200": {
- "description": "Successful response",
- "schema": {
- "title": "status",
- "type": "string"
- }
- }
- }
- }
- },
- "/healthcheck/status": {
- "get": {
- "description": "Gets a string indicating the status of this server\n",
- "responses": {
- "200": {
- "description": "Successful response",
- "schema": {
- "title": "output",
- "type": "string"
- }
- },
- "429": {
- "description": "Error response",
- "schema": {
- "title": "output",
- "type": "string"
- }
- }
- }
- }
- }
- }
-}