aboutsummaryrefslogtreecommitdiffstats
path: root/docs/offeredapis
diff options
context:
space:
mode:
authoraosull01 <adrian.osullivan@huawei.com>2019-08-13 17:41:11 +0100
committeraosull01 <adrian.osullivan@huawei.com>2019-08-13 17:42:25 +0100
commit0b5638b7f27d162f533d5d136d4037d5ccc6d65a (patch)
treeb3223a420cc682f490adf8d2434b194cc686a5f8 /docs/offeredapis
parenteeebc6a287759fe1f45f5421f492cc2e081ec87e (diff)
Update Swagger API version to 4.0.1
Change-Id: If47b948e979d614022c079d567af12d8997f6e6f Issue-ID: EXTAPI-277 Signed-off-by: aosull01 <adrian.osullivan@huawei.com>
Diffstat (limited to 'docs/offeredapis')
-rw-r--r--docs/offeredapis/api_hub/model.xsd2
-rw-r--r--docs/offeredapis/api_hub/swagger.json4
-rw-r--r--docs/offeredapis/api_hub/swagger.yaml2
-rw-r--r--docs/offeredapis/api_serviceCatalog/model.xsd2
-rw-r--r--docs/offeredapis/api_serviceCatalog/swagger.json4
-rw-r--r--docs/offeredapis/api_serviceCatalog/swagger.yaml2
-rw-r--r--docs/offeredapis/api_serviceInventory/model.xsd2
-rw-r--r--docs/offeredapis/api_serviceInventory/swagger.json4
-rw-r--r--docs/offeredapis/api_serviceInventory/swagger.yaml2
-rw-r--r--docs/offeredapis/api_serviceOrder/model.xsd2
-rw-r--r--docs/offeredapis/api_serviceOrder/swagger.json4
-rw-r--r--docs/offeredapis/api_serviceOrder/swagger.yaml2
-rw-r--r--docs/offeredapis/api_status/model.xsd2
-rw-r--r--docs/offeredapis/api_status/swagger.json4
-rw-r--r--docs/offeredapis/api_status/swagger.yaml2
15 files changed, 20 insertions, 20 deletions
diff --git a/docs/offeredapis/api_hub/model.xsd b/docs/offeredapis/api_hub/model.xsd
index 09f4500..1fee9df 100644
--- a/docs/offeredapis/api_hub/model.xsd
+++ b/docs/offeredapis/api_hub/model.xsd
@@ -8,7 +8,7 @@
<xs:annotation id="signature">
<xs:appinfo>API Designer</xs:appinfo>
<xs:documentation>Model: hub
- Version: 4.0.0_inProgress
+ Version: 4.0.1
Owner: ONAPNBI
Generated on: 2019-03-12T16:45:33.51Z
Generated by: Orange API Designer v2, model-v1</xs:documentation>
diff --git a/docs/offeredapis/api_hub/swagger.json b/docs/offeredapis/api_hub/swagger.json
index 2497dcf..2b5e61c 100644
--- a/docs/offeredapis/api_hub/swagger.json
+++ b/docs/offeredapis/api_hub/swagger.json
@@ -3,7 +3,7 @@
"swagger": "2.0",
"info": {
"description": "Provides the ability to subscribe to and unsubscribe from External API notifications.\n\n**Main operation**\n\n```\nPOST /hub\n```\n\nrequest sample 1\n\n```\n{\n \"callback\": \"http://mydomain/notification\",\n \"query\": \"eventType = ServiceOrderCreationNotification\"\n}\n```\n\nrequest sample 2\n\n```\n{\n \"callback\": \"http://mydomain/notification\",\n \"query\": \"eventType=ServiceOrderCreationNotification,ServiceOrderStateChangeNotification\"\n}\n```\n\n**EventType for serviceOrdering**\n\n- ServiceOrderCreationNotification\n- ServiceOrderStateChangeNotification\n- ServiceOrderItemStateChangeNotification\n\n**EventType for serviceInventory**\n\n- ServiceCreationNotification\n- ServiceAttributeValueChangeNotification\n- ServiceRemoveNotification\n\n",
- "version": "4.0.0_inProgress",
+ "version": "4.0.1",
"title": "API Hub",
"x-logo": {
"url": "/redoc/logo.png",
@@ -276,4 +276,4 @@
}
}
}
- \ No newline at end of file
+
diff --git a/docs/offeredapis/api_hub/swagger.yaml b/docs/offeredapis/api_hub/swagger.yaml
index 7c1a6d0..52f5859 100644
--- a/docs/offeredapis/api_hub/swagger.yaml
+++ b/docs/offeredapis/api_hub/swagger.yaml
@@ -9,7 +9,7 @@ info:
- ServiceOrderStateChangeNotification\n- ServiceOrderItemStateChangeNotification\n\
\n**EventType for serviceInventory**\n\n- ServiceCreationNotification\n- ServiceAttributeValueChangeNotification\n\
- ServiceRemoveNotification\n\n"
- version: "4.0.0_inProgress"
+ version: "4.0.1"
title: "API Hub"
x-logo:
url: "/redoc/logo.png"
diff --git a/docs/offeredapis/api_serviceCatalog/model.xsd b/docs/offeredapis/api_serviceCatalog/model.xsd
index 26625c2..4011997 100644
--- a/docs/offeredapis/api_serviceCatalog/model.xsd
+++ b/docs/offeredapis/api_serviceCatalog/model.xsd
@@ -8,7 +8,7 @@
<xs:annotation id="signature">
<xs:appinfo>API Designer</xs:appinfo>
<xs:documentation>Model: serviceCatalog
- Version: 3.0.0_tag
+ Version: 4.0.1
Owner: ONAPNBI
Generated on: 2019-03-12T17:02:42.013Z
Generated by: Orange API Designer v2, model-v1</xs:documentation>
diff --git a/docs/offeredapis/api_serviceCatalog/swagger.json b/docs/offeredapis/api_serviceCatalog/swagger.json
index fcb84d2..f8fa265 100644
--- a/docs/offeredapis/api_serviceCatalog/swagger.json
+++ b/docs/offeredapis/api_serviceCatalog/swagger.json
@@ -3,7 +3,7 @@
"swagger": "2.0",
"info": {
"description": "serviceCatalog API designed for ONAP Beijing Release.\nThis API is build from TMF open API17.5. \nOnly operation GET (by id & byList) for resource serviceSpecification is available\n\n",
- "version": "3.0.0_tag",
+ "version": "4.0.1",
"title": "API ServiceCatalog",
"x-logo": {
"url": "/redoc/logo.png",
@@ -656,4 +656,4 @@
}
}
}
- \ No newline at end of file
+
diff --git a/docs/offeredapis/api_serviceCatalog/swagger.yaml b/docs/offeredapis/api_serviceCatalog/swagger.yaml
index a951625..b9cfbc6 100644
--- a/docs/offeredapis/api_serviceCatalog/swagger.yaml
+++ b/docs/offeredapis/api_serviceCatalog/swagger.yaml
@@ -3,7 +3,7 @@ info:
description: "serviceCatalog API designed for ONAP Beijing Release.\nThis API is\
\ build from TMF open API17.5. \nOnly operation GET (by id & byList) for resource\
\ serviceSpecification is available\n\n"
- version: "3.0.0_tag"
+ version: "4.0.1"
title: "API ServiceCatalog"
x-logo:
url: "/redoc/logo.png"
diff --git a/docs/offeredapis/api_serviceInventory/model.xsd b/docs/offeredapis/api_serviceInventory/model.xsd
index 2c46857..fa63c9e 100644
--- a/docs/offeredapis/api_serviceInventory/model.xsd
+++ b/docs/offeredapis/api_serviceInventory/model.xsd
@@ -8,7 +8,7 @@
<xs:annotation id="signature">
<xs:appinfo>API Designer</xs:appinfo>
<xs:documentation>Model: serviceInventory
- Version: 4.0.0_inProgress
+ Version: 4.0.1
Owner: ONAPNBI
Generated on: 2019-03-12T16:45:37.288Z
Generated by: Orange API Designer v2, model-v1</xs:documentation>
diff --git a/docs/offeredapis/api_serviceInventory/swagger.json b/docs/offeredapis/api_serviceInventory/swagger.json
index 81b882d..f67e1b6 100644
--- a/docs/offeredapis/api_serviceInventory/swagger.json
+++ b/docs/offeredapis/api_serviceInventory/swagger.json
@@ -3,7 +3,7 @@
"swagger": "2.0",
"info": {
"description": "Query information about instantiated services\n\nList of available subscription for serviceInventory notifications, see /hub resources for more information:\n\n- ServiceCreationNotification\n- ServiceAttributeValueChangeNotification\n- ServiceRemoveNotification\n\n",
- "version": "4.0.0_inProgress",
+ "version": "4.0.1",
"title": "API ServiceInventory",
"x-logo": {
"url": "/redoc/logo.png",
@@ -600,4 +600,4 @@
}
}
}
- \ No newline at end of file
+
diff --git a/docs/offeredapis/api_serviceInventory/swagger.yaml b/docs/offeredapis/api_serviceInventory/swagger.yaml
index 6550d5d..0d85e25 100644
--- a/docs/offeredapis/api_serviceInventory/swagger.yaml
+++ b/docs/offeredapis/api_serviceInventory/swagger.yaml
@@ -4,7 +4,7 @@ info:
\ subscription for serviceInventory notifications, see /hub resources for more\
\ information:\n\n- ServiceCreationNotification\n- ServiceAttributeValueChangeNotification\n\
- ServiceRemoveNotification\n\n"
- version: "4.0.0_inProgress"
+ version: "4.0.1"
title: "API ServiceInventory"
x-logo:
url: "/redoc/logo.png"
diff --git a/docs/offeredapis/api_serviceOrder/model.xsd b/docs/offeredapis/api_serviceOrder/model.xsd
index 1d4e60e..aecd8f4 100644
--- a/docs/offeredapis/api_serviceOrder/model.xsd
+++ b/docs/offeredapis/api_serviceOrder/model.xsd
@@ -8,7 +8,7 @@
<xs:annotation id="signature">
<xs:appinfo>API Designer</xs:appinfo>
<xs:documentation>Model: serviceOrder
- Version: 4.0.0_inProgress
+ Version: 4.0.1
Owner: ONAPNBI
Generated on: 2019-04-18T12:39:38.945Z
Generated by: Orange API Designer v2, model-v1</xs:documentation>
diff --git a/docs/offeredapis/api_serviceOrder/swagger.json b/docs/offeredapis/api_serviceOrder/swagger.json
index 0a90a3b..947cfe0 100644
--- a/docs/offeredapis/api_serviceOrder/swagger.json
+++ b/docs/offeredapis/api_serviceOrder/swagger.json
@@ -2,7 +2,7 @@
"swagger": "2.0",
"info": {
"description": "Request the instantiation of a service\n\nA Service Order is a type of order which can be used to describe a group of operations on service – one service order item per service. An action at the level of the service order item describe the operation to be done on a service (add, terminate for example). The service order is triggered from the BSS system in charge of the product order management to ONAP that will manage the service fulfillment.\n\nList of available subscription for serviceOrdering notifications, see /hub resources for more information:\n\n- ServiceOrderCreationNotification\n- ServiceOrderStateChangeNotification\n- ServiceOrderItemStateChangeNotification\n\n",
- "version": "4.0.0_inProgress",
+ "version": "4.0.1",
"title": "API ServiceOrder",
"x-logo": {
"url": "/redoc/logo.png",
@@ -966,4 +966,4 @@
}
}
}
-} \ No newline at end of file
+}
diff --git a/docs/offeredapis/api_serviceOrder/swagger.yaml b/docs/offeredapis/api_serviceOrder/swagger.yaml
index d746ea5..3485680 100644
--- a/docs/offeredapis/api_serviceOrder/swagger.yaml
+++ b/docs/offeredapis/api_serviceOrder/swagger.yaml
@@ -9,7 +9,7 @@ info:
\ available subscription for serviceOrdering notifications, see /hub resources\
\ for more information:\n\n- ServiceOrderCreationNotification\n- ServiceOrderStateChangeNotification\n\
- ServiceOrderItemStateChangeNotification\n\n"
- version: "4.0.0_inProgress"
+ version: "4.0.1"
title: "API ServiceOrder"
x-logo:
url: "/redoc/logo.png"
diff --git a/docs/offeredapis/api_status/model.xsd b/docs/offeredapis/api_status/model.xsd
index 9b1d7ee..c679ac2 100644
--- a/docs/offeredapis/api_status/model.xsd
+++ b/docs/offeredapis/api_status/model.xsd
@@ -8,7 +8,7 @@
<xs:annotation id="signature">
<xs:appinfo>API Designer</xs:appinfo>
<xs:documentation>Model: status
- Version: 4.0.0_inProgress
+ Version: 4.0.1
Owner: ONAPNBI
Generated on: 2019-03-12T16:45:47.241Z
Generated by: Orange API Designer v2, model-v1</xs:documentation>
diff --git a/docs/offeredapis/api_status/swagger.json b/docs/offeredapis/api_status/swagger.json
index 9bb198f..aaeeeb5 100644
--- a/docs/offeredapis/api_status/swagger.json
+++ b/docs/offeredapis/api_status/swagger.json
@@ -3,7 +3,7 @@
"swagger": "2.0",
"info": {
"description": "Provides a healthcheck to verify that the NBI component is running fine as a standalone application or can also communicate with other onap modules.\n\n",
- "version": "4.0.0_inProgress",
+ "version": "4.0.1",
"title": "API Status",
"x-logo": {
"url": "/redoc/logo.png",
@@ -227,4 +227,4 @@
}
}
}
- \ No newline at end of file
+
diff --git a/docs/offeredapis/api_status/swagger.yaml b/docs/offeredapis/api_status/swagger.yaml
index 88177de..c35ba4f 100644
--- a/docs/offeredapis/api_status/swagger.yaml
+++ b/docs/offeredapis/api_status/swagger.yaml
@@ -3,7 +3,7 @@ info:
description: "Provides a healthcheck to verify that the NBI component is running\
\ fine as a standalone application or can also communicate with other onap modules.\n\
\n"
- version: "4.0.0_inProgress"
+ version: "4.0.1"
title: "API Status"
x-logo:
url: "/redoc/logo.png"