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