Skip to content

Commit

Permalink
api/swagger.yaml: Update /service/all with storage backend
Browse files Browse the repository at this point in the history
  • Loading branch information
synackd committed Aug 5, 2024
1 parent 0772c1e commit fcb341f
Showing 1 changed file with 22 additions and 9 deletions.
31 changes: 22 additions & 9 deletions api/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -763,10 +763,17 @@ paths:
bss-status:
type: string
enum: ["running"]
bss-status-storage-backend:
type: string
enum: ["connected"]
description: Current connection status to storage backend.
bss-storage-backend:
type: object
properties:
name:
type: string
enum: ["etcd","postgres"]
description: 'Name of the storage backend.'
status:
type: string
enum: ["connected"]
description: 'Current connection status to the storage backend.'
bss-status-hsm:
type: string
enum: ["connected"]
Expand All @@ -783,11 +790,17 @@ paths:
bss-status:
type: string
enum: ["running"]
bss-status-storage-backend:
type: string
enum: ["connected", "error"]
description: Current connection status to ETCD.
example: "error"
bss-storage-backend:
type: object
properties:
name:
type: string
enum: ["etcd","postgres"]
description: 'Name of the storage backend.'
status:
type: string
enum: ["error"]
description: 'Current connection status to the storage backend.'
bss-status-hsm:
type: string
enum: ["connected", "error"]
Expand Down

0 comments on commit fcb341f

Please sign in to comment.