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
SOL005
Commits
d054bf35
Commit
d054bf35
authored
Mar 28, 2019
by
moscatelli
Browse files
SOL005_17: ApiVersionInformation data type added to SOL005 common def file
parent
cf032c7d
Pipeline
#520
failed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/SOL005/definitions/SOL005_def.yaml
View file @
d054bf35
...
...
@@ -211,4 +211,47 @@ definitions:
The value set of the "vimLevelResourceType" attribute is within the scope
of the VIM or the resource provider and can be used as information that
complements the ResourceHandle.
type
:
string
\ No newline at end of file
type
:
string
ApiVersionInformation
:
description
:
>
This type represents API version information.
type
:
object
required
:
-
uriPrefix
-
apiVersions
properties
:
uriPrefix
:
description
:
>
Specifies the URI prefix for the API, in the following form
{apiRoot}/{apiName}/{apiMajorVersion}/.
type
:
string
apiVersions
:
description
:
>
Version(s) supported for the API signalled by the uriPrefix attribute.
type
:
array
items
:
type
:
object
properties
:
version
:
description
:
>
Identifies a supported version. The value of the version attribute shall
be a version identifier as specified in clause 4.6.1.
type
:
string
required
:
true
isDeprecated
:
description
:
>
If such information is available, this attribute indicates whether use of the
version signaled by the version attribute is deprecated (true) or not (false).
A deprecated version is still supported by the API producer but is recommended
not to be used any longer. When a version is no longer supported, it does not
appear in the response body.
$ref
:
"
#/definitions/Boolean"
required
:
false
retirementDate
:
description
:
>
The date and time after which the API version will no longer be supported.
This attribute may be included if the value of the isDeprecated attribute
is set to true and shall be absent otherwise.
$ref
:
"
#/definitions/DateTime"
required
:
false
\ No newline at end of file
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