Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
NFV - Network Functions Virtualisation
SOL005
Commits
e2a14425
Commit
e2a14425
authored
Jan 19, 2021
by
Giacomo Bernini
Browse files
fixed issue
#17
parent
f0193fda
Pipeline
#5684
passed with stage
in 0 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
40 additions
and
40 deletions
+40
-40
src/SOL005/VNFPackageManagement/VNFPackageManagement.yaml
src/SOL005/VNFPackageManagement/VNFPackageManagement.yaml
+1
-1
src/SOL005/VNFPackageManagement/definitions/SOL005VNFPackageManagement_def.yaml
...anagement/definitions/SOL005VNFPackageManagement_def.yaml
+39
-39
No files found.
src/SOL005/VNFPackageManagement/VNFPackageManagement.yaml
View file @
e2a14425
swagger
:
"
2.0"
swagger
:
"
2.0"
info
:
info
:
version
:
"
1.3.0-impl:etsi.org:ETSI_NFV_OpenAPI:
2
"
version
:
"
1.3.0-impl:etsi.org:ETSI_NFV_OpenAPI:
3
"
title
:
SOL005 - VNF Package Management Interface
title
:
SOL005 - VNF Package Management Interface
description
:
>
description
:
>
SOL005 - VNF Package Management Interface
SOL005 - VNF Package Management Interface
...
...
src/SOL005/VNFPackageManagement/definitions/SOL005VNFPackageManagement_def.yaml
View file @
e2a14425
...
@@ -488,45 +488,45 @@ definitions:
...
@@ -488,45 +488,45 @@ definitions:
items
:
items
:
$ref
:
"
../../definitions/SOL005_def.yaml#/definitions/Version"
$ref
:
"
../../definitions/SOL005_def.yaml#/definitions/Version"
vnfdId
:
vnfdId
:
description
:
>
description
:
>
Match VNF packages with a VNFD identifier
Match VNF packages with a VNFD identifier
listed in the attribute.
listed in the attribute.
type
:
array
type
:
array
items
:
items
:
$ref
:
"
../../definitions/SOL005_def.yaml#/definitions/Identifier"
$ref
:
"
../../definitions/SOL005_def.yaml#/definitions/Identifier"
vnfPkgId
:
vnfPkgId
:
description
:
>
description
:
>
Match VNF packages with a package identifier
Match VNF packages with a package identifier
listed in the attribute.
listed in the attribute.
May be present if the "notificationTypes"
May be present if the "notificationTypes"
attribute contains the value
attribute contains the value
"VnfPackageChangeNotification", and shall be
"VnfPackageChangeNotification", and shall be
absent otherwise.
absent otherwise.
type
:
array
type
:
array
items
:
items
:
$ref
:
"
../../definitions/SOL005_def.yaml#/definitions/Identifier"
$ref
:
"
../../definitions/SOL005_def.yaml#/definitions/Identifier"
operationalState
:
operationalState
:
description
:
>
description
:
>
Match VNF packages with a package identifier
Match VNF packages with a package identifier
listed in the attribute.
listed in the attribute.
May be present if the "notificationTypes"
May be present if the "notificationTypes"
attribute contains the value
attribute contains the value
"VnfPackageChangeNotification", and shall be
"VnfPackageChangeNotification", and shall be
absent otherwise.
absent otherwise.
type
:
array
type
:
array
items
:
items
:
$ref
:
"
#/definitions/PackageOperationalStateType"
$ref
:
"
#/definitions/PackageOperationalStateType"
usageState
:
usageState
:
description
:
>
description
:
>
Match particular usage state of the on-boarded VNF package.
Match particular usage state of the on-boarded VNF package.
May be present if the "notificationTypes"
May be present if the "notificationTypes"
attribute contains the value
attribute contains the value
"VnfPackageChangeNotification", and shall be
"VnfPackageChangeNotification", and shall be
absent otherwise.
absent otherwise.
type
:
array
type
:
array
items
:
items
:
$ref
:
"
#/definitions/PackageUsageStateType"
$ref
:
"
#/definitions/PackageUsageStateType"
PackageChangeType
:
PackageChangeType
:
type
:
string
type
:
string
...
...
Giacomo Bernini
@bernini
mentioned in issue
#17 (closed)
·
Jan 19, 2021
mentioned in issue
#17 (closed)
mentioned in issue #17
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment