Commit 40fa3534 authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

added missing parameters

parent 1173ab2a
Loading
Loading
Loading
Loading
Loading
+46 −0
Original line number Original line Diff line number Diff line
@@ -190,6 +190,8 @@ paths:
        "504":
        "504":
          $ref: ../components/SOL009_resp.yaml#/components/responses/504
          $ref: ../components/SOL009_resp.yaml#/components/responses/504
  /mano_entity/mano_interfaces/{manoServiceInterfaceId}:
  /mano_entity/mano_interfaces/{manoServiceInterfaceId}:
    parameters:
      - $ref: "#/components/parameters/manoServiceInterfaceId"
    get:
    get:
      description: >
      description: >
        retrieves information about an NFV-MANO service interface of the 
        retrieves information about an NFV-MANO service interface of the 
@@ -271,6 +273,8 @@ paths:
          $ref: ../components/SOL009_resp.yaml#/components/responses/504
          $ref: ../components/SOL009_resp.yaml#/components/responses/504


  /mano_entity/mano_interfaces/{manoServiceInterfaceId}/change_state:
  /mano_entity/mano_interfaces/{manoServiceInterfaceId}/change_state:
    parameters:
      - $ref: "#/components/parameters/manoServiceInterfaceId"
    post:
    post:
      description: >
      description: >
        Requests to change the state of the NFV-MANO service interface 
        Requests to change the state of the NFV-MANO service interface 
@@ -390,6 +394,8 @@ paths:
          $ref: ../components/SOL009_resp.yaml#/components/responses/504
          $ref: ../components/SOL009_resp.yaml#/components/responses/504


  /subscriptions/{subscriptionId}:
  /subscriptions/{subscriptionId}:
    parameters:
      - $ref: "#/components/parameters/subscriptionId"
    get:
    get:
      description: >
      description: >
        Retrieves information about a subscription by reading an "Individual 
        Retrieves information about a subscription by reading an "Individual 
@@ -504,6 +510,8 @@ paths:
          $ref: ../components/SOL009_resp.yaml#/components/responses/504
          $ref: ../components/SOL009_resp.yaml#/components/responses/504


  /change_state_ops/{changeStateOpOccId}:
  /change_state_ops/{changeStateOpOccId}:
    parameters:
      - $ref: "#/components/parameters/changeStateOpOccId"
    get:
    get:
      description: >
      description: >
        The API consumer can use the GET method to retrieve status 
        The API consumer can use the GET method to retrieve status 
@@ -623,6 +631,8 @@ paths:
          $ref: ../components/SOL009_resp.yaml#/components/responses/504
          $ref: ../components/SOL009_resp.yaml#/components/responses/504
  
  
  /peer_entities/{peerEntityId}:
  /peer_entities/{peerEntityId}:
    parameters:
      - $ref: "#/components/parameters/peerEntityId"
    get:
    get:
      description: >
      description: >
        Retrieves information and configuration hold in the producer NFV-MANO 
        Retrieves information and configuration hold in the producer NFV-MANO 
@@ -2785,6 +2795,42 @@ components:
      schema:
      schema:
        type: string
        type: string


    manoServiceInterfaceId:
      name: manoServiceInterfaceId
      in: path
      description: >-
        Identifier of the MANO service interface.
      required: true
      schema:
        $ref: '../components/SOL009_schemas.yaml#/components/schemas/Identifier'

    subscriptionId:
      name: subscriptionId
      in: path
      description: >-
        Identifier of the subscription
      required: true
      schema:
        $ref: '../components/SOL009_schemas.yaml#/components/schemas/Identifier'

    changeStateOpOccId:
      name: changeStateOpOccId
      in: path
      description: >-
        Identifier of the change state operation occurrence
      required: true
      schema:
        $ref: '../components/SOL009_schemas.yaml#/components/schemas/Identifier'

    peerEntityId:
      name: peerEntityId
      in: path
      description: >-
        Identifier of the peer entity
      required: true
      schema:
        $ref: '../components/SOL009_schemas.yaml#/components/schemas/Identifier'

  requestBodies:
  requestBodies:
    ModifyManoEntityRequest:
    ModifyManoEntityRequest:
      description: >
      description: >
+46 −1
Original line number Original line Diff line number Diff line
@@ -106,6 +106,8 @@ paths:
          $ref: ../components/SOL009_resp.yaml#/components/responses/504
          $ref: ../components/SOL009_resp.yaml#/components/responses/504


  /pm_jobs/{pmJobId}:
  /pm_jobs/{pmJobId}:
    parameters:
      - $ref: "#/components/parameters/pmJobId"
    get:
    get:
      description: >
      description: >
        The client can use this method for reading an individual PM job. 
        The client can use this method for reading an individual PM job. 
@@ -168,6 +170,9 @@ paths:
          $ref: ../components/SOL009_resp.yaml#/components/responses/504
          $ref: ../components/SOL009_resp.yaml#/components/responses/504
  
  
  /pm_jobs/{pmJobId}/reports/{reportId}:
  /pm_jobs/{pmJobId}/reports/{reportId}:
    parameters:
      - $ref: "#/components/parameters/pmJobId"
      - $ref: "#/components/parameters/reportId"
    get:
    get:
      description: >
      description: >
        The client can use this method for reading an individual 
        The client can use this method for reading an individual 
@@ -267,6 +272,8 @@ paths:
          $ref: ../components/SOL009_resp.yaml#/components/responses/504
          $ref: ../components/SOL009_resp.yaml#/components/responses/504
    
    
  /thresholds/{thresholdId}:
  /thresholds/{thresholdId}:
    parameters:
      - $ref: "#/components/parameters/thresholdId"
    get:
    get:
      description: >
      description: >
        The client can use this method for reading an individual threshold 
        The client can use this method for reading an individual threshold 
@@ -398,6 +405,8 @@ paths:
          $ref: ../components/SOL009_resp.yaml#/components/responses/504
          $ref: ../components/SOL009_resp.yaml#/components/responses/504


  /subscriptions/{subscriptionId}:
  /subscriptions/{subscriptionId}:
    parameters:
      - $ref: "#/components/parameters/subscriptionId"
    get:
    get:
      description: >
      description: >
        The client can use this method for reading an individual subscription 
        The client can use this method for reading an individual subscription 
@@ -1775,6 +1784,42 @@ components:
      schema:
      schema:
        type: string
        type: string


    subscriptionId:
      name: subscriptionId
      in: path
      description: >-
        Identifier of the subscription
      required: true
      schema:
        $ref: '../components/SOL009_schemas.yaml#/components/schemas/Identifier'

    pmJobId:
      name: pmJobId
      in: path
      description: >-
        Identifier of the PM Job
      required: true
      schema:
        $ref: '../components/SOL009_schemas.yaml#/components/schemas/Identifier'

    reportId:
      name: reportId
      in: path
      description: >-
        Identifier of the PM report
      required: true
      schema:
        $ref: '../components/SOL009_schemas.yaml#/components/schemas/Identifier'

    thresholdId:
      name: thresholdId
      in: path
      description: >-
        Identifier of the PM threshold
      required: true
      schema:
        $ref: '../components/SOL009_schemas.yaml#/components/schemas/Identifier'

  requestBodies:
  requestBodies:
    CreatePMJobRequest:
    CreatePMJobRequest:
      description: >
      description: >