Skip to content
Snippets Groups Projects
Commit 323f3147 authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

updated common data types

parent 62a038d2
No related branches found
No related tags found
1 merge request!15SOL002/SOL003 OpenAPI representations for v3.3.1
Pipeline #4756 passed
......@@ -810,17 +810,6 @@ definitions:
description: >
User defined data for the VNF snapshot.
$ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/KeyValuePairs"
_links:
description: >
Links to resources related to this resource.
type: object
required:
- self
properties:
self:
description: >
URI of this resource.
$ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/Link"
VnfcSnapshotInfo:
description: >
......@@ -988,6 +977,7 @@ definitions:
- id
- vduId
- computeResource
- vnfcCpInfo
properties:
id:
description: >
......@@ -1081,6 +1071,7 @@ definitions:
- id
- vnfVirtualLinkDescId
- networkResource
- vnfLinkPorts
properties:
id:
description: >
......
......@@ -543,6 +543,8 @@ definitions:
description: >
This type represents request parameters for the "Revert to VNF Snapshot" operation.
type: object
required:
- vnfSnapshotInfoId
properties:
vnfSnapshotInfoId:
description: >
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment