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