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