1
- openapi : 3.0.3
1
+ --- openapi: 3.0.3
2
2
info :
3
3
title : Application Endpoint Registration API
4
4
version : 0.1.0
5
5
license :
6
6
name : Apache 2.0
7
7
url : https://www.apache.org/licenses/LICENSE-2.0.html
8
8
description : |
9
- Application endpoint registration allows application developers to
10
- register one or more Application Endpoints, and retrieve, update,and
9
+ Application endpoint registration allows application developers to
10
+ register one or more Application Endpoints, and retrieve, update,and
11
11
delete those egistrations.
12
12
13
- This information can we used for various usecases like optimal end
14
- point discovery to help end users connect to the most most optimal
13
+ This information can we used for various usecases like optimal end
14
+ point discovery to help end users connect to the most most optimal
15
15
instance of the application. Addtionally the information can be used
16
- to also monitor the different instance to take decisions from a lifecycle
16
+ to also monitor the different instance to take decisions from a lifecycle
17
17
mangement perspective.
18
18
19
19
### Authorization and authentication
20
20
21
- The "Camara Security and Interoperability Profile" provides details on
22
- how a client requests an access token. Please refer to Identify and
23
- Consent Management
24
- (https://github.com/camaraproject/IdentityAndConsentManagement/)
21
+ The "Camara Security and Interoperability Profile" provides details on
22
+ how a client requests an access token. Please refer to Identify and
23
+ Consent Management
24
+ (https://github.com/camaraproject/IdentityAndConsentManagement/)
25
25
for the released version of the Profile.
26
26
27
27
Which specific authorization flows are to be used will be determined
28
- during onboarding process, happening between the API Client and the
29
- Telco Operator exposing the API, taking into account the declared
28
+ during onboarding process, happening between the API Client and the
29
+ Telco Operator exposing the API, taking into account the declared
30
30
purpose for accessing the API, while also being subject to the prevailing
31
31
legal framework dictated by local legislation.
32
32
33
- It is important to remark that in cases where personal user data
34
- is processed by the API, and users can exercise their rights through
35
- mechanisms such as opt-in and/or opt-out, the use of 3-legged access
36
- tokens becomes mandatory. This measure ensures that the API remains in
37
- strict compliance with user privacy preferences and regulatory obligations,
33
+ It is important to remark that in cases where personal user data
34
+ is processed by the API, and users can exercise their rights through
35
+ mechanisms such as opt-in and/or opt-out, the use of 3-legged access
36
+ tokens becomes mandatory. This measure ensures that the API remains in
37
+ strict compliance with user privacy preferences and regulatory obligations,
38
38
upholding the principles of transparency and user-centric data control.
39
39
40
40
x-camara-commonalities : 0.4.0
@@ -51,7 +51,8 @@ servers:
51
51
tags :
52
52
- name : Application Endpoint Registration
53
53
description : |
54
- Operations to register, read and manage an deployed instances of the application.
54
+ Operations to register, read and manage an deployed instances of the
55
+ application.
55
56
56
57
paths :
57
58
/application-endpoints :
0 commit comments