Loading src/SOL021/IntentManagement/IntentManagement.yaml +22 −22 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ paths: content: application/json: schema: $ref: '../components/SOL021_params.yaml#/components/schemas/Intent' $ref: ../components/SOL021_params.yaml#/components/schemas/Intent required: true responses: '201': Loading @@ -35,19 +35,19 @@ paths: content: application/json: schema: $ref: '../components/SOL021_params.yaml#/components/schemas/Intent' $ref: ../components/SOL021_params.yaml#/components/schemas/Intent '400': $ref: '../responses/SOL021_resp.yaml#/responses/400' $ref: ../responses/SOL021_resp.yaml#/responses/400 '404': $ref: '../responses/SOL021_resp.yaml#/responses/404' $ref: ../responses/SOL021_resp.yaml#/responses/404 get: description: The GET method queries information about multiple NFV intents. parameters: - $ref: '../components/SOL021_params.yaml#/components/parameters/Filter' - $ref: '../components/SOL021_params.yaml#/components/parameters/AllFields' - $ref: '../components/SOL021_params.yaml#/components/parameters/Fields' - $ref: '../components/SOL021_params.yaml#/components/parameters/ExcludeFields' - $ref: '../components/SOL021_params.yaml#/components/parameters/NextPage' - $ref: ../components/SOL021_params.yaml#/components/parameters/Filter - $ref: ../components/SOL021_params.yaml#/components/parameters/AllFields - $ref: ../components/SOL021_params.yaml#/components/parameters/Fields - $ref: ../components/SOL021_params.yaml#/components/parameters/ExcludeFields - $ref: ../components/SOL021_params.yaml#/components/parameters/NextPage responses: '200': description: Successful query of the intents. Loading @@ -56,14 +56,14 @@ paths: schema: type: array items: $ref: '../components/SOL021_params.yaml#/components/schemas/Intent' $ref: ../components/SOL021_params.yaml#/components/schemas/Intent '400': $ref: '../responses/SOL021_resp.yaml#/responses/400' $ref: ../responses/SOL021_resp.yaml#/responses/400 '404': $ref: '../responses/SOL021_resp.yaml#/responses/404' $ref: ../responses/SOL021_resp.yaml#/responses/404 "/intents/{intentId}": parameters: - $ref: '../components/SOL021_params.yaml#/components/parameters/IntentId' - $ref: ../components/SOL021_params.yaml#/components/parameters/IntentId get: description: The GET method queries information about an NFV intent. responses: Loading @@ -72,11 +72,11 @@ paths: content: application/json: schema: $ref: '../components/SOL021_params.yaml#/components/schemas/Intent' $ref: ../components/SOL021_params.yaml#/components/schemas/Intent '400': $ref: '../responses/SOL021_resp.yaml#/responses/400' $ref: ../responses/SOL021_resp.yaml#/responses/400 '404': $ref: '../responses/SOL021_resp.yaml#/responses/404' $ref: ../responses/SOL021_resp.yaml#/responses/404 patch: description: The PATCH method modifies an intent. requestBody: Loading @@ -84,7 +84,7 @@ paths: content: application/json: schema: $ref: '../components/SOL021_params.yaml#/components/schemas/Intent' $ref: ../components/SOL021_params.yaml#/components/schemas/Intent required: true responses: '200': Loading @@ -92,15 +92,15 @@ paths: content: application/json: schema: $ref: '../components/SOL021_params.yaml#/components/schemas/Intent' $ref: ../components/SOL021_params.yaml#/components/schemas/Intent '400': $ref: '../responses/SOL021_resp.yaml#/responses/400' $ref: ../responses/SOL021_resp.yaml#/responses/400 '404': $ref: '../responses/SOL021_resp.yaml#/responses/404' $ref: ../responses/SOL021_resp.yaml#/responses/404 '412': $ref: '../responses/SOL021_resp.yaml#/responses/412' $ref: ../responses/SOL021_resp.yaml#/responses/412 '422': $ref: '../responses/SOL021_resp.yaml#/responses/422' $ref: ../responses/SOL021_resp.yaml#/responses/422 delete: description: The DELETE method deletes an individual intent. responses: Loading Loading
src/SOL021/IntentManagement/IntentManagement.yaml +22 −22 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ paths: content: application/json: schema: $ref: '../components/SOL021_params.yaml#/components/schemas/Intent' $ref: ../components/SOL021_params.yaml#/components/schemas/Intent required: true responses: '201': Loading @@ -35,19 +35,19 @@ paths: content: application/json: schema: $ref: '../components/SOL021_params.yaml#/components/schemas/Intent' $ref: ../components/SOL021_params.yaml#/components/schemas/Intent '400': $ref: '../responses/SOL021_resp.yaml#/responses/400' $ref: ../responses/SOL021_resp.yaml#/responses/400 '404': $ref: '../responses/SOL021_resp.yaml#/responses/404' $ref: ../responses/SOL021_resp.yaml#/responses/404 get: description: The GET method queries information about multiple NFV intents. parameters: - $ref: '../components/SOL021_params.yaml#/components/parameters/Filter' - $ref: '../components/SOL021_params.yaml#/components/parameters/AllFields' - $ref: '../components/SOL021_params.yaml#/components/parameters/Fields' - $ref: '../components/SOL021_params.yaml#/components/parameters/ExcludeFields' - $ref: '../components/SOL021_params.yaml#/components/parameters/NextPage' - $ref: ../components/SOL021_params.yaml#/components/parameters/Filter - $ref: ../components/SOL021_params.yaml#/components/parameters/AllFields - $ref: ../components/SOL021_params.yaml#/components/parameters/Fields - $ref: ../components/SOL021_params.yaml#/components/parameters/ExcludeFields - $ref: ../components/SOL021_params.yaml#/components/parameters/NextPage responses: '200': description: Successful query of the intents. Loading @@ -56,14 +56,14 @@ paths: schema: type: array items: $ref: '../components/SOL021_params.yaml#/components/schemas/Intent' $ref: ../components/SOL021_params.yaml#/components/schemas/Intent '400': $ref: '../responses/SOL021_resp.yaml#/responses/400' $ref: ../responses/SOL021_resp.yaml#/responses/400 '404': $ref: '../responses/SOL021_resp.yaml#/responses/404' $ref: ../responses/SOL021_resp.yaml#/responses/404 "/intents/{intentId}": parameters: - $ref: '../components/SOL021_params.yaml#/components/parameters/IntentId' - $ref: ../components/SOL021_params.yaml#/components/parameters/IntentId get: description: The GET method queries information about an NFV intent. responses: Loading @@ -72,11 +72,11 @@ paths: content: application/json: schema: $ref: '../components/SOL021_params.yaml#/components/schemas/Intent' $ref: ../components/SOL021_params.yaml#/components/schemas/Intent '400': $ref: '../responses/SOL021_resp.yaml#/responses/400' $ref: ../responses/SOL021_resp.yaml#/responses/400 '404': $ref: '../responses/SOL021_resp.yaml#/responses/404' $ref: ../responses/SOL021_resp.yaml#/responses/404 patch: description: The PATCH method modifies an intent. requestBody: Loading @@ -84,7 +84,7 @@ paths: content: application/json: schema: $ref: '../components/SOL021_params.yaml#/components/schemas/Intent' $ref: ../components/SOL021_params.yaml#/components/schemas/Intent required: true responses: '200': Loading @@ -92,15 +92,15 @@ paths: content: application/json: schema: $ref: '../components/SOL021_params.yaml#/components/schemas/Intent' $ref: ../components/SOL021_params.yaml#/components/schemas/Intent '400': $ref: '../responses/SOL021_resp.yaml#/responses/400' $ref: ../responses/SOL021_resp.yaml#/responses/400 '404': $ref: '../responses/SOL021_resp.yaml#/responses/404' $ref: ../responses/SOL021_resp.yaml#/responses/404 '412': $ref: '../responses/SOL021_resp.yaml#/responses/412' $ref: ../responses/SOL021_resp.yaml#/responses/412 '422': $ref: '../responses/SOL021_resp.yaml#/responses/422' $ref: ../responses/SOL021_resp.yaml#/responses/422 delete: description: The DELETE method deletes an individual intent. responses: Loading