aboutsummaryrefslogtreecommitdiffstats
path: root/swagger_inventory.yaml
diff options
context:
space:
mode:
authorShadi Haidar <sh1986@att.com>2018-10-21 14:51:22 -0400
committerHaidar, Shadi (sh1986) <sh1986@att.com>2018-11-07 09:25:50 -0500
commitedb7b340c2f055af88e1ff9a4c7dfc0d51ac9b77 (patch)
treed13dc8e4dad93eee71fab752b299497acfbeca1f /swagger_inventory.yaml
parente09d200eaf5a3b36652433f3b8581192d7e0b52b (diff)
xAdd application/component.
Change-Id: Ib60ef8f3e64aa03dfa49b7c542ac7bae1e25175f Issue-ID: DCAEGEN2-879 Signed-off-by: Shadi Haidar <sh1986@att.com> Signed-off-by: Haidar, Shadi (sh1986) <sh1986@att.com>
Diffstat (limited to 'swagger_inventory.yaml')
-rw-r--r--swagger_inventory.yaml25
1 files changed, 24 insertions, 1 deletions
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"