ETSI GS MEC 009-2017 Mobile Edge Computing (MEC) General principles for Mobile Edge Service APIs (V1 1 1).pdf
《ETSI GS MEC 009-2017 Mobile Edge Computing (MEC) General principles for Mobile Edge Service APIs (V1 1 1).pdf》由会员分享,可在线阅读,更多相关《ETSI GS MEC 009-2017 Mobile Edge Computing (MEC) General principles for Mobile Edge Service APIs (V1 1 1).pdf(55页珍藏版)》请在麦多课文档分享上搜索。
1、 ETSI GS MEC 009 V1.1.1 (2017-07) Mobile Edge Computing (MEC); General principles for Mobile Edge Service APIs Disclaimer The present document has been produced and approved by the Mobile Edge Computing (MEC) ETSI Industry Specification Group (ISG) and represents the views of those members who parti
2、cipated in this ISG. It does not necessarily represent the views of the entire ETSI membership. GROUP SPECIFICATION ETSI ETSI GS MEC 009 V1.1.1 (2017-07) 2 Reference DGS/MEC-0009ApiPrinciples Keywords API, MEC ETSI 650 Route des Lucioles F-06921 Sophia Antipolis Cedex - FRANCE Tel.: +33 4 92 94 42 0
3、0 Fax: +33 4 93 65 47 16 Siret N 348 623 562 00017 - NAF 742 C Association but non lucratif enregistre la Sous-Prfecture de Grasse (06) N 7803/88 Important notice The present document can be downloaded from: http:/www.etsi.org/standards-search The present document may be made available in electronic
4、 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 documen
5、t 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
6、 available at https:/portal.etsi.org/TB/ETSIDeliverableStatus.aspx If you find errors in the present document, please send your comment to one of the following services: https:/portal.etsi.org/People/CommiteeSupportStaff.aspx Copyright Notification No part may be reproduced or utilized in any form o
7、r 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
8、 media. ETSI 2017. All rights reserved. DECTTM, PLUGTESTSTM, UMTSTMand the ETSI logo are Trade Marks of ETSI registered for the benefit of its Members. 3GPPTM and LTE are Trade Marks of ETSI registered for the benefit of its Members and of the 3GPP Organizational Partners. oneM2M logo is protected f
9、or the benefit of its Members GSM and the GSM logo are Trade Marks registered and owned by the GSM Association. ETSI ETSI GS MEC 009 V1.1.1 (2017-07) 3 Contents Intellectual Property Rights 6g3Foreword . 6g3Modal verbs terminology 6g31 Scope 7g32 References 7g32.1 Normative references . 7g32.2 Infor
10、mative references 8g33 Definitions and abbreviations . 9g33.1 Definitions 9g33.2 Abbreviations . 9g34 Design principles for developing RESTful mobile edge service APIs 10g34.1 REST implementation levels 10g34.2 General principles. 10g34.3 Entry point of a RESTful mobile edge service API . 10g34.4 AP
11、I security and privacy considerations 11g35 Documenting RESTful mobile edge service APIs . 11g35.1 RESTful mobile edge service API template . 11g35.2 Conventions for names . 11g35.2.1 Case conventions 11g35.2.2 Conventions for URI parts 12g35.2.2.1 Introduction . 12g35.2.2.2 Path segment naming conv
12、entions 12g35.2.2.3 Query naming conventions . 13g35.2.3 Conventions for names in data structures . 13g35.3 Provision of an OpenAPI definition . 13g36 Patterns of RESTful mobile edge service APIs 13g36.1 Introduction . 13.g36.2 Pattern: Name syntax 14g36.2.1 Description 14g36.2.2 Names in payload bo
13、dies 14g36.2.3 Names in URIs 14g36.3 Pattern: Resource identification . 14g36.3.1 Description 14g36.3.2 Resource definition(s) and HTTP methods . 14g36.4 Pattern: Resource representations and content format negotiation . 15g36.4.1 Description 15g36.4.2 Resource definition(s) and HTTP methods . 15g36
14、.4.3 Resource representation(s) 15g36.4.4 HTTP headers . 15g36.4.5 Response codes and error handling . 16g36.5 Pattern: Resource creation 16g36.5.1 Description 16g36.5.2 Resource definition(s) and HTTP methods . 16g36.5.3 Resource representation(s) 17g36.5.4 HTTP headers . 17g36.5.5 Response codes a
15、nd error handling . 17g36.6 Pattern: Reading a resource 17g36.6.1 Description 17g36.6.2 Resource definition(s) and HTTP methods . 17g36.6.3 Resource representation(s) 17g36.6.4 HTTP headers . 17g36.6.5 Response codes and error handling . 17g36.7 Pattern: Queries on a resource 18g3ETSI ETSI GS MEC 00
16、9 V1.1.1 (2017-07) 4 6.7.1 Description 18g36.7.2 Resource definition(s) and HTTP methods . 18g36.7.3 Resource representation(s) 18g36.7.4 HTTP headers . 18g36.7.5 Response codes and error handling . 18g36.8 Pattern: Updating a resource (PUT) . 19g36.8.1 Description 19g36.8.2 Resource definition(s) a
17、nd HTTP methods . 20g36.8.3 Resource representation(s) 20g36.8.4 HTTP headers . 20g36.8.5 Response codes and error handling . 20g36.9 Pattern: Updating a resource (PATCH) 21g36.9.1 Description 21g36.9.2 Resource definition(s) and HTTP methods . 22g36.9.3 Resource representation(s) 22g36.9.4 HTTP hea
18、ders . 22g36.9.5 Response codes and error handling . 22g36.10 Pattern: Deleting a resource 23g36.10.1 Description 23g36.10.2 Resource definition(s) and HTTP methods . 23g36.10.3 Resource representation(s) 23g36.10.4 HTTP headers . 23g36.10.5 Response codes and error handling . 24g36.11 Pattern: Task
19、 resources . 24g36.11.1 Description 24g36.11.2 Resource definition(s) and HTTP methods . 24g36.11.3 Resource representation(s) 24g36.11.4 HTTP headers . 24g36.11.5 Response codes and error handling . 25g36.12 Pattern: REST-based subscribe/notify 25g36.12.1 Description 25g36.12.2 Resource definition(
20、s) and HTTP methods . 27g36.12.3 Resource representation(s) 27g36.12.4 HTTP headers . 27g36.12.5 Response codes and error handling . 27g36.13 Pattern: Asynchronous operations 28g36.13.1 Description 28g36.13.2 Resource definition(s) and HTTP methods . 29g36.13.3 Resource representation(s) 29g36.13.4
21、HTTP headers . 30g36.13.5 Response codes and error handling . 30g36.14 Pattern: Links (HATEOAS) . 30g36.14.1 Description 30g36.14.2 Resource definition(s) and HTTP methods . 30g36.14.3 Resource representation(s) 30g36.14.4 HTTP headers . 31g36.14.5 Response codes and error handling . 32g36.15 Patter
22、n: Error responses 32g36.15.1 Description 32g36.15.2 Resource definition(s) and HTTP methods . 32g36.15.3 Resource representation(s) 32g36.15.4 HTTP headers . 33g36.15.5 Response codes and error handling . 33g36.16 Pattern: Authorization of access to a RESTful mobile edge service API using OAuth 2.0
23、 33g36.16.1 Description 33g36.16.2 Resource definition(s) and HTTP methods . 36g36.16.3 Resource representation(s) 36g36.16.4 HTTP headers . 36g36.16.5 Response codes and error handling . 37g36.16.6 Discovery of the parameters needed for exchanges with the token endpoint . 37g36.16.7 Scope values .
24、37g3ETSI ETSI GS MEC 009 V1.1.1 (2017-07) 5 7 Alternative transport mechanisms 37g37.1 Description . 37g37.2 Relationship of topics, subscriptions and access rights 38g37.3 Serializers . 40g37.4 Authorization of access to a service over alternative transports using TLS credentials . 40g3Annex A (inf
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
10000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- ETSIGSMEC0092017MOBILEEDGECOMPUTINGMECGENERALPRINCIPLESFORMOBILEEDGESERVICEAPISV111PDF

链接地址:http://www.mydoc123.com/p-733286.html