Loading src/SOL021/IntentManagement/IntentManagement.yaml +23 −23 Original line number Diff line number Diff line Loading @@ -24,7 +24,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 @@ -32,19 +32,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 @@ -53,14 +53,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 @@ -69,11 +69,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 @@ -81,7 +81,7 @@ paths: content: application/json: schema: $ref: "./components/SOL021_params.yaml#/components/schemas/IntentModifications" $ref: "../components/SOL021_params.yaml#/components/schemas/IntentModifications" required: true responses: "200": Loading @@ -89,19 +89,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" "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: "204": description: Successful deletion of the intent. "404": $ref: "./responses/SOL021_resp.yaml#/responses/404" $ref: "../responses/SOL021_resp.yaml#/responses/404" Loading
src/SOL021/IntentManagement/IntentManagement.yaml +23 −23 Original line number Diff line number Diff line Loading @@ -24,7 +24,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 @@ -32,19 +32,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 @@ -53,14 +53,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 @@ -69,11 +69,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 @@ -81,7 +81,7 @@ paths: content: application/json: schema: $ref: "./components/SOL021_params.yaml#/components/schemas/IntentModifications" $ref: "../components/SOL021_params.yaml#/components/schemas/IntentModifications" required: true responses: "200": Loading @@ -89,19 +89,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" "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: "204": description: Successful deletion of the intent. "404": $ref: "./responses/SOL021_resp.yaml#/responses/404" $ref: "../responses/SOL021_resp.yaml#/responses/404"