Commit abaff410 authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

fixed usage of Link HTTP Header in SOL002 responses

parent f79c7e9e
Pipeline #834 passed with stage
in 0 seconds
...@@ -152,7 +152,12 @@ paths: ...@@ -152,7 +152,12 @@ paths:
type: string type: string
maximum: 1 maximum: 1
minimum: 0 minimum: 0
Link:
description: >
Reference to other resources. Used for paging in the present document, see clause 4.7.2.1.
type: string
maximum: 1
minimum: 0
schema: schema:
$ref: "./definitions/VNFFaultManagement_def.yaml#/definitions/Alarm" $ref: "./definitions/VNFFaultManagement_def.yaml#/definitions/Alarm"
400: 400:
...@@ -591,6 +596,12 @@ paths: ...@@ -591,6 +596,12 @@ paths:
type: string type: string
maximum: 1 maximum: 1
minimum: 0 minimum: 0
Link:
description: >
Reference to other resources. Used for paging in the present document, see clause 4.7.2.1.
type: string
maximum: 1
minimum: 0
schema: schema:
$ref: "../../definitions/SOL002SOL003VNFFaultManagement_def.yaml#/definitions/FmSubscription" $ref: "../../definitions/SOL002SOL003VNFFaultManagement_def.yaml#/definitions/FmSubscription"
400: 400:
......
...@@ -123,6 +123,12 @@ paths: ...@@ -123,6 +123,12 @@ paths:
type: string type: string
maximum: 1 maximum: 1
minimum: 1 minimum: 1
Link:
description: >
Reference to other resources. Used for paging in the present document, see clause 4.7.2.1.
type: string
maximum: 1
minimum: 0
schema: schema:
type: array type: array
items: items:
...@@ -228,6 +234,12 @@ paths: ...@@ -228,6 +234,12 @@ paths:
type: string type: string
maximum: 1 maximum: 1
minimum: 1 minimum: 1
Link:
description: >
Reference to other resources. Used for paging in the present document, see clause 4.7.2.1.
type: string
maximum: 1
minimum: 0
schema: schema:
type: array type: array
items: items:
...@@ -487,6 +499,12 @@ paths: ...@@ -487,6 +499,12 @@ paths:
type: string type: string
maximum: 1 maximum: 1
minimum: 1 minimum: 1
Link:
description: >
Reference to other resources. Used for paging in the present document, see clause 4.7.2.1.
type: string
maximum: 1
minimum: 0
schema: schema:
type: array type: array
items: items:
......
...@@ -1016,10 +1016,17 @@ paths: ...@@ -1016,10 +1016,17 @@ paths:
maximum: 1 maximum: 1
minimum: 0 minimum: 0
Version: Version:
description: The used API version. description: >
The used API version.
type: string type: string
maximum: 1 maximum: 1
minimum: 1 minimum: 1
Link:
description: >
Reference to other resources. Used for paging in the present document, see clause 4.7.2.1.
type: string
maximum: 1
minimum: 0
schema: schema:
schema: schema:
$ref: "definitions/VNFLifecycleManagement_def.yaml#/definitions/VnfLcmOpOcc" $ref: "definitions/VNFLifecycleManagement_def.yaml#/definitions/VnfLcmOpOcc"
......
...@@ -259,6 +259,12 @@ paths: ...@@ -259,6 +259,12 @@ paths:
type: string type: string
maximum: 1 maximum: 1
minimum: 0 minimum: 0
Link:
description: >
Reference to other resources. Used for paging in the present document, see clause 4.7.2.1.
type: string
maximum: 1
minimum: 0
schema: schema:
type: array type: array
items: items:
...@@ -563,7 +569,7 @@ paths: ...@@ -563,7 +569,7 @@ paths:
maximum: 1 maximum: 1
minimum: 1 minimum: 1
Location: Location:
description: The resource URI of the created VNF instance description: The resource URI of the created threshold
type: string type: string
format: url format: url
WWW-Authenticate: WWW-Authenticate:
...@@ -670,10 +676,6 @@ paths: ...@@ -670,10 +676,6 @@ paths:
type: string type: string
maximum: 1 maximum: 1
minimum: 1 minimum: 1
Location:
description: The resource URI of the created VNF instance
type: string
format: url
WWW-Authenticate: WWW-Authenticate:
description: > description: >
Challenge if the corresponding HTTP request has not provided Challenge if the corresponding HTTP request has not provided
...@@ -682,6 +684,12 @@ paths: ...@@ -682,6 +684,12 @@ paths:
type: string type: string
maximum: 1 maximum: 1
minimum: 0 minimum: 0
Link:
description: >
Reference to other resources. Used for paging in the present document, see clause 4.7.2.1.
type: string
maximum: 1
minimum: 0
schema: schema:
type: array type: array
items: items:
...@@ -1019,6 +1027,12 @@ paths: ...@@ -1019,6 +1027,12 @@ paths:
type: string type: string
maximum: 1 maximum: 1
minimum: 0 minimum: 0
Link:
description: >
Reference to other resources. Used for paging in the present document, see clause 4.7.2.1.
type: string
maximum: 1
minimum: 0
schema: schema:
type: array type: array
items: items:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment