aboutsummaryrefslogtreecommitdiffstats
path: root/swagger_inventory.yaml
diff options
context:
space:
mode:
authorMichael Hwang <mhwang@research.att.com>2018-03-22 11:02:57 -0400
committerMichael Hwang <mhwang@research.att.com>2018-03-26 10:56:24 -0400
commite65fc2fc02594a7c8640a6330b2373db1efb923e (patch)
tree4433e083f96dcb1ad26c6f73d437195d6d8f7a75 /swagger_inventory.yaml
parent7f61b70d33879712c5dad64c04a5d54b2b065138 (diff)
Add unit tests to reach 50% coverage
Ripped out the dcae controller code which is no longer needed. Change-Id: I43906edb80bcd5e25445ec2a7175c6748b0ab2ae Signed-off-by: Michael Hwang <mhwang@research.att.com> Issue-ID: DCAEGEN2-257
Diffstat (limited to 'swagger_inventory.yaml')
-rw-r--r--swagger_inventory.yaml19
1 files changed, 1 insertions, 18 deletions
diff --git a/swagger_inventory.yaml b/swagger_inventory.yaml
index 068f221..c18419c 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: "2.1.0"
+ version: "3.0.0"
title: DCAE Inventory API
description: |
DCAE Inventory is a web service that provides the following:
@@ -242,14 +242,6 @@ paths:
description: "List of `DCAEService` objects"
schema:
$ref: "#/definitions/InlineResponse2001"
- 502:
- description: "Bad response from DCAE controller"
- schema:
- $ref: "#/definitions/ApiResponseMessage"
- 504:
- description: "Failed to connect with DCAE controller"
- schema:
- $ref: "#/definitions/ApiResponseMessage"
/dcae-services-groupby/{propertyName}:
get:
summary: ""
@@ -294,18 +286,10 @@ paths:
description: "Single `DCAEService` object"
schema:
$ref: "#/definitions/DCAEService"
- 502:
- description: "Bad response from DCAE controller"
- schema:
- $ref: "#/definitions/ApiResponseMessage"
404:
description: "DCAE service not found"
schema:
$ref: "#/definitions/ApiResponseMessage"
- 504:
- description: "Failed to connect with DCAE controller"
- schema:
- $ref: "#/definitions/ApiResponseMessage"
put:
summary: ""
description: "Put a new or update an existing `DCAEService` object."
@@ -425,7 +409,6 @@ definitions:
description: "Specifies the name of the underying source service that is responsible\
\ for this components"
enum:
- - "DCAEController"
- "DMaaPController"
shareable:
type: "integer"