Commit eba9aab0 authored by Walter Featherstone's avatar Walter Featherstone
Browse files

Single apostrophe for string. Traffic Filter within TrafficRule changed to array

parents 3d5df733 4c52073b
Loading
Loading
Loading
Loading
+18 −18
Original line number Diff line number Diff line
@@ -156,7 +156,7 @@
      ],
      "get": {
        "description": "This method retrieves information about all the DNS rules associated with a mobile edge application instance.",
        "operationId": "ApplicationsDnsRules.GET",
        "operationId": "ApplicationsDnsRules_GET",
        "produces": [
          "application/json"
        ],
@@ -239,7 +239,7 @@
      ],
      "get": {
        "description": "This method retrieves information about a DNS rule associated with a mobile edge application instance.",
        "operationId": "ApplicationsDnsRule.GET",
        "operationId": "ApplicationsDnsRule_GET",
        "produces": [
          "application/json"
        ],
@@ -307,7 +307,7 @@
      },
      "put": {
        "description": "This method activates, de-activates or updates a traffic rule.",
        "operationId": "ApplicationsDnsRule.PUT",
        "operationId": "ApplicationsDnsRule_PUT",
        "produces": [
          "application/json"
        ],
@@ -398,7 +398,7 @@
      ],
      "get": {
        "description": "The GET method may be used to request information about all subscriptions for this requestor. Upon success, the response contains entity body with all the subscriptions for the requestor.",
        "operationId": "ApplicationsSubscriptions.GET",
        "operationId": "ApplicationsSubscriptions_GET",
        "produces": [
          "application/json"
        ],
@@ -454,7 +454,7 @@
      },
      "post": {
        "description": "The POST method may be used to create a new subscription. One example use case is to create a new subscription to the mobile edge service availability notifications. Upon success, the response contains entity body describing the created subscription.",
        "operationId": "ApplicationsSubscriptions.POST",
        "operationId": "ApplicationsSubscriptions_POST",
        "produces": [
          "application/json"
        ],
@@ -535,7 +535,7 @@
      ],
      "get": {
        "description": "The GET method requests information about a subscription for this requestor. Upon success, the response contains entity body with the subscription for the requestor.",
        "operationId": "ApplicationsSubscription.GET",
        "operationId": "ApplicationsSubscription_GET",
        "produces": [
          "application/json"
        ],
@@ -591,7 +591,7 @@
      },
      "delete": {
        "description": "This method deletes a meMp1Subscription. This method is typically used in \"Unsubscribing from service availability event notifications\" procedure.",
        "operationId": "ApplicationsSubscription.DELETE",
        "operationId": "ApplicationsSubscription_DELETE",
        "produces": [
          "application/json"
        ],
@@ -635,7 +635,7 @@
      ],
      "get": {
        "description": "This method retrieves information about all the traffic rules associated with a mobile edge application instance.",
        "operationId": "ApplicationsTrafficRules.GET",
        "operationId": "ApplicationsTrafficRules_GET",
        "produces": [
          "application/json"
        ],
@@ -736,7 +736,7 @@
      ],
      "get": {
        "description": "This method retrieves information about all the traffic rules associated with a mobile edge application instance.",
        "operationId": "ApplicationsTrafficRule.GET",
        "operationId": "ApplicationsTrafficRule_GET",
        "produces": [
          "application/json"
        ],
@@ -822,7 +822,7 @@
      },
      "put": {
        "description": "This method retrieves information about all the traffic rules associated with a mobile edge application instance.",
        "operationId": "ApplicationsTrafficRules.PUT",
        "operationId": "ApplicationsTrafficRules_PUT",
        "produces": [
          "application/json"
        ],
@@ -926,7 +926,7 @@
    "/services": {
      "get": {
        "description": "This method retrieves information about a list of meService resources. This method is typically used in \"service availability query\" procedure",
        "operationId": "Services.GET",
        "operationId": "Services_GET",
        "produces": [
          "application/json"
        ],
@@ -1041,7 +1041,7 @@
      },
      "post": {
        "description": "This method is used to create a meService resource. This method is typically used in \"service availability update and new service registration\" procedure",
        "operationId": "Services.POST",
        "operationId": "Services_POST",
        "produces": [
          "application/json"
        ],
@@ -1159,7 +1159,7 @@
      ],
      "get": {
        "description": "This method retrieves information about a meService resource. This method is typically used in \"service availability query\" procedure",
        "operationId": "ServicesServiceId.GET",
        "operationId": "ServicesServiceId_GET",
        "produces": [
          "application/json"
        ],
@@ -1258,7 +1258,7 @@
      },
      "put": {
        "description": "This method updates the information about a meService resource",
        "operationId": "ServicesServiceId.PUT",
        "operationId": "ServicesServiceId_PUT",
        "produces": [
          "application/json"
        ],
@@ -1375,7 +1375,7 @@
    "/timing/current_time": {
      "get": {
        "description": "This method retrieves the information of the platform's current time which corresponds to the get platform time procedure",
        "operationId": "TimingCurrentTime.GET",
        "operationId": "TimingCurrentTime_GET",
        "produces": [
          "application/json"
        ],
@@ -1433,7 +1433,7 @@
    "/timing/timing_caps": {
      "get": {
        "description": "This method retrieves the information of the platform's timing capabilities which corresponds to the timing capabilities query",
        "operationId": "TimingCaps.GET",
        "operationId": "TimingCaps_GET",
        "produces": [
          "application/json"
        ],
@@ -1491,7 +1491,7 @@
    "/transports": {
      "get": {
        "description": "This method retrieves information about a list of available transports. This method is typically used by a service-producing application to discover transports provided by the mobile edge platform in the \"transport information query\" procedure",
        "operationId": "Transports.GET",
        "operationId": "Transports_GET",
        "produces": [
          "application/json"
        ],
+258 −90

File changed.

Preview size limit exceeded, changes collapsed.

+2 −2
Original line number Diff line number Diff line
# Mobile Edge Platform Application Enablement API 
# Multi-access Edge Computing (MEC); MEC Platform Application Enablement API 

This repository contains OpenAPIs descriptions for the interfaces specified in ETSI GS MEC 011.

@@ -12,7 +12,7 @@ This repository contains OpenAPIs descriptions for the interfaces specified in E

## ETSI Forge Copyright statement

Copyright (c) ETSI 2018.
Copyright (c) ETSI 2019.

This software is subject to copyrights owned by ETSI. Non-exclusive permission 
is hereby granted, free of charge, to copy, reproduce and amend this file 
+1 −1
Original line number Diff line number Diff line
description: This method retrieves information about a DNS rule associated with a mobile edge application instance. 
operationId: ApplicationsDnsRule.GET
operationId: ApplicationsDnsRule_GET
produces:
- application/json

+1 −1
Original line number Diff line number Diff line
description: This method activates, de-activates or updates a traffic rule. 
operationId: ApplicationsDnsRule.PUT
operationId: ApplicationsDnsRule_PUT
produces:
- application/json
parameters:
Loading