@@ -90,30 +90,30 @@ info:
90
90
Before starting to use the TI API, the developer needs to know about the
91
91
below specified details:\
92
92
\
93
- **Base-Url**
93
+ **Base-Url: **
94
94
The RESTful TI API endpoint, for example
95
95
[**https://tim-api.developer.tim.it/trafficinfluence**](https://tim-api.\
96
96
developer.tim.it/trafficinfluence)\
97
97
\
98
- **TrafficInfluence**
98
+ **TrafficInfluence: **
99
99
This object represents the resource that carries the requirements from the
100
100
user to be implemented. The TI API is invoked for the life cycle management
101
101
of this resource (CRUD). The resource contains the intents from the TI API
102
102
Consumer. Managing this resource, the developer can specify in which
103
103
geographical location the routing must be applied, toward which application,
104
104
maybe for a specific set of users or for a limited period of time.\
105
105
\
106
- **trafficInfluenceID**
106
+ **trafficInfluenceID: **
107
107
Identifier for the Traffic Influence resource. This parameter is returned
108
108
by the TI API and must be used to update it (e.g., adding a Device or
109
109
deleting it). A different Traffic Influence resource must be created for
110
110
any Device or Zone or Region. All these resources are related to an
111
111
Application identified by "appId".\
112
112
\
113
- **apiConsumerId**
113
+ **apiConsumerId: **
114
114
Unique identifier for the TI API Consumer.\
115
115
\
116
- **region**
116
+ **region: **
117
117
The developer can specify in which geographical area he requires the fastest
118
118
routing toward the nearest application instance. A "region" is a wide
119
119
geographical area and it contains one or more "zones". A "zone" is where the
@@ -125,7 +125,7 @@ info:
125
125
"trafficInfluenceID"). All the created resources are aggregated by the
126
126
Application (identified by "appId").\
127
127
\
128
- **zone**
128
+ **zone: **
129
129
The developer can specify in which geographical area he requires the fastest
130
130
routing toward the nearest Application instance. A "zone" is a smaller
131
131
geographical area inside a "region". A "zone" is where the Edge Cloud Zone
@@ -281,6 +281,7 @@ info:
281
281
- Updated documentation to better specify how to identify a Device
282
282
- Updated the Device parameter according to CAMARA_common.yaml
283
283
- change API name in YAML
284
+ - introduced sourceTrafficFilters and modified trafficFilters into destinationTrafficFilters
284
285
license :
285
286
name : Apache 2.0
286
287
url : https://www.apache.org/licenses/LICENSE-2.0.html
0 commit comments