Commit ebd3cf5b authored by Kevin Di Lallo's avatar Kevin Di Lallo Committed by GitHub Enterprise
Browse files

Merge pull request #32 from wbu-tep/sp_dev_update_dev9

yaml updates
parents ae70858b 416c6ed0
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -3,7 +3,7 @@ info:
  title: "ETSI GS MEC 021 Application Mobility Service API"
  title: "ETSI GS MEC 021 Application Mobility Service API"
  version: 2.1.1
  version: 2.1.1
  description: 'ETSI GS MEC 021 Application Mobility Service API described using OpenAPI.
  description: 'ETSI GS MEC 021 Application Mobility Service API described using OpenAPI.
  <p>**Note**<br>MEC Sandbox supports all AMS API endpoints; complete details on AMS API can be found on [ETSI Forge](https://www.etsi.org/deliver/etsi_gs/MEC/001_099/021/02.01.01_60/gs_mec021v020101p.pdf)'
  <p>**Note**<br>MEC Sandbox supports a selected subset of AMS API endpoints; complete details on AMS API can be found on [ETSI Forge](https://www.etsi.org/deliver/etsi_gs/MEC/001_099/021/02.01.01_60/gs_mec021v020101p.pdf)'
  license:
  license:
    name: BSD-3-Clause
    name: BSD-3-Clause
    url: 'https://forge.etsi.org/legal-matters'  
    url: 'https://forge.etsi.org/legal-matters'  
@@ -94,7 +94,7 @@ paths:
              $ref: '#/components/schemas/RegistrationInfo'    
              $ref: '#/components/schemas/RegistrationInfo'    
            example:
            example:
              deviceInformation:
              deviceInformation:
                - appMobilityServiceLevel: 1
                - appMobilityServiceLevel: 3
                  associateId:
                  associateId:
                    type: 1
                    type: 1
                    value: '10.100.0.3'
                    value: '10.100.0.3'
@@ -168,7 +168,7 @@ paths:
            example:
            example:
              appMobilityServiceId: "appMobilityServiceId"
              appMobilityServiceId: "appMobilityServiceId"
              deviceInformation:
              deviceInformation:
                - appMobilityServiceLevel: 1
                - appMobilityServiceLevel: 3
                  associateId:
                  associateId:
                    type: 1
                    type: 1
                    value: '10.100.0.3'
                    value: '10.100.0.3'
@@ -225,7 +225,7 @@ paths:
      required: true  
      required: true  
    post:
    post:
      tags:
      tags:
        - 'amsi'
        - 'unsupported'
      summary: ' deregister the individual application mobility service'
      summary: ' deregister the individual application mobility service'
      description: ' deregister the individual application mobility service'
      description: ' deregister the individual application mobility service'
      operationId: app_mobility_service_derPOST
      operationId: app_mobility_service_derPOST
+1 −1
Original line number Original line Diff line number Diff line
@@ -1048,7 +1048,7 @@ components:
            $ref: '#/components/schemas/AppTerminationNotificationSubscription'
            $ref: '#/components/schemas/AppTerminationNotificationSubscription'
          example:
          example:
            subscriptionType: 'AppTerminationNotificationSubscription'
            subscriptionType: 'AppTerminationNotificationSubscription'
            callbackReference: 'https://my.callback.com/sandboxname/mep1/rni/v2/'
            callbackReference: 'https://my.callback.com/my.app.endpoint'
            appInstanceId: 'myAppInstanceId'
            appInstanceId: 'myAppInstanceId'
      description: >-
      description: >-
        Entity body in the request contains a subscription to the MEC
        Entity body in the request contains a subscription to the MEC
+11 −16
Original line number Original line Diff line number Diff line
@@ -458,7 +458,6 @@ components:
      required:
      required:
        - subscriptionType
        - subscriptionType
        - callbackReference
        - callbackReference
        - _links
      properties:
      properties:
        subscriptionType:
        subscriptionType:
          description: Shall be set to SerAvailabilityNotificationSubscription.
          description: Shall be set to SerAvailabilityNotificationSubscription.
@@ -700,10 +699,9 @@ components:
          version: '2.0'
          version: '2.0'
          endpoint:
          endpoint:
            uris:
            uris:
              - 'https://my.callback.com/sandboxname/mep1/rni/v2/'
              - 'https://my.callback.com/sandboxname/rni/v2/'
        serializer: 'JSON'
        serializer: 'JSON'
        scopeOfLocality: 'MEC_SYSTEM'
        scopeOfLocality: 'MEC_SYSTEM'
        isLocal: true
    Subscription:
    Subscription:
      description: A link to the related subscription
      description: A link to the related subscription
      type: object
      type: object
@@ -1029,6 +1027,8 @@ components:
            $ref: '#/components/schemas/SerAvailabilityNotificationSubscription'
            $ref: '#/components/schemas/SerAvailabilityNotificationSubscription'
          example:
          example:
            subscriptionType: 'SerAvailabilityNotificationSubscription'
            subscriptionType: 'SerAvailabilityNotificationSubscription'
            callbackReference: "http://my.callback.com/mec_service_mgmt_ser_availabilities/some-id" 
            filterCriteria:
              serNames: 
              serNames: 
                - 'myRnis'
                - 'myRnis'
              states:
              states:
@@ -1054,7 +1054,6 @@ components:
          schema:
          schema:
            $ref: '#/components/schemas/ServiceInfoPost'
            $ref: '#/components/schemas/ServiceInfoPost'
          example:
          example:
            serInstanceId: 'rnisInstance1'
            serName: 'myRnis'
            serName: 'myRnis'
            serCategory:
            serCategory:
              href: 'catItem1'
              href: 'catItem1'
@@ -1072,10 +1071,9 @@ components:
              version: '2.0'
              version: '2.0'
              endpoint:
              endpoint:
                uris:
                uris:
                  - 'https://my.callback.com/sandboxname/mep1/rni/v2/'
                  - 'https://my.callback.com/sandboxname/rni/v2/'
            serializer: 'JSON'
            serializer: 'JSON'
            scopeOfLocality: 'MEC_SYSTEM'
            scopeOfLocality: 'MEC_SYSTEM'
            isLocal: true
      description: >-
      description: >-
        New ServiceInfo with updated "state" is included as entity body of the
        New ServiceInfo with updated "state" is included as entity body of the
        request
        request
@@ -1179,9 +1177,6 @@ components:
          version: '2.0'
          version: '2.0'
          endpoint:
          endpoint:
            uris:
            uris:
              - 'https://my.callback.com/sandboxname/mep1/rni/v2/'
              - 'https://my.callback.com/sandboxname/rni/v2/'
        serializer: 'JSON'
        serializer: 'JSON'
        scopeOfLocality: 'MEC_SYSTEM'
        scopeOfLocality: 'MEC_SYSTEM'
        isLocal: true