From edb7b340c2f055af88e1ff9a4c7dfc0d51ac9b77 Mon Sep 17 00:00:00 2001 From: Shadi Haidar Date: Sun, 21 Oct 2018 14:51:22 -0400 Subject: xAdd application/component. Change-Id: Ib60ef8f3e64aa03dfa49b7c542ac7bae1e25175f Issue-ID: DCAEGEN2-879 Signed-off-by: Shadi Haidar Signed-off-by: Haidar, Shadi (sh1986) --- swagger_inventory.yaml | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) (limited to 'swagger_inventory.yaml') diff --git a/swagger_inventory.yaml b/swagger_inventory.yaml index c18419c..e1ca695 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.0.0" + version: "3.1.0" title: DCAE Inventory API description: | DCAE Inventory is a web service that provides the following: @@ -99,6 +99,21 @@ paths: required: false type: "integer" format: "int32" + - name: "owner" + in: "query" + description: "Filter by owner name" + required: false + type: "string" + - name: "application" + in: "query" + description: "Filter by application name" + required: false + type: "string" + - name: "component" + in: "query" + description: "Filter by component name" + required: false + type: "string" responses: 200: description: "List of `DCAEServiceType` objects" @@ -352,6 +367,10 @@ definitions: properties: owner: type: "string" + application: + type: "string" + component: + type: "string" typeName: type: "string" description: "Descriptive name for this DCAE service type" @@ -625,6 +644,10 @@ definitions: properties: owner: type: "string" + application: + type: "string" + component: + type: "string" typeName: type: "string" description: "Descriptive name for this DCAE service type" -- cgit 1.2.3-korg