Commits (2)
......@@ -9,9 +9,17 @@ info:
license:
name: BSD-3-Clause
url: 'https://forge.etsi.org/legal-matters'
contact:
email: cti_support@etsi.org
externalDocs:
description: ETSI GS MEC012 Radio Network Information API, V2.1.1
url: 'https://www.etsi.org/deliver/etsi_gs/MEC/001_099/012/02.01.01_60/gs_mec012v020101p.pdf'
tags:
- name: layer2_meas
- name: plmn_info
- name: rabInfo
- name: s1_bearer_info
- name: subscriptions
paths:
/queries/rab_info:
x-etsi-ref: 7.3.2
......@@ -20,6 +28,8 @@ paths:
Gets information on existing E-RABs that are associated with a specific
mobile edge application instance
operationId: rab_infoGET
tags:
- rabInfo
x-etsi-ref: 7.3.3.1
parameters:
- $ref: '#/components/parameters/Query.AppInsId'
......@@ -133,6 +143,8 @@ paths:
description: >-
Gets the information on Mobile Network(s).
operationId: plmn_infoGET
tags:
- plmn_info
x-etsi-ref: 7.4.3.1
parameters:
- $ref: '#/components/parameters/Query.AppInsIdArr'
......@@ -219,6 +231,8 @@ paths:
Gets information on existing E-RABs that are associated with a specific
mobile edge application instance. Queries information about the S1 bearer(s).
operationId: s1_bearer_infoGET
tags:
- s1_bearer_info
x-etsi-ref: 7.5.3.1
parameters:
- $ref: '#/components/parameters/Query.TempUeId'
......@@ -348,6 +362,8 @@ paths:
Gets information on existing E-RABs that are associated with a specific
mobile edge application instance. Queries information about the S1 bearer(s).
operationId: layer2_meas_infoGET
tags:
- layer2_meas
x-etsi-ref: 7.5a.3.1
parameters:
- $ref: '#/components/parameters/Query.AppInsId'
......@@ -502,7 +518,7 @@ paths:
ProblemDetails:
$ref: '#/components/schemas/ProblemDetails'
x-swagger-router-controller: Default
/subscriptions/:
/subscriptions:
x-etsi-ref: 7.6.2
get:
description: >-
......@@ -511,6 +527,8 @@ paths:
with the list of links to the subscriptions that are present for the
requestor.
operationId: SubscriptionLinkList_subscriptionsGET
tags:
- subscriptions
x-etsi-ref: 7.6.3.1
parameters:
- name: subscription_type
......@@ -616,6 +634,8 @@ paths:
Information notifications. Upon success, the response contains entity
body describing the created subscription.
operationId: SubscriptionLinkList_subscriptionsPOST
tags:
- subscriptions
x-etsi-ref: 7.6.3.4
requestBody:
description: >-
......@@ -731,6 +751,8 @@ paths:
Upon success, the response contains entity body with the data type describing
the subscription.
operationId: IndividualSubscription_subscriptionsGET
tags:
- subscriptions
x-etsi-ref: 7.8.3.1
parameters:
- $ref: '#/components/parameters/Path.subscrId'
......@@ -808,6 +830,8 @@ paths:
this case has "replace" semantics. Upon successful operation, the target resource
is updated with new Data Type received within the message body of the PUT request.
operationId: IndividualSubscription_subscriptionsPUT
tags:
- subscriptions
x-etsi-ref: 7.8.3.2
parameters:
- $ref: '#/components/parameters/Path.subscrId'
......@@ -912,6 +936,9 @@ paths:
delete:
description: Method to delete a subscription
operationId: CellChange_subscriptionsSubscrIdDELETE
tags:
- subscriptions
x-etsi-ref: 7.8.3.5
parameters:
- $ref: '#/components/parameters/Path.subscrId'
responses:
......