Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
MEC - Multi-access Edge Computing
Location API
Commits
af639506
Commit
af639506
authored
Oct 24, 2020
by
Michel Roy
Browse files
added v2.1.1 draft version
parent
6bafe099
Pipeline
#4990
failed with stage
in 0 seconds
Changes
105
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
parameters/Body.ZonalTrafficSubscription.yaml
deleted
100644 → 0
View file @
6bafe099
name
:
zonalTrafficSubscription
in
:
body
description
:
Zonal Traffic Subscription
required
:
true
schema
:
$ref
:
'
#/definitions/ZonalTrafficSubscription'
\ No newline at end of file
parameters/Body.ZoneStatusSubscription.yaml
deleted
100644 → 0
View file @
6bafe099
name
:
zoneStatusSubscription
in
:
body
description
:
Zone Status Subscription
required
:
true
schema
:
$ref
:
'
#/definitions/ZoneStatusSubscription'
\ No newline at end of file
parameters/Path.AccessPointId.yaml
deleted
100644 → 0
View file @
6bafe099
name
:
accessPointId
in
:
path
description
:
Access Point ID
required
:
true
type
:
string
\ No newline at end of file
parameters/Path.SubscriptionId.yaml
deleted
100644 → 0
View file @
6bafe099
name
:
subscriptionId
in
:
path
description
:
Subscription ID
required
:
true
type
:
string
\ No newline at end of file
parameters/Path.UserId.yaml
deleted
100644 → 0
View file @
6bafe099
name
:
userId
in
:
path
description
:
User ID
required
:
true
type
:
string
\ No newline at end of file
parameters/Path.ZoneId.yaml
deleted
100644 → 0
View file @
6bafe099
name
:
zoneId
in
:
path
description
:
Zone ID
required
:
true
type
:
string
\ No newline at end of file
parameters/Query.AccessPointId.yaml
deleted
100644 → 0
View file @
6bafe099
name
:
accessPointId
in
:
query
description
:
>-
Identifier of access point, reference "definitions" for string format
required
:
false
type
:
string
\ No newline at end of file
parameters/Query.InterestRealm.yaml
deleted
100644 → 0
View file @
6bafe099
name
:
interestRealm
in
:
query
description
:
Interest realm of access point (e.g. geographical area, a type of industry etc.).
required
:
false
type
:
string
\ No newline at end of file
parameters/Query.ZoneId.yaml
deleted
100644 → 0
View file @
6bafe099
name
:
zoneId
in
:
query
description
:
Zone ID
required
:
true
type
:
string
\ No newline at end of file
parameters/index.yaml
deleted
100644 → 0
View file @
6bafe099
Body.UserTrackingSubscription
:
$ref
:
./Body.UserTrackingSubscription.yaml
Body.ZonalTrafficSubscription
:
$ref
:
./Body.ZonalTrafficSubscription.yaml
Body.ZoneStatusSubscription
:
$ref
:
./Body.ZoneStatusSubscription.yaml
Path.AccessPointId
:
$ref
:
./Path.AccessPointId.yaml
Path.SubscriptionId
:
$ref
:
./Path.SubscriptionId.yaml
Path.UserId
:
$ref
:
./Path.UserId.yaml
Path.ZoneId
:
$ref
:
./Path.ZoneId.yaml
Query.AccessPointId
:
$ref
:
./Query.AccessPointId.yaml
Query.InterestRealm
:
$ref
:
./Query.InterestRealm.yaml
Query.ZoneId
:
$ref
:
./Query.ZoneId.yaml
paths/SubsUserTrack.yaml
deleted
100644 → 0
View file @
6bafe099
get
:
$ref
:
./SubsUserTrack_Get.yaml
post
:
$ref
:
./SubsUserTrack_Post.yaml
\ No newline at end of file
paths/SubsUserTrackId.yaml
deleted
100644 → 0
View file @
6bafe099
parameters
:
-
$ref
:
'
#/parameters/Path.SubscriptionId'
get
:
$ref
:
./SubsUserTrackId_Get.yaml
put
:
$ref
:
./SubsUserTrackId_Put.yaml
delete
:
$ref
:
./SubsUserTrackId_Del.yaml
\ No newline at end of file
paths/SubsUserTrackId_Del.yaml
deleted
100644 → 0
View file @
6bafe099
tags
:
-
subscriptions
operationId
:
userTrackingSubDelById
description
:
This operation is used for retrieving an individual subscription to user tracking change notification.
produces
:
-
application/json
responses
:
204
:
description
:
No Content
\ No newline at end of file
paths/SubsUserTrackId_Get.yaml
deleted
100644 → 0
View file @
6bafe099
tags
:
-
subscriptions
operationId
:
userTrackingSubGetById
description
:
This operation is used for retrieving an individual subscription to user tracking change notification.
produces
:
-
application/json
responses
:
200
:
description
:
Response to retrieve individual user tracking subscription
schema
:
properties
:
userTrackingSubscription
:
$ref
:
'
#/definitions/UserTrackingSubscription'
examples
:
application/json
:
$ref
:
'
../examples/UserTrackingSubscription.json'
\ No newline at end of file
paths/SubsUserTrackId_Put.yaml
deleted
100644 → 0
View file @
6bafe099
tags
:
-
subscriptions
operationId
:
userTrackingSubPutById
description
:
This operation is used for updating an individual subscription to user tracking change notification.
produces
:
-
application/json
parameters
:
-
$ref
:
'
#/parameters/Body.UserTrackingSubscription'
responses
:
200
:
description
:
Response to update individual user tracking subscription
schema
:
properties
:
userTrackingSubscription
:
$ref
:
'
#/definitions/UserTrackingSubscription'
examples
:
application/json
:
$ref
:
'
../examples/UserTrackingSubscription.json'
\ No newline at end of file
paths/SubsUserTrack_Get.yaml
deleted
100644 → 0
View file @
6bafe099
tags
:
-
subscriptions
operationId
:
userTrackingSubGet
description
:
This operation is used for retrieving all active subscriptions to user tracking change notifications.
produces
:
-
application/json
responses
:
200
:
description
:
Response to retrieve user tracking subscriptions
schema
:
type
:
object
properties
:
notificationSubscriptionList
:
type
:
object
properties
:
userTrackingSubscription
:
type
:
array
items
:
$ref
:
'
#/definitions/UserTrackingSubscription'
resourceURL
:
$ref
:
'
#/definitions/ResourceURL'
examples
:
application/json
:
$ref
:
'
../examples/NotiSubsListUserTrac.json'
\ No newline at end of file
paths/SubsUserTrack_Post.yaml
deleted
100644 → 0
View file @
6bafe099
tags
:
-
subscriptions
operationId
:
userTrackingSubPost
description
:
This operation is used for creating a new subscription to user tracking change notification
produces
:
-
application/json
parameters
:
-
$ref
:
'
#/parameters/Body.UserTrackingSubscription'
responses
:
201
:
description
:
Response to create new user tracking subscription
schema
:
properties
:
userTrackingSubscription
:
$ref
:
'
#/definitions/UserTrackingSubscription'
examples
:
application/json
:
$ref
:
'
../examples/UserTrackingSubscription.json'
paths/SubsZonalTraf.yaml
deleted
100644 → 0
View file @
6bafe099
get
:
$ref
:
./SubsZonalTraf_Get.yaml
post
:
$ref
:
./SubsZonalTraf_Post.yaml
\ No newline at end of file
paths/SubsZonalTrafId.yaml
deleted
100644 → 0
View file @
6bafe099
parameters
:
-
$ref
:
'
#/parameters/Path.SubscriptionId'
get
:
$ref
:
./SubsZonalTrafId_Get.yaml
put
:
$ref
:
./SubsZonalTrafId_Put.yaml
delete
:
$ref
:
./SubsZonalTrafId_Del.yaml
\ No newline at end of file
paths/SubsZonalTrafId_Del.yaml
deleted
100644 → 0
View file @
6bafe099
tags
:
-
subscriptions
operationId
:
zonalTrafficSubDelById
description
:
This operation is used for cancelling a subscription and stopping corresponding notifications.
produces
:
-
application/json
responses
:
204
:
description
:
No content
\ No newline at end of file
Prev
1
2
3
4
5
6
Next
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