Commit 4a4e5c96 authored by piscione's avatar piscione
Browse files

Renamed definition file and fixed related references.

parent b1269ed6
Loading
Loading
Loading
Loading
Loading
+24 −50
Original line number Diff line number Diff line
@@ -22,8 +22,7 @@
  "servers": [
    {
      "url": "https://localhost/granting/v1",
      "variables": {
      }
      "variables": {}
    }
  ],
  "tags": [
@@ -41,9 +40,7 @@
        "summary": "requests a grant for a particular application lifecycle operation",
        "description": "requests a grant for a particular application lifecycle operation",
        "operationId": "grantPOST",
        "parameters": [

        ],
        "parameters": [],
        "requestBody": {
          "content": {
            "application/json": {
@@ -57,8 +54,7 @@
        "responses": {
          "201": {
            "description": "grant was created successfully (synchronous mode)",
            "headers": {
            },
            "headers": {},
            "content": {
              "application/json": {
                "schema": {
@@ -69,15 +65,12 @@
          },
          "202": {
            "description": "the request was accepted for processing",
            "headers": {
            },
            "content": {
            }
            "headers": {},
            "content": {}
          },
          "400": {
            "description": "Bad Request : used to indicate that incorrect parameters were passed to the request.",
            "headers": {
            },
            "headers": {},
            "content": {
              "application/json": {
                "schema": {
@@ -88,8 +81,7 @@
          },
          "401": {
            "description": "Unauthorized :  used when the client did not submit credentials.",
            "headers": {
            },
            "headers": {},
            "content": {
              "application/json": {
                "schema": {
@@ -100,8 +92,7 @@
          },
          "403": {
            "description": "Forbidden :  operation is not allowed given the current status of the resource.",
            "headers": {
            },
            "headers": {},
            "content": {
              "application/json": {
                "schema": {
@@ -112,8 +103,7 @@
          },
          "404": {
            "description": "Not Found :  used when a client provided a URI that cannot be mapped to a valid resource URI.",
            "headers": {
            },
            "headers": {},
            "content": {
              "application/json": {
                "schema": {
@@ -124,8 +114,7 @@
          },
          "406": {
            "description": "Not Acceptable : used to indicate that the server cannot provide the any of the content formats supported by the client.",
            "headers": {
            },
            "headers": {},
            "content": {
              "application/json": {
                "schema": {
@@ -136,8 +125,7 @@
          },
          "429": {
            "description": "Too Many Requests : used when a rate limiter has triggered.",
            "headers": {
            },
            "headers": {},
            "content": {
              "application/json": {
                "schema": {
@@ -149,9 +137,7 @@
        },
        "deprecated": false
      },
      "parameters": [

      ]
      "parameters": []
    },
    "/grants/{grantId}": {
      "get": {
@@ -176,8 +162,7 @@
        "responses": {
          "200": {
            "description": "A representation of the \"individual grant\" resource",
            "headers": {
            },
            "headers": {},
            "content": {
              "application/json": {
                "schema": {
@@ -188,15 +173,12 @@
          },
          "202": {
            "description": "returned when the process of creating the grant is ongoing, no grant is available yet",
            "headers": {
            },
            "content": {
            }
            "headers": {},
            "content": {}
          },
          "400": {
            "description": "Bad Request : used to indicate that incorrect parameters were passed to the request.",
            "headers": {
            },
            "headers": {},
            "content": {
              "application/json": {
                "schema": {
@@ -207,8 +189,7 @@
          },
          "401": {
            "description": "Unauthorized :  used when the client did not submit credentials.",
            "headers": {
            },
            "headers": {},
            "content": {
              "application/json": {
                "schema": {
@@ -219,8 +200,7 @@
          },
          "403": {
            "description": "Forbidden :  operation is not allowed given the current status of the resource.",
            "headers": {
            },
            "headers": {},
            "content": {
              "application/json": {
                "schema": {
@@ -231,8 +211,7 @@
          },
          "404": {
            "description": "Not Found :  used when a client provided a URI that cannot be mapped to a valid resource URI.",
            "headers": {
            },
            "headers": {},
            "content": {
              "application/json": {
                "schema": {
@@ -243,8 +222,7 @@
          },
          "406": {
            "description": "Not Acceptable : used to indicate that the server cannot provide the any of the content formats supported by the client.",
            "headers": {
            },
            "headers": {},
            "content": {
              "application/json": {
                "schema": {
@@ -255,8 +233,7 @@
          },
          "429": {
            "description": "Too Many Requests : used when a rate limiter has triggered.",
            "headers": {
            },
            "headers": {},
            "content": {
              "application/json": {
                "schema": {
@@ -268,9 +245,7 @@
        },
        "deprecated": false
      },
      "parameters": [

      ]
      "parameters": []
    }
  },
  "components": {
@@ -929,7 +904,6 @@
    }
  },
  "security": [
    {
    }
    {}
  ]
}
 No newline at end of file
+160 −334

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -1317,7 +1317,7 @@ paths:
        content:
          application/json:
            schema:
              $ref: './MEC010p2_v221_definitions.yaml#/definitions/ConfigPlatformForAppRequest'
              $ref: './MEC010p2_definitions.yaml#/definitions/ConfigPlatformForAppRequest'
      responses:
        '202':
          description: The request was accepted for processing, but it is possible that the processing is not yet completed
+203 −404

File changed.

Preview size limit exceeded, changes collapsed.

+11 −11
Original line number Diff line number Diff line
@@ -1611,7 +1611,7 @@ components:
        appDNSRule:
          type: array
          items:
            $ref: './MEC010p2_v221_definitions.yaml#/definitions/DNSRuleDescriptor'
            $ref: './MEC010p2_definitions.yaml#/definitions/DNSRuleDescriptor'
          description: Describes DNS rules the MEC application requires.
        appDVersion:
          type: string
@@ -1627,18 +1627,18 @@ components:
        appFeatureOptional:
          type: array
          items:
            $ref: './MEC010p2_v221_definitions.yaml#/definitions/FeatureDependency'
            $ref: './MEC010p2_definitions.yaml#/definitions/FeatureDependency'
          description: Describes features a MEC application may use if available.
        appFeatureRequired:
          type: array
          items:
            $ref: './MEC010p2_v221_definitions.yaml#/definitions/FeatureDependency'
            $ref: './MEC010p2_definitions.yaml#/definitions/FeatureDependency'
          description: Describes features a MEC application requires to run.
        appInfoName:
          type: string
          description: Human readable name for the MEC application.
        appLatency:
          $ref: './MEC010p2_v221_definitions.yaml#/definitions/LatencyDescriptor'
          $ref: './MEC010p2_definitions.yaml#/definitions/LatencyDescriptor'
        appName:
          type: string
          description: Name to identify the MEC application.
@@ -1648,17 +1648,17 @@ components:
        appServiceOptional:
          type: array
          items:
            $ref: './MEC010p2_v221_definitions.yaml#/definitions/ServiceDependency'
            $ref: './MEC010p2_definitions.yaml#/definitions/ServiceDependency'
          description: Describes services a MEC application may use if available.
        appServiceProduced:
          type: array
          items:
            $ref: './MEC010p2_v221_definitions.yaml#/definitions/ServiceDescriptor'
            $ref: './MEC010p2_definitions.yaml#/definitions/ServiceDescriptor'
          description: Describes services a MEC application is able to produce to the platform or other MEC applications. Only relevant for service-producing apps.
        appServiceRequired:
          type: array
          items:
            $ref: './MEC010p2_v221_definitions.yaml#/definitions/ServiceDependency'
            $ref: './MEC010p2_definitions.yaml#/definitions/ServiceDependency'
          description: Describes services a MEC application requires to run.
        appSoftVersion:
          type: string
@@ -1666,7 +1666,7 @@ components:
        appTrafficRule:
          type: array
          items:
            $ref: './MEC010p2_v221_definitions.yaml#/definitions/TrafficRuleDescriptor'
            $ref: './MEC010p2_definitions.yaml#/definitions/TrafficRuleDescriptor'
          description: Describes traffic rules the MEC application requires.
        changeAppInstanceStateOpConfig:
          type: string
@@ -1685,7 +1685,7 @@ components:
        transportDependencies:
          type: array
          items:
            $ref: './MEC010p2_v221_definitions.yaml#/definitions/TransportDependency'
            $ref: './MEC010p2_definitions.yaml#/definitions/TransportDependency'
          description: Transports, if any, that this application requires to be provided by the platform. These transports will be used by the application to deliver services provided by this application. Only relevant for service-producing apps. See note 2.
        virtualComputeDescriptor:
          description: Describes CPU and memory requirements, as well as optional additional requirements, such as disk and acceleration related capabilities, of the virtualisation container used to realize this MEC application.
@@ -1697,9 +1697,9 @@ components:
            type: string
          description: Defines descriptors of virtual storage resources to be used by the MEC application.
        userContextTransferCapability:
          $ref: './MEC010p2_v221_definitions.yaml#/definitions/UserContextTransferCapability'
          $ref: './MEC010p2_definitions.yaml#/definitions/UserContextTransferCapability'
        appNetworkPolicy:
          $ref: './MEC010p2_v221_definitions.yaml#/definitions/AppNetworkPolicy'
          $ref: './MEC010p2_definitions.yaml#/definitions/AppNetworkPolicy'
    
    AppExternalCpd:
      title: AppExternalCpd
Loading