aboutsummaryrefslogtreecommitdiffstats
path: root/swagger_inventory.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'swagger_inventory.yaml')
-rw-r--r--swagger_inventory.yaml27
1 files changed, 26 insertions, 1 deletions
diff --git a/swagger_inventory.yaml b/swagger_inventory.yaml
index c06368d..f8de1dd 100644
--- a/swagger_inventory.yaml
+++ b/swagger_inventory.yaml
@@ -17,7 +17,7 @@
# ECOMP is a trademark and service mark of AT&T Intellectual Property.
swagger: '2.0'
info:
- version: "3.1.1"
+ version: "3.2.0"
title: DCAE Inventory API
description: |
DCAE Inventory is a web service that provides the following:
@@ -356,6 +356,31 @@ paths:
description: "Unknown DCAE service"
schema:
$ref: "#/definitions/ApiResponseMessage"
+ /servicehealth:
+ get:
+ summary: "Check for external dependencies for inventory."
+ description: "Get a list of `DCAEServiceType` objects."
+ operationId: "dcaeServiceTypesGet"
+ consumes:
+ - "application/json"
+ - "application/vnd.dcae.inventory.v1+json"
+ produces:
+ - "application/json"
+ - "application/vnd.dcae.inventory.v1+json"
+ responses:
+ 200:
+ description: "List of `DCAEServiceType` objects"
+ schema:
+ $ref: "#/definitions/InlineResponse200"
+ /healthcheck:
+ get:
+ summary: ""
+ description: "Basic test to check inventory internals, that process and web api are running."
+ produces:
+ - "text/plain"
+ responses:
+ 200:
+ description: "OK response to indicate success"
definitions:
DCAEServiceTypeRequest:
type: "object"