Commit eb638e39 authored by piscione's avatar piscione
Browse files

SOL005_124 to SOL005_128

parent 9d68c338
......@@ -491,6 +491,8 @@ definitions:
disabled.
Modifications to these attributes can be requested using the "ModifyVnfInfoData" structure.
In addition, the provisions in clause 6.7 shall apply.
$ref: "../../definitions/SOL005_def.yaml#/definitions/KeyValuePairs"
vimId:
description: >
......@@ -639,6 +641,8 @@ definitions:
operations, which means that the modified values can indirectly affect the configuration of the VNF instance.
Extensions that are allowed for the VNF are declared in the VNFD.
Modifications to these attributes can be requested using the "ModifyVnfInfoData" structure.
In addition, the provisions in clause 6.7 shall apply.
$ref: "../../definitions/SOL005_def.yaml#/definitions/KeyValuePairs"
LccnLinks:
......@@ -2922,6 +2926,7 @@ definitions:
description: >
Modifications to entries in the
"vnfConfigurableProperties" attribute in "VnfInstance", as defined below in clause 6.5.3.57.
In addition, the provisions in clause 6.7 shall apply.
$ref: "../../definitions/SOL005_def.yaml#/definitions/KeyValuePairs"
metadata:
description: >
......@@ -2930,6 +2935,7 @@ definitions:
extensions:
description: >
Modifications to entries in the "extensions" attribute in "VnfInstance", as defined below in clause 6.5.3.57.
In addition, the provisions in clause 6.7 shall apply.
$ref: "../../definitions/SOL005_def.yaml#/definitions/KeyValuePairs"
ChangeExtVnfConnectivityData:
......@@ -5632,6 +5638,7 @@ definitions:
This attribute represents the delta (semantics as per IETF RFC 7396 [11], JSON Merge Patch) between
the value of the attribute at the start of the "Change current VNF package" operation and the value
of the attribute at its completion.
In addition, the provisions in clause 6.7 shall apply.
$ref: "../../definitions/SOL005_def.yaml#/definitions/KeyValuePairs"
metadata:
description: >
......@@ -5646,6 +5653,7 @@ definitions:
and shall be present if that attribute was modified during the operation. This attribute represents the delta
(semantics as per IETF RFC 7396 [11], JSON Merge Patch) between the value of the attribute at the start of the
"Change current VNF package" operation and the value of the attribute at its completion.
In addition, the provisions in clause 6.7 shall apply.
$ref: "../../definitions/SOL005_def.yaml#/definitions/KeyValuePairs"
vnfdId:
description: >
......
......@@ -513,7 +513,7 @@ paths:
parameters:
- $ref: ../components/SOL005_params.yaml#/components/parameters/ContentType
requestBody:
$ref: '#/components/requestBodies/VnfSnapshotPkgExtArtifactsAccessInfo'
$ref: '#/components/requestBodies/VnfSnapshotPkgExtArtifactsAccessConfig'
responses:
200:
$ref: '#/components/responses/ExternalArtifactsAccess.Put.200'
......@@ -689,12 +689,12 @@ components:
$ref: ./definitions/SOL005VNFSnapshotPackageManagement_def.yaml#/definitions/CancelVnfSnapshotPkgOperationRequest
required: true
VnfSnapshotPkgExtArtifactsAccessInfo:
VnfSnapshotPkgExtArtifactsAccessConfig:
description: VOID
content:
application/json:
schema:
$ref: ./definitions/SOL005VNFSnapshotPackageManagement_def.yaml#/definitions/VnfSnapshotPkgExtArtifactsAccessInfo
$ref: ./definitions/SOL005VNFSnapshotPackageManagement_def.yaml#/definitions/VnfSnapshotPkgExtArtifactsAccessConfig
required: true
responses:
......@@ -1134,7 +1134,7 @@ components:
content:
application/json:
schema:
$ref: definitions/SOL005VNFSnapshotPackageManagement_def.yaml#/definitions/VnfSnapshotPkgExtArtifactsAccessInfo
$ref: definitions/SOL005VNFSnapshotPackageManagement_def.yaml#/definitions/VnfSnapshotPkgExtArtifactsAccessConfig
ExternalArtifactsAccess.Put.200:
description: |
......@@ -1169,7 +1169,7 @@ components:
content:
application/json:
schema:
$ref: definitions/SOL005VNFSnapshotPackageManagement_def.yaml#/definitions/VnfSnapshotPkgExtArtifactsAccessInfo
$ref: definitions/SOL005VNFSnapshotPackageManagement_def.yaml#/definitions/VnfSnapshotPkgExtArtifactsAccessConfig
IndividualArtifact.Get.200:
description: |
......
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