Commit 6ed1af64 authored by Muhammad Hamza's avatar Muhammad Hamza
Browse files

fix minor issues in AppPkgMgmt API

parent c518dcfa
Loading
Loading
Loading
Loading
+24 −24
Original line number Diff line number Diff line
@@ -48,7 +48,6 @@ paths:
              schema:
                $ref: '#/components/schemas/AppPkgInfo'
                description: The response body shall contain a representation of the application package resource
                contentMediaType: application/json
        '400':
          $ref: '#/components/responses/400'
        '401':
@@ -115,7 +114,6 @@ paths:
                items:
                  $ref: '#/components/schemas/AppPkgInfo'
                description: 'Indicate the success of request. The response  message content shall contain a list of representations of the "individual application package" resources that match the attribute filter'
                contentMediaType: application/json
        '400':
          $ref: '#/components/responses/400'
        '401':
@@ -155,7 +153,6 @@ paths:
                schema:
                  $ref: '#/components/schemas/AppPkgInfo'
                  description: The response body shall contain a representation of the application package resource
                  contentMediaType: application/json
          '400':
            $ref: '#/components/responses/400'
          '401':
@@ -222,7 +219,6 @@ paths:
                  items:
                    $ref: '#/components/schemas/AppPkgInfo'
                  description:  Indicate the success of request. The response body message content shall contain a list of representations of the "individual application package" resources that match the attribute filter.
                  contentMediaType: application/json
          '400':
            $ref: '#/components/responses/400'
          '401':
@@ -830,11 +826,6 @@ paths:
        style: simple
        schema:
          type: string
      requestBody:
        description: ''
        content:
          application/zip: {}
        required: false
      responses:
        '202':
          description: The application package has been accepted for uploading, but the processing has not been completed.
@@ -905,11 +896,6 @@ paths:
        style: simple
        schema:
          type: string
      requestBody:
        description: ''
        content:
          application/zip: {}
        required: false
      responses:
        '202':
          description: The application package has been accepted for uploading, but the processing has not been completed.
@@ -1335,8 +1321,11 @@ components:
          items:
            $ref: '#/components/schemas/RequestedAdditionalCapabilityData'
        computeRequirements:
          description: Not specified.
          type: array
          description: Not Specified.
          items:
            type: string
            format: not-specified
        virtualMemory:
          $ref: '#/components/schemas/VirtualMemoryData'
        virtualCpu:
@@ -1540,10 +1529,15 @@ components:
          description: Identifies this set of logical node requirements
        logicalNodeRequirementDetail:
          type: array
          description:  The logical node-level compute, memory and I/O requirements. An array of key-value pairs that articulate the deployment requirements. 
                        This could include the number of CPU cores on this logical node, a memory configuration specific to a logical node (e.g. such as available in the Linux kernel 
                        via the libnuma library) or a requirement related to the association of an I/O device with the logical node. 
    
          description: > 
            The logical node-level compute, memory and I/O requirements. An array of key-value pairs
            that articulate the deployment requirements. This could include the number of CPU cores on
            this logical node, a memory configuration specific to a logical node (e.g. such as available
            in the Linux kernel  via the libnuma library) or a requirement related to the association of
            an I/O device with the logical node. 
          items:
            type: string
            format: not-specified
    AppExternalCpd:
      title: AppExternalCpd
      type: object
@@ -1673,11 +1667,17 @@ components:
          type: string
          description: The singleton signing certificate if it is included as a file in the AppD archive.
        softwareImages:
          type: array
          description: Information of application software image in application package. Type is TBD. See note 1.
        additionalArtifacts:
          type: array
          items:
            type: string
            format: not-specified
        additionalArtifacts:
          description: Additional information of application package artifacts that are not application software images. Type is TBD. See note 2.
          type: array
          items:
            type: string
            format: not-specified
        onboardingState:
          $ref: '#/components/schemas/OnboardingState'
        operationalState:
@@ -2030,7 +2030,7 @@ components:
        status:
          type: integer
          description: The HTTP status code for this occurrence of the problem
          contentEncoding: int32
          format: int32
        title:
          type: string
          description: A short, human-readable summary of the problem type
@@ -2048,11 +2048,11 @@ components:
        nanoSeconds:
          type: integer
          description: The nanoseconds part of the Time. Time is defined as Unix-time since January 1, 1970, 00:00:00 UTC.
          contentEncoding: int32
          format: int32
        seconds:
          type: integer
          description: The seconds part of the Time. Time is defined as Unix-time since January 1, 1970, 00:00:00 UTC.
          contentEncoding: int32
          format: int32

    OperationalState:
      title: OperationalState