Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
NFV - Network Functions Virtualisation
SOL012
Commits
c1e58285
Commit
c1e58285
authored
Sep 17, 2020
by
Giacomo Bernini
Browse files
updates according to NFVSOL(20)000652r2_SOL012ed331
parent
c259eab5
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/SOL012/PolicyManagement/PolicyManagement.yaml
View file @
c1e58285
...
...
@@ -628,6 +628,10 @@ components:
description
:
>
Status of the policy on whether it is activated or deactivated.
$ref
:
"
../components/SOL012_schemas.yaml#/components/schemas/ActivationStatus"
transferStatus
:
description
:
>
Status of the policy on whether the content of the policy has been transferred.
$ref
:
"
../components/SOL012_schemas.yaml#/components/schemas/TransferStatus"
associations
:
description
:
>
Identifiers of the entities that the PF manages and to which the policy associates to.
...
...
@@ -666,6 +670,7 @@ components:
-
name
-
policy
-
activationStatus
-
transferStatus
-
_links
PolicySubscriptionRequest
:
...
...
@@ -917,10 +922,13 @@ components:
Shall be returned upon the following error: The operation cannot be executed currently, due to a conflict
with the state of the resource.
Typically, this is due to the fact that no version of the policy has been transferred; that activating a
policy in ACTIVATED state; that deactivating a policy in DEACTIVATED state.
The response body shall contain a ProblemDetails structure, in which the "detail" attribute shall convey
more information about the error.
Typical reasons are attempts to:
• modify a policy in CREATED state;
• activate a policy in ACTIVATED state;
• deactivate a policy in DEACTIVATED state.
The response body shall contain a ProblemDetails structure, in which the "detail" attribute shall
convey more information about the error.
headers
:
WWW-Authenticate
:
description
:
>
...
...
@@ -1024,8 +1032,8 @@ components:
target resource or is not willing to disclose that one exists.
The general cause for this error and its handling is specified in clause 6.4 of ETSI GS NFV-SOL 013 [6],
including rules for the presence of the response body.
Specifically in case of this resource, the response code 404 shall also be returned if
no version of the
policy has been transferred
.
Specifically in case of this resource, the response code 404 shall also be returned if
the policy is in
CREATED state
.
In this case, the response body shall be present, and shall contain a ProblemDetails structure, in which
the "detail" attribute shall convey more information about the error.
headers
:
...
...
src/SOL012/components/SOL012_schemas.yaml
View file @
c1e58285
...
...
@@ -291,6 +291,15 @@ components:
-
ACTIVATED
-
DEACTIVATED
TransferStatus
:
description
:
>
The enumeration TransferStatus shall comply with the provisions defined in table 5.6.4.4-1.
It indicates the transfer status of a policy
type
:
string
enum
:
-
CREATED
-
TRANSFERRED
PolicyModifications
:
description
:
>
This type represents the parameters for modifying a policy. It shall comply with the provisions
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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