|
GROUP SPECIFICATION
Network Functions Virtualisation (NFV) Release 2;
Protocols and Data Models;
RESTful protocols specification for
the Or-Vnfm Reference Point
Disclaimer
The present document has been produced and approved by the Network Functions Virtualisation (NFV) ETSI Industry
Specification Group (ISG) and represents the views of those members who participated in this ISG.
It does not necessarily represent the views of the entire ETSI membership.
---------------------- Page: 1 ----------------------
2 ETSI GS NFV-SOL 003 V2.5.1 (2018-09)
Reference
RGS/NFV-SOL003ed251
Keywords
API, NFV, protocol
ETSI
650 Route des Lucioles
F-06921 Sophia Antipolis Cedex - FRANCE
Tel.: +33 4 92 94 42 00 Fax: +33 4 93 65 47 16
Siret N° 348 623 562 00017 - NAF 742 C
Association à but non lucratif enregistrée à la
Sous-Préfecture de Grasse (06) N° 7803/88
Important notice
The present document can be downloaded from:
The present document may be made available in electronic versions and/or in print. The content of any electronic and/or
print versions of the present document shall not be modified without the prior written authorization of ETSI. In case of any
existing or perceived difference in contents between such versions and/or in print, the only prevailing document is the
print of the Portable Document Format (PDF) version kept on a specific network drive within ETSI Secretariat.
Users of the present document should be aware that the document may be subject to revision or change of status.
Information on the current status of this and other ETSI documents is available at
If you find errors in the present document, please send your comment to one of the following services:
Copyright Notification
No part may be reproduced or utilized in any form or by any means, electronic or mechanical, including photocopying
and microfilm except as authorized by written permission of ETSI.
The content of the PDF version shall not be modified without the written authorization of ETSI.
The copyright and the foregoing restriction extend to reproduction in all media.
© ETSI 2018.
All rights reserved.
TM TM TM
DECT , PLUGTESTS , UMTS and the ETSI logo are trademarks of ETSI registered for the benefit of its Members.
TM TM
3GPP and LTE are trademarks of ETSI registered for the benefit of its Members and
of the 3GPP Organizational Partners.
oneM2M logo is protected for the benefit of its Members.
GSM and the GSM logo are trademarks registered and owned by the GSM Association.
ETSI
---------------------- Page: 2 ----------------------
3 ETSI GS NFV-SOL 003 V2.5.1 (2018-09)
Contents
Intellectual Property Rights . 18
Foreword. 18
Modal verbs terminology . 18
1 Scope . 19
2 References . 19
2.1 Normative references . 19
2.2 Informative references . 20
3 Definitions and abbreviations . 21
3.1 Definitions . 21
3.2 Abbreviations . 21
4 General aspects . 22
4.1 Overview . 22
4.2 URI structure and supported content formats . 23
4.3 Common procedures . 24
4.3.1 Introduction . 24
4.3.2 Attribute-based filtering . 24
4.3.2.1 Overview and example (informative) . 24
4.3.2.2 Specification . 25
4.3.3 Attribute selectors . 26
4.3.3.1 Overview and example (informative) . 26
4.3.3.2 Specification . 27
4.3.3.2.1 GET request . 27
4.3.3.2.2 GET response . 27
4.3.4 Usage of HTTP header fields . 28
4.3.4.1 Introduction . 28
4.3.4.2 Request header fields . 28
4.3.4.3 Response header fields . 29
4.3.5 Error reporting . 30
4.3.5.1 Introduction . 30
4.3.5.2 General mechanism . 30
4.3.5.3 Type: ProblemDetails . 31
4.3.5.4 Common error situations . 31
4.3.5.5 Overview of HTTP error status codes . 33
4.4 Common data types . 35
4.4.1 Structured data types . 35
4.4.1.1 Introduction . 35
4.4.1.2 Type: Object . 35
4.4.1.3 Type: Link . 35
4.4.1.3a Type: NotificationLink . 35
4.4.1.4 Type: KeyValuePairs . 35
4.4.1.5 Type: VnfInstanceSubscriptionFilter . 35
4.4.1.6 Type: VimConnectionInfo . 36
4.4.1.7 Type: ResourceHandle . 37
4.4.1.8 void . 38
4.4.1.9 void . 38
4.4.1.10 Type: VnfExtCpData . 38
4.4.1.10a Type: VnfExtCpConfig . 38
4.4.1.10b Type: CpProtocolData . 39
4.4.1.10c Type: IpOverEthernetAddressData . 39
4.4.1.11 Type: ExtVirtualLinkData . 40
4.4.1.12 Type: ExtManagedVirtualLinkData . 41
4.4.1.13 Type: ApiVersionInformation . 41
4.4.2 Simple data types and enumerations . 42
4.4.2.1 Introduction . 42
ETSI
---------------------- Page: 3 ----------------------
4 ETSI GS NFV-SOL 003 V2.5.1 (2018-09)
4.4.2.2 Simple data types . 42
4.4.2.3 Void . 43
4.5 Authorization of API requests and notifications . 43
4.5.1 Introduction . 43
4.5.2 Flows (informative) . 43
4.5.2.0 General . 43
4.5.2.1 Authorization of API requests using OAuth 2.0 access tokens . 43
4.5.2.1a Authorization of API requests using TLS certificates . 45
4.5.2.2 Authorization of notifications using the HTTP Basic authentication scheme . 46
4.5.2.3 Authorization of notifications using OAuth 2.0 access tokens . 47
4.5.2.4 Authorization of notifications using TLS certificates . 49
4.5.3 Specification . 51
4.5.3.1 Introduction . 51
4.5.3.2 General mechanism . 51
4.5.3.3 Authorizing API requests . 51
4.5.3.4 Authorizing the sending of notifications . 52
4.5.3.5 Client roles . 53
4.5.3.6 Negotiation of the authorization method . 54
4.5.3.6.1 Authorization of API requests . 54
4.5.3.6.2 Authorization of notification requests . 56
4.6 Version management . 57
4.6.1 Version identifiers and parameters . 57
4.6.1.1 Version identifiers . 57
4.6.1.2 Version parameters . 57
4.6.2 Rules for incrementing version identifier fields . 57
4.6.2.1 General . 57
4.6.2.2 Examples of backward and non-backward compatible changes . 58
4.6.3 Version information retrieval . 59
4.6.3.1 General . 59
4.6.3.2 Resource structure and methods . 59
4.6.3.3 Resource: API versions . 60
4.6.3.3.1 Description . 60
4.6.3.3.2 Resource definition . 60
4.6.3.3.3 Resource methods . 60
4.6.4 Version signaling . 61
4.7 Handling of large query results . 62
4.7.1 Description . 62
4.7.2 Specification . 62
4.7.2.1 Alternatives. 62
4.7.2.2 Error response . 62
4.7.2.3 Paged response . 63
5 VNF Lifecycle Management interface . 63
5.1 Description . 63
5.1a API version . 64
5.2 Resource structure and methods . 64
5.3 Sequence diagrams (informative) . 67
5.3.1 Flow of the creation of a VNF instance resource . 67
5.3.2 Flow of the deletion of a VNF instance resource . 68
5.3.3 Flow of VNF lifecycle management operations triggered by task resources . 68
5.3.4 Flow of automatic invocation of VNF scaling and VNF healing . 71
5.3.5 Flow of the Query VNF operation . 73
5.3.6 Flow of the Modify VNF Information operation. 74
5.3.7 Flow of the Get Operation Status operation . 76
5.3.8 Flow of managing subscriptions. 77
5.3.9 Flow of sending notifications . 78
5.3.10 Flow of retrying a VNF lifecycle management operation . 79
5.3.11 Flow of rolling back a VNF lifecycle management operation . 80
5.3.12 Flow of failing a VNF lifecycle management operation . 81
5.3.13 Flow of cancelling a VNF lifecycle management operation . 82
5.4 Resources . 84
5.4.1 Introduction . 84
ETSI
---------------------- Page: 4 ----------------------
5 ETSI GS NFV-SOL 003 V2.5.1 (2018-09)
5.4.1a Resource: API versions . 84
5.4.2 Resource: VNF instances . 85
5.4.2.1 Description . 85
5.4.2.2 Resource definition . 85
5.4.2.3 Resource methods . 85
5.4.2.3.1 POST . 85
5.4.2.3.2 GET . 86
5.4.2.3.3 PUT . 87
5.4.2.3.4 PATCH . 87
5.4.2.3.5 DELETE . 87
5.4.3 Resource: Individual VNF instance . 87
5.4.3.1 Description . 87
5.4.3.2 Resource definition . 88
5.4.3.3 Resource methods . 88
5.4.3.3.1 POST . 88
5.4.3.3.2 GET . 88
5.4.3.3.3 PUT . 88
5.4.3.3.4 PATCH . 89
5.4.3.3.5 DELETE . 90
5.4.4 Resource: Instantiate VNF task . 90
5.4.4.1 Description . 90
5.4.4.2 Resource definition . 90
5.4.4.3 Resource methods . 91
5.4.4.3.1 POST . 91
5.4.4.3.2 GET . 91
5.4.4.3.3 PUT . 91
5.4.4.3.4 PATCH . 91
5.4.4.3.5 DELETE . 92
5.4.5 Resource: Scale VNF task . 92
5.4.5.1 Description . 92
5.4.5.2 Resource definition . 92
5.4.5.3 Resource methods . 92
5.4.5.3.1 POST . 92
5.4.5.3.2 GET . 93
5.4.5.3.3 PUT . 93
5.4.5.3.4 PATCH . 93
5.4.5.3.5 DELETE . 94
5.4.6 Resource: Scale VNF to Level task . 94
5.4.6.1 Description . 94
5.4.6.2 Resource definition . 94
5.4.6.3 Resource methods . 94
5.4.6.3.1 POST . 94
5.4.6.3.2 GET . 95
5.4.6.3.3 PUT . 95
5.4.6.3.4 PATCH . 95
5.4.6.3.5 DELETE . 96
5.4.7 Resource: Change VNF Flavour task . 96
5.4.7.1 Description . 96
5.4.7.2 Resource definition . 96
5.4.7.3 Resource methods . 96
5.4.7.3.1 POST . 96
5.4.7.3.2 GET . 97
5.4.7.3.3 PUT . 97
5.4.7.3.4 PATCH . 98
5.4.7.3.5 DELETE . 98
5.4.8 Resource: Terminate VNF task .
...