diff --git a/server/api/openapi.yaml b/server/api/openapi.yaml index 6e716e0..9e4cf3d 100644 --- a/server/api/openapi.yaml +++ b/server/api/openapi.yaml @@ -68,7 +68,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/v1_bequeathyourdataanddie_body' + $ref: "#/components/schemas/v1_bequeathyourdataanddie_body" required: true responses: "204": @@ -143,7 +143,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored service requests headers: @@ -170,7 +170,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored service requests headers: @@ -197,7 +197,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored service requests headers: @@ -224,7 +224,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored service requests headers: @@ -251,7 +251,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "502": description: Response in case the server is acting as a gateway or proxy and received an invalid response from the upstream server (device or application @@ -259,7 +259,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_502' + $ref: "#/components/schemas/inline_response_502" "531": description: Response in case the server is acting as a gateway or proxy and was unable to authenticate at the upstream server (device or application @@ -267,7 +267,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_531' + $ref: "#/components/schemas/inline_response_531" "532": description: Response in case the server is acting as a gateway or proxy and was unable to connect to the upstream server (device or application @@ -275,7 +275,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_532' + $ref: "#/components/schemas/inline_response_532" default: description: Response in case of errored service requests headers: @@ -302,7 +302,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" callbacks: PromptForBequeathingDataCausesRequestForBroadcastingInfoAboutServerReplacement: url: @@ -486,7 +486,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored service requests headers: @@ -513,7 +513,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored service requests headers: @@ -540,7 +540,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored service requests headers: @@ -567,7 +567,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored service requests headers: @@ -594,7 +594,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored service requests headers: @@ -621,7 +621,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" PromptForBequeathingDataCausesRequestForDeregisteringOfOldRelease: url: post: @@ -769,7 +769,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored service requests headers: @@ -796,7 +796,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored service requests headers: @@ -823,7 +823,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored service requests headers: @@ -850,7 +850,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored service requests headers: @@ -877,7 +877,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored service requests headers: @@ -904,7 +904,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" PromptingNewReleaseForUpdatingServerCausesRequestForBroadcastingInfoAboutBackwardCompatibleUpdateOfOperation: url: description: | @@ -1064,7 +1064,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored service requests headers: @@ -1091,7 +1091,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored service requests headers: @@ -1118,7 +1118,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored service requests headers: @@ -1145,7 +1145,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored service requests headers: @@ -1172,7 +1172,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored service requests headers: @@ -1199,7 +1199,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - apiKeyAuth: [] x-swagger-router-controller: IndividualServices @@ -1231,7 +1231,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_200' + $ref: "#/components/schemas/inline_response_200" example: mount-name-list: - "305251234" @@ -1262,7 +1262,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored service requests headers: @@ -1289,7 +1289,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored service requests headers: @@ -1316,7 +1316,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored service requests headers: @@ -1343,7 +1343,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored service requests headers: @@ -1370,7 +1370,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "502": description: Response in case the server is acting as a gateway or proxy and received an invalid response from the upstream server (device or application @@ -1378,7 +1378,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_502' + $ref: "#/components/schemas/inline_response_502" "531": description: Response in case the server is acting as a gateway or proxy and was unable to authenticate at the upstream server (device or application @@ -1386,7 +1386,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_531' + $ref: "#/components/schemas/inline_response_531" "532": description: Response in case the server is acting as a gateway or proxy and was unable to connect to the upstream server (device or application @@ -1394,7 +1394,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_532' + $ref: "#/components/schemas/inline_response_532" default: description: Response in case of errored service requests headers: @@ -1421,7 +1421,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" callbacks: PromptForProvidingListOfConnectedDeviceCausesReadingMwdiDeviceList: URL: @@ -1569,7 +1569,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored service requests headers: @@ -1596,7 +1596,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored service requests headers: @@ -1623,7 +1623,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored service requests headers: @@ -1650,7 +1650,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored service requests headers: @@ -1677,7 +1677,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "502": description: Response in case the server is acting as a gateway or proxy and received an invalid response from the upstream server @@ -1685,7 +1685,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_502' + $ref: "#/components/schemas/inline_response_502" "531": description: Response in case the server is acting as a gateway or proxy and was unable to authenticate at the upstream server @@ -1693,7 +1693,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_531' + $ref: "#/components/schemas/inline_response_531" "532": description: Response in case the server is acting as a gateway or proxy and was unable to connect to the upstream server (device @@ -1701,7 +1701,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_532' + $ref: "#/components/schemas/inline_response_532" default: description: Response in case of errored service requests headers: @@ -1728,7 +1728,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: IndividualServices @@ -1742,7 +1742,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/v1_provideinventoryofdevice_body' + $ref: "#/components/schemas/v1_provideinventoryofdevice_body" required: true responses: "200": @@ -1766,7 +1766,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_200_1' + $ref: "#/components/schemas/inline_response_200_1" example: core-model-1-4:control-construct: - profile-collection: @@ -2163,7 +2163,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored service requests headers: @@ -2190,7 +2190,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored service requests headers: @@ -2217,7 +2217,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored service requests headers: @@ -2244,7 +2244,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored service requests headers: @@ -2271,7 +2271,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "502": description: Response in case the server is acting as a gateway or proxy and received an invalid response from the upstream server (device or application @@ -2279,7 +2279,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_502' + $ref: "#/components/schemas/inline_response_502" "531": description: Response in case the server is acting as a gateway or proxy and was unable to authenticate at the upstream server (device or application @@ -2287,7 +2287,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_531' + $ref: "#/components/schemas/inline_response_531" "532": description: Response in case the server is acting as a gateway or proxy and was unable to connect to the upstream server (device or application @@ -2295,7 +2295,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_532' + $ref: "#/components/schemas/inline_response_532" default: description: Response in case of errored service requests headers: @@ -2322,7 +2322,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" callbacks: RequestForProvidingInventoryDataOfDeviceCausesFilteredRequestToMwdi: URL: @@ -2445,7 +2445,7 @@ paths: core-model-1-4:control-construct: type: array items: - $ref: '#/components/schemas/FILTERED_CONTROL_CONSTRUCT' + $ref: "#/components/schemas/FILTERED_CONTROL_CONSTRUCT" "400": description: Response in case of errored service requests headers: @@ -2472,7 +2472,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored service requests headers: @@ -2499,7 +2499,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored service requests headers: @@ -2526,7 +2526,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored service requests headers: @@ -2553,7 +2553,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored service requests headers: @@ -2580,7 +2580,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "502": description: Response in case the server is acting as a gateway or proxy and received an invalid response from the upstream server @@ -2588,7 +2588,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_502' + $ref: "#/components/schemas/inline_response_502" "531": description: Response in case the server is acting as a gateway or proxy and was unable to authenticate at the upstream server @@ -2596,7 +2596,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_531' + $ref: "#/components/schemas/inline_response_531" "532": description: Response in case the server is acting as a gateway or proxy and was unable to connect to the upstream server (device @@ -2604,7 +2604,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_532' + $ref: "#/components/schemas/inline_response_532" default: description: Response in case of errored service requests headers: @@ -2631,7 +2631,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: IndividualServices @@ -2700,7 +2700,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/v1_registeryourself_body' + $ref: "#/components/schemas/v1_registeryourself_body" example: registry-office-application: ApplicationForRegistering registry-office-application-release-number: 43.3.4 @@ -2790,7 +2790,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored service requests headers: @@ -2817,7 +2817,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored service requests headers: @@ -2844,7 +2844,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored service requests headers: @@ -2871,7 +2871,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored service requests headers: @@ -2898,7 +2898,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored service requests headers: @@ -2925,7 +2925,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" callbacks: PromptForRegisteringCausesRegistrationRequest2: url: @@ -3140,7 +3140,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored service requests headers: @@ -3167,7 +3167,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored service requests headers: @@ -3194,7 +3194,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored service requests headers: @@ -3221,7 +3221,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored service requests headers: @@ -3248,7 +3248,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" PromptForRegisteringCausesRegistrationRequest: url: description: | @@ -3453,7 +3453,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored service requests headers: @@ -3480,7 +3480,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored service requests headers: @@ -3507,7 +3507,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored service requests headers: @@ -3534,7 +3534,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored service requests headers: @@ -3561,7 +3561,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - apiKeyAuth: [] x-swagger-router-controller: BasicServices @@ -3628,7 +3628,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/v1_embedyourself_body' + $ref: "#/components/schemas/v1_embedyourself_body" required: true responses: "204": @@ -3703,7 +3703,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored service requests headers: @@ -3730,7 +3730,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored service requests headers: @@ -3757,7 +3757,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored service requests headers: @@ -3784,7 +3784,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored service requests headers: @@ -3811,7 +3811,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored service requests headers: @@ -3838,7 +3838,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" callbacks: PromptForEmbeddingCausesRequestForBequeathingData: url: @@ -4013,7 +4013,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored service requests headers: @@ -4040,7 +4040,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored service requests headers: @@ -4067,7 +4067,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored service requests headers: @@ -4094,7 +4094,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored service requests headers: @@ -4121,7 +4121,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored service requests headers: @@ -4148,7 +4148,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - apiKeyAuth: [] x-swagger-router-controller: BasicServices @@ -4215,7 +4215,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/v1_redirectservicerequestinformation_body' + $ref: "#/components/schemas/v1_redirectservicerequestinformation_body" required: true responses: "204": @@ -4291,7 +4291,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored service requests headers: @@ -4318,7 +4318,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored service requests headers: @@ -4345,7 +4345,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored service requests headers: @@ -4372,7 +4372,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored service requests headers: @@ -4399,7 +4399,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored service requests headers: @@ -4426,7 +4426,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" callbacks: ServiceRequestCausesLoggingRequest: url: @@ -4632,7 +4632,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored service requests headers: @@ -4659,7 +4659,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored service requests headers: @@ -4686,7 +4686,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored service requests headers: @@ -4713,7 +4713,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored service requests headers: @@ -4740,7 +4740,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored service requests headers: @@ -4767,7 +4767,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - apiKeyAuth: [] x-swagger-router-controller: BasicServices @@ -4834,7 +4834,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/v1_redirectoamrequestinformation_body' + $ref: "#/components/schemas/v1_redirectoamrequestinformation_body" required: true responses: "204": @@ -4909,7 +4909,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored service requests headers: @@ -4936,7 +4936,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored service requests headers: @@ -4963,7 +4963,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored service requests headers: @@ -4990,7 +4990,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored service requests headers: @@ -5017,7 +5017,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored service requests headers: @@ -5044,7 +5044,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" callbacks: OamRequestCausesLoggingRequest: url: @@ -5223,7 +5223,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored service requests headers: @@ -5250,7 +5250,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored service requests headers: @@ -5277,7 +5277,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored service requests headers: @@ -5304,7 +5304,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored service requests headers: @@ -5331,7 +5331,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored service requests headers: @@ -5358,7 +5358,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - apiKeyAuth: [] x-swagger-router-controller: BasicServices @@ -5425,7 +5425,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/v1_endsubscription_body' + $ref: "#/components/schemas/v1_endsubscription_body" required: true responses: "204": @@ -5500,7 +5500,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored service requests headers: @@ -5527,7 +5527,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored service requests headers: @@ -5554,7 +5554,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored service requests headers: @@ -5581,7 +5581,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored service requests headers: @@ -5608,7 +5608,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored service requests headers: @@ -5635,7 +5635,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - apiKeyAuth: [] x-swagger-router-controller: BasicServices @@ -5704,7 +5704,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/v1_inquireoamrequestapprovals_body' + $ref: "#/components/schemas/v1_inquireoamrequestapprovals_body" required: true responses: "204": @@ -5779,7 +5779,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored service requests headers: @@ -5806,7 +5806,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored service requests headers: @@ -5833,7 +5833,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored service requests headers: @@ -5860,7 +5860,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored service requests headers: @@ -5887,7 +5887,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored service requests headers: @@ -5914,7 +5914,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" callbacks: BasicAuthRequestCausesInquiryForAuthentication: url: @@ -6102,7 +6102,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored service requests headers: @@ -6129,7 +6129,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored service requests headers: @@ -6156,7 +6156,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored service requests headers: @@ -6183,7 +6183,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored service requests headers: @@ -6210,7 +6210,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored service requests headers: @@ -6237,7 +6237,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - apiKeyAuth: [] x-swagger-router-controller: BasicServices @@ -6306,7 +6306,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/v1_updateclient_body' + $ref: "#/components/schemas/v1_updateclient_body" required: true responses: "204": @@ -6381,7 +6381,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored service requests headers: @@ -6408,7 +6408,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored service requests headers: @@ -6435,7 +6435,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored service requests headers: @@ -6462,7 +6462,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored service requests headers: @@ -6489,7 +6489,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored service requests headers: @@ -6516,7 +6516,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - apiKeyAuth: [] x-swagger-router-controller: BasicServices @@ -6629,7 +6629,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_200_2' + $ref: "#/components/schemas/inline_response_200_2" "400": description: Response in case of errored service requests headers: @@ -6656,7 +6656,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored service requests headers: @@ -6683,7 +6683,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored service requests headers: @@ -6710,7 +6710,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored service requests headers: @@ -6737,7 +6737,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored service requests headers: @@ -6764,7 +6764,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored service requests headers: @@ -6791,7 +6791,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - apiKeyAuth: [] x-swagger-router-controller: BasicServices @@ -6859,7 +6859,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/v1_redirecttopologychangeinformation_body' + $ref: "#/components/schemas/v1_redirecttopologychangeinformation_body" required: true responses: "200": @@ -6912,7 +6912,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_200_3' + $ref: "#/components/schemas/inline_response_200_3" "400": description: Response in case of errored service requests headers: @@ -6939,7 +6939,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored service requests headers: @@ -6966,7 +6966,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored service requests headers: @@ -6993,7 +6993,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored service requests headers: @@ -7020,7 +7020,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored service requests headers: @@ -7047,7 +7047,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored service requests headers: @@ -7074,7 +7074,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" callbacks: ServiceRequestCausesLtpUpdateRequest: url: @@ -7139,7 +7139,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/logicalTerminationPoint' + $ref: "#/components/schemas/logicalTerminationPoint" required: true responses: "204": @@ -7213,7 +7213,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored service requests headers: @@ -7240,7 +7240,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored service requests headers: @@ -7267,7 +7267,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored service requests headers: @@ -7294,7 +7294,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored service requests headers: @@ -7321,7 +7321,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored service requests headers: @@ -7348,7 +7348,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" ServiceRequestCausesLtpDeletionRequest: url: description: To be activated whenever a service request causes an LTP @@ -7491,7 +7491,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored service requests headers: @@ -7518,7 +7518,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored service requests headers: @@ -7545,7 +7545,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored service requests headers: @@ -7572,7 +7572,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored service requests headers: @@ -7599,7 +7599,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored service requests headers: @@ -7626,7 +7626,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" ServiceRequestCausesFcUpdateRequest: url: description: To be activated whenever a service request causes the creation @@ -7798,7 +7798,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored service requests headers: @@ -7825,7 +7825,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored service requests headers: @@ -7852,7 +7852,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored service requests headers: @@ -7879,7 +7879,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored service requests headers: @@ -7906,7 +7906,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored service requests headers: @@ -7933,7 +7933,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" ServiceRequestCausesFcPortUpdateRequest: url: description: To be activated whenever a service request causes an FC port @@ -8090,7 +8090,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored service requests headers: @@ -8117,7 +8117,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored service requests headers: @@ -8144,7 +8144,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored service requests headers: @@ -8171,7 +8171,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored service requests headers: @@ -8198,7 +8198,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored service requests headers: @@ -8225,7 +8225,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" ServiceRequestCausesFcPortDeletionRequest: url: description: To be activated whenever a service request causes an FC port @@ -8371,7 +8371,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored service requests headers: @@ -8398,7 +8398,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored service requests headers: @@ -8425,7 +8425,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored service requests headers: @@ -8452,7 +8452,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored service requests headers: @@ -8479,7 +8479,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored service requests headers: @@ -8506,7 +8506,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" OamRequestCausesLtpUpdateRequest: url: description: To be activated whenever an OaM request causes the creation @@ -8570,7 +8570,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/logicalTerminationPoint' + $ref: "#/components/schemas/logicalTerminationPoint" required: true responses: "204": @@ -8644,7 +8644,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored service requests headers: @@ -8671,7 +8671,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored service requests headers: @@ -8698,7 +8698,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored service requests headers: @@ -8725,7 +8725,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored service requests headers: @@ -8752,7 +8752,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored service requests headers: @@ -8779,7 +8779,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" OamRequestCausesLtpDeletionRequest: url: description: To be activated whenever an OaM request causes an LTP being @@ -8922,7 +8922,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored service requests headers: @@ -8949,7 +8949,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored service requests headers: @@ -8976,7 +8976,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored service requests headers: @@ -9003,7 +9003,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored service requests headers: @@ -9030,7 +9030,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored service requests headers: @@ -9057,7 +9057,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" OamRequestCausesFcUpdateRequest: url: description: To be activated whenever an OaM request causes the creation @@ -9229,7 +9229,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored service requests headers: @@ -9256,7 +9256,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored service requests headers: @@ -9283,7 +9283,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored service requests headers: @@ -9310,7 +9310,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored service requests headers: @@ -9337,7 +9337,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored service requests headers: @@ -9364,7 +9364,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" OamRequestCausesFcPortUpdateRequest: url: description: To be activated whenever an OaM request causes an FC port @@ -9525,7 +9525,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored service requests headers: @@ -9552,7 +9552,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored service requests headers: @@ -9579,7 +9579,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored service requests headers: @@ -9606,7 +9606,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored service requests headers: @@ -9633,7 +9633,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored service requests headers: @@ -9660,7 +9660,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" OamRequestCausesFcPortDeletionRequest: url: description: To be activated whenever an OaM request causes an FC port @@ -9806,7 +9806,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored service requests headers: @@ -9833,7 +9833,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored service requests headers: @@ -9860,7 +9860,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored service requests headers: @@ -9887,7 +9887,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored service requests headers: @@ -9914,7 +9914,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored service requests headers: @@ -9941,7 +9941,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - apiKeyAuth: [] x-swagger-router-controller: BasicServices @@ -10008,7 +10008,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/v1_updateoperationkey_body' + $ref: "#/components/schemas/v1_updateoperationkey_body" required: true responses: "204": @@ -10083,7 +10083,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored service requests headers: @@ -10110,7 +10110,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored service requests headers: @@ -10137,7 +10137,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored service requests headers: @@ -10164,7 +10164,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored service requests headers: @@ -10191,7 +10191,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored service requests headers: @@ -10218,7 +10218,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - apiKeyAuth: [] x-swagger-router-controller: BasicServices @@ -10286,7 +10286,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/v1_updateoperationclient_body' + $ref: "#/components/schemas/v1_updateoperationclient_body" required: true responses: "204": @@ -10361,7 +10361,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored service requests headers: @@ -10388,7 +10388,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored service requests headers: @@ -10415,7 +10415,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored service requests headers: @@ -10442,7 +10442,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored service requests headers: @@ -10469,7 +10469,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored service requests headers: @@ -10496,7 +10496,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - apiKeyAuth: [] x-swagger-router-controller: BasicServices @@ -10563,7 +10563,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/v1_inquirebasicauthapprovals_body' + $ref: "#/components/schemas/v1_inquirebasicauthapprovals_body" required: true responses: "204": @@ -10638,7 +10638,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored service requests headers: @@ -10665,7 +10665,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored service requests headers: @@ -10692,7 +10692,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored service requests headers: @@ -10719,7 +10719,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored service requests headers: @@ -10746,7 +10746,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored service requests headers: @@ -10773,7 +10773,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" callbacks: BasicAuthRequestCausesInquiryForAuthentication: url: @@ -10950,7 +10950,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored service requests headers: @@ -10977,7 +10977,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored service requests headers: @@ -11004,7 +11004,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored service requests headers: @@ -11031,7 +11031,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored service requests headers: @@ -11058,7 +11058,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored service requests headers: @@ -11085,7 +11085,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - apiKeyAuth: [] x-swagger-router-controller: BasicServices @@ -11152,7 +11152,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/v1_disposeremaindersofderegisteredapplication_body' + $ref: "#/components/schemas/v1_disposeremaindersofderegisteredapplication_body" required: true responses: "204": @@ -11227,7 +11227,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored service requests headers: @@ -11254,7 +11254,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored service requests headers: @@ -11281,7 +11281,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored service requests headers: @@ -11308,7 +11308,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored service requests headers: @@ -11335,7 +11335,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored service requests headers: @@ -11362,7 +11362,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - apiKeyAuth: [] x-swagger-router-controller: BasicServices @@ -11475,7 +11475,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_200_4' + $ref: "#/components/schemas/inline_response_200_4" "400": description: Response in case of errored service requests headers: @@ -11502,7 +11502,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored service requests headers: @@ -11529,7 +11529,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored service requests headers: @@ -11556,7 +11556,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored service requests headers: @@ -11583,7 +11583,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" x-swagger-router-controller: BasicServices /v1/update-client-of-subsequent-release: post: @@ -11648,7 +11648,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/v1_updateclientofsubsequentrelease_body' + $ref: "#/components/schemas/v1_updateclientofsubsequentrelease_body" required: true responses: "200": @@ -11700,7 +11700,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_200_5' + $ref: "#/components/schemas/inline_response_200_5" "400": description: Response in case of errored service requests headers: @@ -11727,7 +11727,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored service requests headers: @@ -11754,7 +11754,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored service requests headers: @@ -11781,7 +11781,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored service requests headers: @@ -11808,7 +11808,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - apiKeyAuth: [] x-swagger-router-controller: BasicServices @@ -11921,7 +11921,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/genericRepresentation' + $ref: "#/components/schemas/genericRepresentation" "400": description: Response in case of errored service requests headers: @@ -11948,7 +11948,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored service requests headers: @@ -11975,7 +11975,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored service requests headers: @@ -12002,7 +12002,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored service requests headers: @@ -12029,7 +12029,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored service requests headers: @@ -12056,7 +12056,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" x-swagger-router-controller: BasicServices /v1/inform-about-application: post: @@ -12167,7 +12167,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_200_6' + $ref: "#/components/schemas/inline_response_200_6" "400": description: Response in case of errored service requests headers: @@ -12194,7 +12194,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored service requests headers: @@ -12221,7 +12221,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored service requests headers: @@ -12248,7 +12248,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored service requests headers: @@ -12275,7 +12275,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" x-swagger-router-controller: BasicServices /v1/inform-about-application-in-generic-representation: post: @@ -12386,7 +12386,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/genericRepresentation' + $ref: "#/components/schemas/genericRepresentation" "400": description: Response in case of errored service requests headers: @@ -12413,7 +12413,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored service requests headers: @@ -12440,7 +12440,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored service requests headers: @@ -12467,7 +12467,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored service requests headers: @@ -12494,7 +12494,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" x-swagger-router-controller: BasicServices /v1/inform-about-release-history: post: @@ -12612,7 +12612,7 @@ paths: release-date: 20.11.2010 changes: Initial version. items: - $ref: '#/components/schemas/inline_response_200_7' + $ref: "#/components/schemas/inline_response_200_7" x-content-type: application/json "400": description: Response in case of errored service requests @@ -12640,7 +12640,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored service requests headers: @@ -12667,7 +12667,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored service requests headers: @@ -12694,7 +12694,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored service requests headers: @@ -12721,7 +12721,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" x-swagger-router-controller: BasicServices /v1/inform-about-release-history-in-generic-representation: post: @@ -12832,7 +12832,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/genericRepresentation' + $ref: "#/components/schemas/genericRepresentation" "400": description: Response in case of errored service requests headers: @@ -12859,7 +12859,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored service requests headers: @@ -12886,7 +12886,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored service requests headers: @@ -12913,7 +12913,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored service requests headers: @@ -12940,7 +12940,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" x-swagger-router-controller: BasicServices /core-model-1-4:control-construct: get: @@ -12954,43 +12954,43 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_200_8' + $ref: "#/components/schemas/inline_response_200_8" "400": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: Core @@ -13016,7 +13016,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_200_9' + $ref: "#/components/schemas/inline_response_200_9" example: core-model-1-4:profile: uuid: xy-15-3-2-action-p-000 @@ -13036,37 +13036,37 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: Core @@ -13092,43 +13092,43 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_200_10' + $ref: "#/components/schemas/inline_response_200_10" "400": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: ActionProfile @@ -13154,43 +13154,43 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_200_11' + $ref: "#/components/schemas/inline_response_200_11" "400": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: ActionProfile @@ -13216,43 +13216,43 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_200_12' + $ref: "#/components/schemas/inline_response_200_12" "400": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: ActionProfile @@ -13278,43 +13278,43 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_200_13' + $ref: "#/components/schemas/inline_response_200_13" "400": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: ActionProfile @@ -13340,43 +13340,43 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_200_14' + $ref: "#/components/schemas/inline_response_200_14" "400": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: ActionProfile @@ -13399,7 +13399,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/actionprofileconfiguration_consequentoperationreference_body' + $ref: "#/components/schemas/actionprofileconfiguration_consequentoperationreference_body" required: true responses: "204": @@ -13409,37 +13409,37 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: ActionProfile @@ -13465,43 +13465,43 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_200_15' + $ref: "#/components/schemas/inline_response_200_15" "400": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: GenericResponseProfile @@ -13527,43 +13527,43 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_200_16' + $ref: "#/components/schemas/inline_response_200_16" "400": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: GenericResponseProfile @@ -13589,43 +13589,43 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_200_17' + $ref: "#/components/schemas/inline_response_200_17" "400": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: GenericResponseProfile @@ -13651,43 +13651,43 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_200_18' + $ref: "#/components/schemas/inline_response_200_18" "400": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: GenericResponseProfile @@ -13713,43 +13713,43 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_200_19' + $ref: "#/components/schemas/inline_response_200_19" "400": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: GenericResponseProfile @@ -13772,7 +13772,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/responseprofileconfiguration_value_body' + $ref: "#/components/schemas/responseprofileconfiguration_value_body" example: response-profile-1-0:value: value-reference: /core-model-1-4:control-construct/logical-termination-point=ndlp-1-0-1-http-s-000/layer-protocol=0/http-server-interface-1-0:http-server-interface-pac/http-server-interface-capability/application-name @@ -13785,37 +13785,37 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: GenericResponseProfile @@ -13841,43 +13841,43 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_200_20' + $ref: "#/components/schemas/inline_response_200_20" "400": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: FileProfile @@ -13903,43 +13903,43 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_200_21' + $ref: "#/components/schemas/inline_response_200_21" "400": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: FileProfile @@ -13965,43 +13965,43 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_200_22' + $ref: "#/components/schemas/inline_response_200_22" "400": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: FileProfile @@ -14024,7 +14024,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/fileprofileconfiguration_filename_body' + $ref: "#/components/schemas/fileprofileconfiguration_filename_body" required: true responses: "204": @@ -14034,37 +14034,37 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: FileProfile @@ -14090,43 +14090,43 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_200_23' + $ref: "#/components/schemas/inline_response_200_23" "400": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: FileProfile @@ -14149,7 +14149,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/fileprofileconfiguration_operation_body' + $ref: "#/components/schemas/fileprofileconfiguration_operation_body" required: true responses: "204": @@ -14159,37 +14159,37 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: FileProfile @@ -14215,43 +14215,43 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_200_24' + $ref: "#/components/schemas/inline_response_200_24" "400": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: IntegerProfile @@ -14277,43 +14277,43 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_200_25' + $ref: "#/components/schemas/inline_response_200_25" "400": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: IntegerProfile @@ -14339,43 +14339,43 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_200_26' + $ref: "#/components/schemas/inline_response_200_26" "400": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: IntegerProfile @@ -14401,43 +14401,43 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_200_27' + $ref: "#/components/schemas/inline_response_200_27" "400": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: IntegerProfile @@ -14463,43 +14463,43 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_200_28' + $ref: "#/components/schemas/inline_response_200_28" "400": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: IntegerProfile @@ -14525,43 +14525,43 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_200_29' + $ref: "#/components/schemas/inline_response_200_29" "400": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: IntegerProfile @@ -14584,7 +14584,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/integerprofileconfiguration_integervalue_body' + $ref: "#/components/schemas/integerprofileconfiguration_integervalue_body" required: true responses: "204": @@ -14594,37 +14594,37 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: IntegerProfile @@ -14650,43 +14650,43 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_200_30' + $ref: "#/components/schemas/inline_response_200_30" "400": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: StringProfile @@ -14712,43 +14712,43 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_200_31' + $ref: "#/components/schemas/inline_response_200_31" "400": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: StringProfile @@ -14774,43 +14774,43 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_200_32' + $ref: "#/components/schemas/inline_response_200_32" "400": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: StringProfile @@ -14836,43 +14836,43 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_200_33' + $ref: "#/components/schemas/inline_response_200_33" "400": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: StringProfile @@ -14895,7 +14895,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/stringprofileconfiguration_stringvalue_body' + $ref: "#/components/schemas/stringprofileconfiguration_stringvalue_body" required: true responses: "204": @@ -14934,37 +14934,37 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: StringProfile @@ -14990,43 +14990,43 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_200_34' + $ref: "#/components/schemas/inline_response_200_34" "400": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: OperationServer @@ -15052,43 +15052,43 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_200_35' + $ref: "#/components/schemas/inline_response_200_35" "400": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: OperationServer @@ -15111,7 +15111,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/operationserverinterfaceconfiguration_lifecyclestate_body' + $ref: "#/components/schemas/operationserverinterfaceconfiguration_lifecyclestate_body" required: true responses: "204": @@ -15121,37 +15121,37 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: OperationServer @@ -15177,43 +15177,43 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_200_36' + $ref: "#/components/schemas/inline_response_200_36" "400": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: OperationServer @@ -15236,7 +15236,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/operationserverinterfaceconfiguration_operationkey_body' + $ref: "#/components/schemas/operationserverinterfaceconfiguration_operationkey_body" required: true responses: "204": @@ -15246,37 +15246,37 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: OperationServer @@ -15302,43 +15302,43 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_200_37' + $ref: "#/components/schemas/inline_response_200_37" "400": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: HttpServer @@ -15364,43 +15364,43 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_200_38' + $ref: "#/components/schemas/inline_response_200_38" "400": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: HttpServer @@ -15426,43 +15426,43 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_200_39' + $ref: "#/components/schemas/inline_response_200_39" "400": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: HttpServer @@ -15488,43 +15488,43 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_200_40' + $ref: "#/components/schemas/inline_response_200_40" "400": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: HttpServer @@ -15550,43 +15550,43 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_200_41' + $ref: "#/components/schemas/inline_response_200_41" "400": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: HttpServer @@ -15612,43 +15612,43 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_200_42' + $ref: "#/components/schemas/inline_response_200_42" "400": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: HttpServer @@ -15674,43 +15674,43 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_200_43' + $ref: "#/components/schemas/inline_response_200_43" "400": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: HttpServer @@ -15736,43 +15736,43 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_200_44' + $ref: "#/components/schemas/inline_response_200_44" "400": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: TcpServer @@ -15795,7 +15795,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/tcpserverinterfaceconfiguration_description_body' + $ref: "#/components/schemas/tcpserverinterfaceconfiguration_description_body" required: true responses: "204": @@ -15805,37 +15805,37 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: TcpServer @@ -15861,43 +15861,43 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_200_45' + $ref: "#/components/schemas/inline_response_200_45" "400": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: TcpServer @@ -15920,7 +15920,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/tcpserverinterfaceconfiguration_localprotocol_body' + $ref: "#/components/schemas/tcpserverinterfaceconfiguration_localprotocol_body" required: true responses: "204": @@ -15930,37 +15930,37 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: TcpServer @@ -15986,43 +15986,43 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_200_46' + $ref: "#/components/schemas/inline_response_200_46" "400": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: TcpServer @@ -16045,7 +16045,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/tcpserverinterfaceconfiguration_localaddress_body' + $ref: "#/components/schemas/tcpserverinterfaceconfiguration_localaddress_body" required: true responses: "204": @@ -16055,37 +16055,37 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: TcpServer @@ -16111,43 +16111,43 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_200_47' + $ref: "#/components/schemas/inline_response_200_47" "400": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: TcpServer @@ -16170,7 +16170,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/tcpserverinterfaceconfiguration_localport_body' + $ref: "#/components/schemas/tcpserverinterfaceconfiguration_localport_body" required: true responses: "204": @@ -16180,37 +16180,37 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: TcpServer @@ -16236,43 +16236,43 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_200_48' + $ref: "#/components/schemas/inline_response_200_48" "400": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: OperationClient @@ -16295,7 +16295,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/operationclientinterfaceconfiguration_operationname_body' + $ref: "#/components/schemas/operationclientinterfaceconfiguration_operationname_body" required: true responses: "204": @@ -16305,37 +16305,37 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: OperationClient @@ -16361,43 +16361,43 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_200_49' + $ref: "#/components/schemas/inline_response_200_49" "400": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: OperationClient @@ -16420,7 +16420,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/operationclientinterfaceconfiguration_operationkey_body' + $ref: "#/components/schemas/operationclientinterfaceconfiguration_operationkey_body" required: true responses: "204": @@ -16430,37 +16430,37 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: OperationClient @@ -16486,43 +16486,43 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_200_50' + $ref: "#/components/schemas/inline_response_200_50" "400": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: OperationClient @@ -16548,43 +16548,43 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_200_51' + $ref: "#/components/schemas/inline_response_200_51" "400": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: OperationClient @@ -16610,43 +16610,43 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_200_52' + $ref: "#/components/schemas/inline_response_200_52" "400": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: OperationClient @@ -16669,7 +16669,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/operationclientinterfaceconfiguration_detailedloggingison_body' + $ref: "#/components/schemas/operationclientinterfaceconfiguration_detailedloggingison_body" required: true responses: "204": @@ -16679,37 +16679,37 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: OperationClient @@ -16735,43 +16735,43 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_200_53' + $ref: "#/components/schemas/inline_response_200_53" "400": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: ElasticsearchClient @@ -16794,7 +16794,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/auth_apikey_body' + $ref: "#/components/schemas/auth_apikey_body" required: true responses: "204": @@ -16804,37 +16804,37 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: ElasticsearchClient @@ -16860,43 +16860,43 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_200_54' + $ref: "#/components/schemas/inline_response_200_54" "400": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: ElasticsearchClient @@ -16919,7 +16919,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/elasticsearchclientinterfaceconfiguration_indexalias_body' + $ref: "#/components/schemas/elasticsearchclientinterfaceconfiguration_indexalias_body" required: true responses: "204": @@ -16929,37 +16929,37 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: ElasticsearchClient @@ -16985,43 +16985,43 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_200_55' + $ref: "#/components/schemas/inline_response_200_55" "400": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: ElasticsearchClient @@ -17044,7 +17044,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/elasticsearchclientinterfaceconfiguration_servicerecordspolicy_body' + $ref: "#/components/schemas/elasticsearchclientinterfaceconfiguration_servicerecordspolicy_body" required: true responses: "204": @@ -17054,37 +17054,37 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: ElasticsearchClient @@ -17110,43 +17110,43 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_200_56' + $ref: "#/components/schemas/inline_response_200_56" "400": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: ElasticsearchClient @@ -17172,43 +17172,43 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_200_57' + $ref: "#/components/schemas/inline_response_200_57" "400": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: ElasticsearchClient @@ -17234,43 +17234,43 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_200_58' + $ref: "#/components/schemas/inline_response_200_58" "400": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: HttpClient @@ -17293,7 +17293,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/httpclientinterfaceconfiguration_applicationname_body' + $ref: "#/components/schemas/httpclientinterfaceconfiguration_applicationname_body" required: true responses: "204": @@ -17303,37 +17303,37 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: HttpClient @@ -17359,43 +17359,43 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_200_59' + $ref: "#/components/schemas/inline_response_200_59" "400": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: HttpClient @@ -17418,7 +17418,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/httpclientinterfaceconfiguration_releasenumber_body' + $ref: "#/components/schemas/httpclientinterfaceconfiguration_releasenumber_body" required: true responses: "204": @@ -17428,37 +17428,37 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: HttpClient @@ -17484,43 +17484,43 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_200_60' + $ref: "#/components/schemas/inline_response_200_60" "400": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: TcpClient @@ -17543,7 +17543,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/tcpclientinterfaceconfiguration_remoteprotocol_body' + $ref: "#/components/schemas/tcpclientinterfaceconfiguration_remoteprotocol_body" required: true responses: "204": @@ -17553,37 +17553,37 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: TcpClient @@ -17609,43 +17609,43 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_200_61' + $ref: "#/components/schemas/inline_response_200_61" "400": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: TcpClient @@ -17668,7 +17668,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/tcpclientinterfaceconfiguration_remoteaddress_body' + $ref: "#/components/schemas/tcpclientinterfaceconfiguration_remoteaddress_body" required: true responses: "204": @@ -17678,37 +17678,37 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: TcpClient @@ -17734,43 +17734,43 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/inline_response_200_62' + $ref: "#/components/schemas/inline_response_200_62" "400": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: TcpClient @@ -17793,7 +17793,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/tcpclientinterfaceconfiguration_remoteport_body' + $ref: "#/components/schemas/tcpclientinterfaceconfiguration_remoteport_body" required: true responses: "204": @@ -17803,37 +17803,37 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "401": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "403": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "404": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" "500": description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" default: description: Response in case of errored OaM requests content: application/json: schema: - $ref: '#/components/schemas/errorDescription' + $ref: "#/components/schemas/errorDescription" security: - basicAuth: [] x-swagger-router-controller: TcpClient @@ -17859,11 +17859,11 @@ components: response-value-list: type: array items: - $ref: '#/components/schemas/genericRepresentation_responsevaluelist' + $ref: "#/components/schemas/genericRepresentation_responsevaluelist" consequent-action-list: type: array items: - $ref: '#/components/schemas/genericRepresentation_consequentactionlist' + $ref: "#/components/schemas/genericRepresentation_consequentactionlist" example: consequent-action-list: - request: request @@ -18157,7 +18157,7 @@ components: forwarding-construct: type: array items: - $ref: '#/components/schemas/forwardingDomain_forwardingconstruct' + $ref: "#/components/schemas/forwardingDomain_forwardingconstruct" FILTERED_CONTROL_CONSTRUCT: type: object properties: @@ -18170,7 +18170,7 @@ components: equipment: type: array items: - $ref: '#/components/schemas/EQUIPMENT' + $ref: "#/components/schemas/EQUIPMENT" forwarding-domain: type: array items: @@ -18179,7 +18179,7 @@ components: logical-termination-point: type: array items: - $ref: '#/components/schemas/LOGICAL_TERMINATION_POINT' + $ref: "#/components/schemas/LOGICAL_TERMINATION_POINT" top-level-equipment: type: array items: @@ -18238,15 +18238,15 @@ components: connector: type: array items: - $ref: '#/components/schemas/CONNECTOR' + $ref: "#/components/schemas/CONNECTOR" contained-holder: type: array items: - $ref: '#/components/schemas/CONTAINED_HOLDER' + $ref: "#/components/schemas/CONTAINED_HOLDER" expected-equipment: type: array items: - $ref: '#/components/schemas/EXPECTED_EQUIPMENT' + $ref: "#/components/schemas/EXPECTED_EQUIPMENT" actual-equipment: type: object additionalProperties: true @@ -18297,7 +18297,7 @@ components: layer-protocol: type: array items: - $ref: '#/components/schemas/LAYER_PROTOCOL' + $ref: "#/components/schemas/LAYER_PROTOCOL" additionalProperties: true example: layer-protocol: @@ -18316,7 +18316,7 @@ components: enum: - air-interface-2-0:LAYER_PROTOCOL_NAME_TYPE_AIR_LAYER air-interface-2-0:air-interface-pac: - $ref: '#/components/schemas/LAYER_PROTOCOL_airinterface20airinterfacepac' + $ref: "#/components/schemas/LAYER_PROTOCOL_airinterface20airinterfacepac" description: air-interface - type: object properties: @@ -18327,7 +18327,7 @@ components: enum: - ethernet-container-2-0:LAYER_PROTOCOL_NAME_TYPE_ETHERNET_CONTAINER_LAYER ethernet-container-2-0:ethernet-container-pac: - $ref: '#/components/schemas/LAYER_PROTOCOL_ethernetcontainer20ethernetcontainerpac' + $ref: "#/components/schemas/LAYER_PROTOCOL_ethernetcontainer20ethernetcontainerpac" description: ethernet-container - type: object properties: @@ -18338,7 +18338,7 @@ components: enum: - hybrid-mw-structure-2-0:LAYER_PROTOCOL_NAME_TYPE_HYBRID_MW_STRUCTURE_LAYER hybrid-mw-structure-2-0:hybrid-mw-structure-pac: - $ref: '#/components/schemas/LAYER_PROTOCOL_hybridmwstructure20hybridmwstructurepac' + $ref: "#/components/schemas/LAYER_PROTOCOL_hybridmwstructure20hybridmwstructurepac" description: hybrid-mw-structure - type: object properties: @@ -18349,7 +18349,7 @@ components: enum: - mac-interface-1-0:LAYER_PROTOCOL_NAME_TYPE_MAC_LAYER mac-interface-1-0:mac-interface-pac: - $ref: '#/components/schemas/LAYER_PROTOCOL_macinterface10macinterfacepac' + $ref: "#/components/schemas/LAYER_PROTOCOL_macinterface10macinterfacepac" description: mac-interface - type: object properties: @@ -18360,7 +18360,7 @@ components: enum: - pure-ethernet-structure-2-0:LAYER_PROTOCOL_NAME_TYPE_PURE_ETHERNET_STRUCTURE_LAYER pure-ethernet-structure-2-0:pure-ethernet-structure-pac: - $ref: '#/components/schemas/LAYER_PROTOCOL_pureethernetstructure20pureethernetstructurepac' + $ref: "#/components/schemas/LAYER_PROTOCOL_pureethernetstructure20pureethernetstructurepac" description: pure-ethernet-structure - type: object properties: @@ -18371,7 +18371,7 @@ components: enum: - vlan-interface-1-0:LAYER_PROTOCOL_NAME_TYPE_VLAN_LAYER vlan-interface-1-0:vlan-interface-pac: - $ref: '#/components/schemas/LAYER_PROTOCOL_vlaninterface10vlaninterfacepac' + $ref: "#/components/schemas/LAYER_PROTOCOL_vlaninterface10vlaninterfacepac" description: vlan-interface - type: object properties: @@ -18382,7 +18382,7 @@ components: enum: - wire-interface-2-0:LAYER_PROTOCOL_NAME_TYPE_WIRE_LAYER wire-interface-2-0:wire-interface-pac: - $ref: '#/components/schemas/LAYER_PROTOCOL_wireinterface20wireinterfacepac' + $ref: "#/components/schemas/LAYER_PROTOCOL_wireinterface20wireinterfacepac" description: wire-interface - type: object properties: @@ -18393,7 +18393,7 @@ components: enum: - ip-interface-1-0:LAYER_PROTOCOL_NAME_TYPE_IP_LAYER ip-interface-1-0:ip-interface-pac: - $ref: '#/components/schemas/LAYER_PROTOCOL_ipinterface10ipinterfacepac' + $ref: "#/components/schemas/LAYER_PROTOCOL_ipinterface10ipinterfacepac" description: ip-interface - type: object properties: @@ -18404,7 +18404,7 @@ components: enum: - tdm-container-2-0:LAYER_PROTOCOL_NAME_TYPE_TDM_CONTAINER_LAYER tdm-container-2-0:tdm-container-pac: - $ref: '#/components/schemas/LAYER_PROTOCOL_tdmcontainer20tdmcontainerpac' + $ref: "#/components/schemas/LAYER_PROTOCOL_tdmcontainer20tdmcontainerpac" description: tdm-container - type: object properties: @@ -18441,7 +18441,7 @@ components: type: object properties: ip-address: - $ref: '#/components/schemas/v1bequeathyourdataanddie_newapplicationaddress_ipaddress' + $ref: "#/components/schemas/v1bequeathyourdataanddie_newapplicationaddress_ipaddress" domain-name: pattern: "^([a-z0-9]+(-[a-z0-9]+)*\\.)+[a-z]{2,}$" type: string @@ -18474,7 +18474,7 @@ components: - HTTP - HTTPS new-application-address: - $ref: '#/components/schemas/v1bequeathyourdataanddie_newapplicationaddress' + $ref: "#/components/schemas/v1bequeathyourdataanddie_newapplicationaddress" new-application-port: maximum: 65535 minimum: 0 @@ -18568,7 +18568,7 @@ components: description: | 'Filtered control construct from {RequestForProvidingInventoryDataOfDeviceCausesFilteredRequestToMwdi.response.body#FILTERED_CONTROL_CONSTRUCT}' items: - $ref: '#/components/schemas/FILTERED_CONTROL_CONSTRUCT' + $ref: "#/components/schemas/FILTERED_CONTROL_CONSTRUCT" example: core-model-1-4:control-construct: - profile-collection: "" @@ -18669,7 +18669,7 @@ components: type: object properties: ip-address: - $ref: '#/components/schemas/v1registeryourself_registryofficeaddress_ipaddress' + $ref: "#/components/schemas/v1registeryourself_registryofficeaddress_ipaddress" domain-name: pattern: "^([a-z0-9]+(-[a-z0-9]+)*\\.)+[a-z]{2,}$" type: string @@ -18692,7 +18692,7 @@ components: type: object properties: ip-address: - $ref: '#/components/schemas/v1registeryourself_httpaddress_ipaddress' + $ref: "#/components/schemas/v1registeryourself_httpaddress_ipaddress" domain-name: pattern: "^([a-z0-9]+(-[a-z0-9]+)*\\.)+[a-z]{2,}$" type: string @@ -18736,7 +18736,7 @@ components: - HTTP - HTTPS registry-office-address: - $ref: '#/components/schemas/v1registeryourself_registryofficeaddress' + $ref: "#/components/schemas/v1registeryourself_registryofficeaddress" registry-office-port: maximum: 65535 minimum: 0 @@ -18744,7 +18744,7 @@ components: description: | 'If body provided, port of RegistryOffice application update [/core-model-1-4:control-construct/logical-termination-point=ndlp-1-0-1-tcp-c-ro-2-1-2-000/layer-protocol=0/tcp-client-interface-1-0:tcp-client-interface-pac/tcp-client-interface-configuration/remote-port]' http-address: - $ref: '#/components/schemas/v1registeryourself_httpaddress' + $ref: "#/components/schemas/v1registeryourself_httpaddress" http-port: maximum: 65535 minimum: 0 @@ -18778,7 +18778,7 @@ components: type: object properties: ip-address: - $ref: '#/components/schemas/v1embedyourself_registryofficeaddress_ipaddress' + $ref: "#/components/schemas/v1embedyourself_registryofficeaddress_ipaddress" domain-name: pattern: "^([a-z0-9]+(-[a-z0-9]+)*\\.)+[a-z]{2,}$" type: string @@ -18801,7 +18801,7 @@ components: type: object properties: ip-address: - $ref: '#/components/schemas/v1embedyourself_oldreleaseaddress_ipaddress' + $ref: "#/components/schemas/v1embedyourself_oldreleaseaddress_ipaddress" domain-name: pattern: "^([a-z0-9]+(-[a-z0-9]+)*\\.)+[a-z]{2,}$" type: string @@ -18852,7 +18852,7 @@ components: - HTTP - HTTPS registry-office-address: - $ref: '#/components/schemas/v1embedyourself_registryofficeaddress' + $ref: "#/components/schemas/v1embedyourself_registryofficeaddress" registry-office-port: maximum: 65535 minimum: 0 @@ -18867,7 +18867,7 @@ components: - HTTP - HTTPS old-release-address: - $ref: '#/components/schemas/v1embedyourself_oldreleaseaddress' + $ref: "#/components/schemas/v1embedyourself_oldreleaseaddress" old-release-port: maximum: 65535 minimum: 0 @@ -18906,7 +18906,7 @@ components: type: object properties: ip-address: - $ref: '#/components/schemas/v1redirectservicerequestinformation_servicelogaddress_ipaddress' + $ref: "#/components/schemas/v1redirectservicerequestinformation_servicelogaddress_ipaddress" domain-name: pattern: "^([a-z0-9]+(-[a-z0-9]+)*\\.)+[a-z]{2,}$" type: string @@ -18945,7 +18945,7 @@ components: - HTTP - HTTPS service-log-address: - $ref: '#/components/schemas/v1redirectservicerequestinformation_servicelogaddress' + $ref: "#/components/schemas/v1redirectservicerequestinformation_servicelogaddress" service-log-port: maximum: 65535 minimum: 0 @@ -18977,7 +18977,7 @@ components: type: object properties: ip-address: - $ref: '#/components/schemas/v1redirectoamrequestinformation_oamlogaddress_ipaddress' + $ref: "#/components/schemas/v1redirectoamrequestinformation_oamlogaddress_ipaddress" domain-name: pattern: "^([a-z0-9]+(-[a-z0-9]+)*\\.)+[a-z]{2,}$" type: string @@ -19016,7 +19016,7 @@ components: - HTTP - HTTPS oam-log-address: - $ref: '#/components/schemas/v1redirectoamrequestinformation_oamlogaddress' + $ref: "#/components/schemas/v1redirectoamrequestinformation_oamlogaddress" oam-log-port: maximum: 65535 minimum: 0 @@ -19073,7 +19073,7 @@ components: type: object properties: ip-address: - $ref: '#/components/schemas/v1inquireoamrequestapprovals_oamapprovaladdress_ipaddress' + $ref: "#/components/schemas/v1inquireoamrequestapprovals_oamapprovaladdress_ipaddress" domain-name: pattern: "^([a-z0-9]+(-[a-z0-9]+)*\\.)+[a-z]{2,}$" type: string @@ -19112,7 +19112,7 @@ components: - HTTP - HTTPS oam-approval-address: - $ref: '#/components/schemas/v1inquireoamrequestapprovals_oamapprovaladdress' + $ref: "#/components/schemas/v1inquireoamrequestapprovals_oamapprovaladdress" oam-approval-port: maximum: 65535 minimum: 0 @@ -19144,7 +19144,7 @@ components: type: object properties: ip-address: - $ref: '#/components/schemas/v1updateclient_futureaddress_ipaddress' + $ref: "#/components/schemas/v1updateclient_futureaddress_ipaddress" domain-name: pattern: "^([a-z0-9]+(-[a-z0-9]+)*\\.)+[a-z]{2,}$" type: string @@ -19188,7 +19188,7 @@ components: - HTTP - HTTPS future-address: - $ref: '#/components/schemas/v1updateclient_futureaddress' + $ref: "#/components/schemas/v1updateclient_futureaddress" future-port: maximum: 65535 minimum: 0 @@ -19211,7 +19211,7 @@ components: type: object properties: core-model-1-4:control-construct: - $ref: '#/components/schemas/inline_response_200_2_coremodel14controlconstruct' + $ref: "#/components/schemas/inline_response_200_2_coremodel14controlconstruct" example: core-model-1-4:control-construct: forwarding-domain: @@ -19287,7 +19287,7 @@ components: type: object properties: ip-address: - $ref: '#/components/schemas/v1redirecttopologychangeinformation_topologyapplicationaddress_ipaddress' + $ref: "#/components/schemas/v1redirecttopologychangeinformation_topologyapplicationaddress_ipaddress" domain-name: pattern: "^([a-z0-9]+(-[a-z0-9]+)*\\.)+[a-z]{2,}$" type: string @@ -19350,7 +19350,7 @@ components: - HTTP - HTTPS topology-application-address: - $ref: '#/components/schemas/v1redirecttopologychangeinformation_topologyapplicationaddress' + $ref: "#/components/schemas/v1redirecttopologychangeinformation_topologyapplicationaddress" topology-application-port: maximum: 65535 minimum: 0 @@ -19376,7 +19376,7 @@ components: type: object properties: core-model-1-4:control-construct: - $ref: '#/components/schemas/inline_response_200_3_coremodel14controlconstruct' + $ref: "#/components/schemas/inline_response_200_3_coremodel14controlconstruct" example: core-model-1-4:control-construct: forwarding-domain: @@ -19503,7 +19503,7 @@ components: type: object properties: ip-address: - $ref: '#/components/schemas/v1inquirebasicauthapprovals_address_ipaddress' + $ref: "#/components/schemas/v1inquirebasicauthapprovals_address_ipaddress" domain-name: pattern: "^([a-z0-9]+(-[a-z0-9]+)*\\.)+[a-z]{2,}$" type: string @@ -19542,7 +19542,7 @@ components: - HTTP - HTTPS address: - $ref: '#/components/schemas/v1inquirebasicauthapprovals_address' + $ref: "#/components/schemas/v1inquirebasicauthapprovals_address" port: maximum: 65535 minimum: 0 @@ -19608,7 +19608,7 @@ components: type: object properties: ip-address: - $ref: '#/components/schemas/v1updateclientofsubsequentrelease_address_ipaddress' + $ref: "#/components/schemas/v1updateclientofsubsequentrelease_address_ipaddress" domain-name: pattern: "^([a-z0-9]+(-[a-z0-9]+)*\\.)+[a-z]{2,}$" type: string @@ -19641,7 +19641,7 @@ components: - HTTP - HTTPS address: - $ref: '#/components/schemas/v1updateclientofsubsequentrelease_address' + $ref: "#/components/schemas/v1updateclientofsubsequentrelease_address" port: maximum: 65535 minimum: 0 @@ -19742,7 +19742,7 @@ components: type: object properties: core-model-1-4:control-construct: - $ref: '#/components/schemas/inline_response_200_8_coremodel14controlconstruct' + $ref: "#/components/schemas/inline_response_200_8_coremodel14controlconstruct" example: core-model-1-4:control-construct: profile-collection: @@ -20107,7 +20107,7 @@ components: uniqueItems: true type: array items: - $ref: '#/components/schemas/inline_response_200_12_actionprofile10inputvaluelist' + $ref: "#/components/schemas/inline_response_200_12_actionprofile10inputvaluelist" example: action-profile-1-0:input-value-list: - field-name: Label of input field @@ -20158,7 +20158,7 @@ components: type: object properties: response-profile-1-0:field-name: - $ref: '#/components/schemas/inline_response_200_16_responseprofile10fieldname' + $ref: "#/components/schemas/inline_response_200_16_responseprofile10fieldname" example: response-profile-1-0:field-name: static-field-name: applicationName @@ -20188,7 +20188,7 @@ components: type: object properties: response-profile-1-0:value: - $ref: '#/components/schemas/coremodel14controlconstructprofilecollectionprofileuuidresponseprofile10responseprofilepacresponseprofileconfigurationvalue_responseprofile10value' + $ref: "#/components/schemas/coremodel14controlconstructprofilecollectionprofileuuidresponseprofile10responseprofilepacresponseprofileconfigurationvalue_responseprofile10value" example: response-profile-1-0:value: value-reference: /core-model-1-4:control-construct/logical-termination-point=ndlp-1-0-1-http-s-000/layer-protocol=0/http-server-interface-1-0:http-server-interface-pac/http-server-interface-capability/application-name @@ -20208,7 +20208,7 @@ components: type: object properties: response-profile-1-0:value: - $ref: '#/components/schemas/coremodel14controlconstructprofilecollectionprofileuuidresponseprofile10responseprofilepacresponseprofileconfigurationvalue_responseprofile10value' + $ref: "#/components/schemas/coremodel14controlconstructprofilecollectionprofileuuidresponseprofile10responseprofilepacresponseprofileconfigurationvalue_responseprofile10value" inline_response_200_20: required: - file-profile-1-0:file-identifier @@ -20551,7 +20551,7 @@ components: release-date: 20.11.2010 changes: Initial version. items: - $ref: '#/components/schemas/inline_response_200_43_httpserverinterface10releaselist' + $ref: "#/components/schemas/inline_response_200_43_httpserverinterface10releaselist" example: http-server-interface-1-0:release-list: - local-id: 0 @@ -20604,7 +20604,7 @@ components: type: object properties: tcp-server-interface-1-0:local-address: - $ref: '#/components/schemas/inline_response_200_46_tcpserverinterface10localaddress' + $ref: "#/components/schemas/inline_response_200_46_tcpserverinterface10localaddress" example: tcp-server-interface-1-0:local-address: ipv-4-address: 1.1.4.1 @@ -20626,7 +20626,7 @@ components: type: object properties: tcp-server-interface-1-0:local-address: - $ref: '#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0tcpserverinterface10tcpserverinterfacepactcpserverinterfaceconfigurationlocaladdress_tcpserverinterface10localaddress' + $ref: "#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0tcpserverinterface10tcpserverinterfacepactcpserverinterfaceconfigurationlocaladdress_tcpserverinterface10localaddress" example: tcp-server-interface-1-0:local-address: ipv-4-address: 1.1.4.1 @@ -20777,7 +20777,7 @@ components: type: object properties: elasticsearch-client-interface-1-0:service-records-policy: - $ref: '#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy' + $ref: "#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy" example: elasticsearch-client-interface-1-0:service-records-policy: service-records-policy-name: eatl_service_records_policy @@ -20789,7 +20789,8 @@ components: max-age: 5d delete: min-age: 5d - actions: {} + actions: + delete: null ? coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_project : type: object properties: @@ -20858,17 +20859,17 @@ components: : type: object properties: forcemerge: - $ref: '#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_hot_actions_forcemerge' + $ref: "#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_hot_actions_forcemerge" readonly: type: object rollover: - $ref: '#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_hot_actions_rollover' + $ref: "#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_hot_actions_rollover" searchable-snapshot: - $ref: '#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_hot_actions_searchablesnapshot' + $ref: "#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_hot_actions_searchablesnapshot" set-priority: - $ref: '#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_hot_actions_setpriority' + $ref: "#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_hot_actions_setpriority" shrink: - $ref: '#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_hot_actions_shrink' + $ref: "#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_hot_actions_shrink" unfollow: type: object ? coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_hot @@ -20877,7 +20878,7 @@ components: min-age: type: string actions: - $ref: '#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_hot_actions' + $ref: "#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_hot_actions" ? coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_warm_actions_allocate_include : type: object properties: @@ -20913,11 +20914,11 @@ components: total-shards-per-node: type: integer include: - $ref: '#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_warm_actions_allocate_include' + $ref: "#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_warm_actions_allocate_include" exclude: - $ref: '#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_warm_actions_allocate_include' + $ref: "#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_warm_actions_allocate_include" require: - $ref: '#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_warm_actions_allocate_require' + $ref: "#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_warm_actions_allocate_require" additionalProperties: false ? coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_warm_actions_migrate : type: object @@ -20928,17 +20929,17 @@ components: : type: object properties: allocate: - $ref: '#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_warm_actions_allocate' + $ref: "#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_warm_actions_allocate" forcemerge: - $ref: '#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_hot_actions_forcemerge' + $ref: "#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_hot_actions_forcemerge" migrate: - $ref: '#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_warm_actions_migrate' + $ref: "#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_warm_actions_migrate" readonly: type: object set-priority: - $ref: '#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_hot_actions_setpriority' + $ref: "#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_hot_actions_setpriority" shrink: - $ref: '#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_hot_actions_shrink' + $ref: "#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_hot_actions_shrink" unfollow: type: object ? coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_warm @@ -20947,20 +20948,20 @@ components: min-age: type: string actions: - $ref: '#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_warm_actions' + $ref: "#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_warm_actions" ? coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_cold_actions : type: object properties: allocate: - $ref: '#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_warm_actions_allocate' + $ref: "#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_warm_actions_allocate" migrate: - $ref: '#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_warm_actions_migrate' + $ref: "#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_warm_actions_migrate" readonly: type: object searchable-snapshot: - $ref: '#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_hot_actions_searchablesnapshot' + $ref: "#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_hot_actions_searchablesnapshot" set-priority: - $ref: '#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_hot_actions_setpriority' + $ref: "#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_hot_actions_setpriority" unfollow: type: object ? coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_cold @@ -20969,12 +20970,12 @@ components: min-age: type: string actions: - $ref: '#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_cold_actions' + $ref: "#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_cold_actions" ? coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_frozen_actions : type: object properties: searchable-snapshot: - $ref: '#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_hot_actions_searchablesnapshot' + $ref: "#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_hot_actions_searchablesnapshot" unfollow: type: object ? coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_frozen @@ -20983,7 +20984,7 @@ components: min-age: type: string actions: - $ref: '#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_frozen_actions' + $ref: "#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_frozen_actions" ? coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_delete_actions_delete : type: object properties: @@ -21002,29 +21003,29 @@ components: type: object properties: delete: - $ref: '#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_delete_actions_delete' + $ref: "#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_delete_actions_delete" wait-for-snapshot: - $ref: '#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_delete_actions_waitforsnapshot' + $ref: "#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_delete_actions_waitforsnapshot" ? coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_delete : type: object properties: min-age: type: string actions: - $ref: '#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_delete_actions' + $ref: "#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_delete_actions" ? coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases : type: object properties: hot: - $ref: '#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_hot' + $ref: "#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_hot" warm: - $ref: '#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_warm' + $ref: "#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_warm" cold: - $ref: '#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_cold' + $ref: "#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_cold" frozen: - $ref: '#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_frozen' + $ref: "#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_frozen" delete: - $ref: '#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_delete' + $ref: "#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases_delete" ? coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy : required: - phases @@ -21036,16 +21037,16 @@ components: description: type: string project: - $ref: '#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_project' + $ref: "#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_project" phases: - $ref: '#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases' + $ref: "#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy_phases" elasticsearchclientinterfaceconfiguration_servicerecordspolicy_body: required: - elasticsearch-client-interface-1-0:service-records-policy type: object properties: elasticsearch-client-interface-1-0:service-records-policy: - $ref: '#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy' + $ref: "#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0elasticsearchclientinterface10elasticsearchclientinterfacepacelasticsearchclientinterfaceconfigurationservicerecordspolicy_elasticsearchclientinterface10servicerecordspolicy" example: elasticsearch-client-interface-1-0:service-records-policy: service-records-policy-name: eatl_service_records_policy @@ -21159,7 +21160,7 @@ components: type: object properties: tcp-client-interface-1-0:remote-address: - $ref: '#/components/schemas/inline_response_200_61_tcpclientinterface10remoteaddress' + $ref: "#/components/schemas/inline_response_200_61_tcpclientinterface10remoteaddress" example: tcp-client-interface-1-0:remote-address: ip-address: @@ -21178,7 +21179,7 @@ components: type: object properties: ip-address: - $ref: '#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0tcpclientinterface10tcpclientinterfacepactcpclientinterfaceconfigurationremoteaddress_tcpclientinterface10remoteaddress_ipaddress' + $ref: "#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0tcpclientinterface10tcpclientinterfacepactcpclientinterfaceconfigurationremoteaddress_tcpclientinterface10remoteaddress_ipaddress" domain-name: pattern: "^([a-z0-9]+(-[a-z0-9]+)*\\.)+[a-z]{2,}$" type: string @@ -21189,7 +21190,7 @@ components: type: object properties: tcp-client-interface-1-0:remote-address: - $ref: '#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0tcpclientinterface10tcpclientinterfacepactcpclientinterfaceconfigurationremoteaddress_tcpclientinterface10remoteaddress' + $ref: "#/components/schemas/coremodel14controlconstructlogicalterminationpointuuidlayerprotocol0tcpclientinterface10tcpclientinterfacepactcpclientinterfaceconfigurationremoteaddress_tcpclientinterface10remoteaddress" example: tcp-client-interface-1-0:remote-address: ip-address: @@ -21271,7 +21272,7 @@ components: input-value-list: type: array items: - $ref: '#/components/schemas/genericRepresentation_inputvaluelist' + $ref: "#/components/schemas/genericRepresentation_inputvaluelist" display-in-new-browser-window: type: boolean description: | @@ -21320,11 +21321,11 @@ components: name: type: array items: - $ref: '#/components/schemas/forwardingDomain_name' + $ref: "#/components/schemas/forwardingDomain_name" fc-port: type: array items: - $ref: '#/components/schemas/forwardingDomain_fcport' + $ref: "#/components/schemas/forwardingDomain_fcport" LAYER_PROTOCOL_airinterface20airinterfacepac: type: object properties: @@ -21419,7 +21420,7 @@ components: release-number: 45.2.7 data-update-period: http-server-interface-1-0:DATA_UPDATE_PERIOD_TYPE_REAL_TIME items: - $ref: '#/components/schemas/logicalTerminationPoint' + $ref: "#/components/schemas/logicalTerminationPoint" forwarding-domain: maxItems: 1 minItems: 1 @@ -21454,7 +21455,7 @@ components: port-direction: core-model-1-4:PORT_DIRECTION_TYPE_OUTPUT logical-termination-point: xy-15-3-2-op-c-bm-yz-34-4-4-000 items: - $ref: '#/components/schemas/forwardingDomain' + $ref: "#/components/schemas/forwardingDomain" example: forwarding-domain: - uuid: xy-15-3-2-op-fd-000 @@ -21553,7 +21554,7 @@ components: release-number: 32.2.3 data-update-period: http-server-interface-1-0:DATA_UPDATE_PERIOD_TYPE_REAL_TIME items: - $ref: '#/components/schemas/logicalTerminationPoint' + $ref: "#/components/schemas/logicalTerminationPoint" forwarding-domain: maxItems: 1 minItems: 1 @@ -21588,7 +21589,7 @@ components: port-direction: core-model-1-4:PORT_DIRECTION_TYPE_OUTPUT logical-termination-point: xy-15-3-2-op-c-bm-yz-34-4-4-000 items: - $ref: '#/components/schemas/forwardingDomain' + $ref: "#/components/schemas/forwardingDomain" description: | 'Entire internal datatree from [/core-model-1-4:control-construct]' example: @@ -22666,11 +22667,11 @@ components: name: type: array items: - $ref: '#/components/schemas/forwardingDomain_name' + $ref: "#/components/schemas/forwardingDomain_name" fc-port: type: array items: - $ref: '#/components/schemas/inline_response_200_8_coremodel14controlconstruct_fcport' + $ref: "#/components/schemas/inline_response_200_8_coremodel14controlconstruct_fcport" inline_response_200_8_coremodel14controlconstruct_forwardingdomain: required: - forwarding-construct @@ -22682,7 +22683,7 @@ components: forwarding-construct: type: array items: - $ref: '#/components/schemas/inline_response_200_8_coremodel14controlconstruct_forwardingconstruct' + $ref: "#/components/schemas/inline_response_200_8_coremodel14controlconstruct_forwardingconstruct" inline_response_200_8_coremodel14controlconstruct: required: - forwarding-domain @@ -22696,7 +22697,7 @@ components: type: string example: xy-15-3-2 profile-collection: - $ref: '#/components/schemas/inline_response_200_8_coremodel14controlconstruct_profilecollection' + $ref: "#/components/schemas/inline_response_200_8_coremodel14controlconstruct_profilecollection" logical-termination-point: uniqueItems: true type: array @@ -22730,7 +22731,7 @@ components: application-name: ApplicationName release-number: 15.3.2 items: - $ref: '#/components/schemas/inline_response_200_8_coremodel14controlconstruct_logicalterminationpoint' + $ref: "#/components/schemas/inline_response_200_8_coremodel14controlconstruct_logicalterminationpoint" forwarding-domain: maxItems: 1 minItems: 1 @@ -22765,7 +22766,7 @@ components: port-direction: core-model-1-4:PORT_DIRECTION_TYPE_OUTPUT logical-termination-point: xy-15-3-2-op-c-bs-yz-34-3-3-000 items: - $ref: '#/components/schemas/inline_response_200_8_coremodel14controlconstruct_forwardingdomain' + $ref: "#/components/schemas/inline_response_200_8_coremodel14controlconstruct_forwardingdomain" example: profile-collection: profile: @@ -22896,10 +22897,42 @@ components: type: object properties: ip-address: - $ref: '#/components/schemas/inline_response_200_61_tcpclientinterface10remoteaddress_ipaddress' + $ref: "#/components/schemas/inline_response_200_61_tcpclientinterface10remoteaddress_ipaddress" domain-name: type: string responses: + responseForErroredServiceRequests: + description: Response in case of errored service requests + headers: + x-correlator: + description: UUID for the service execution flow that allows to correlate + requests and responses. Its value must be identical at the response compared + with its corresponding request + style: simple + explode: false + schema: + pattern: "^[0-9A-Fa-f]{8}(?:-[0-9A-Fa-f]{4}){3}-[0-9A-Fa-f]{12}$" + type: string + example: 550e8400-e29b-11d4-a716-446655440000 + exec-time: + description: "Value written by the service provider, reporting the total\ + \ elapsed time for the execution, including all the additional processing\ + \ needed to retrieve the data from the backend service. Expressed in milliseconds" + style: simple + explode: false + schema: + type: integer + example: 1100 + content: + application/json: + schema: + $ref: "#/components/schemas/errorDescription" + responseForErroredOamRequests: + description: Response in case of errored OaM requests + content: + application/json: + schema: + $ref: "#/components/schemas/errorDescription" "429": description: Response in case too many requests need to be executed in parallel or too many requests have been received within a time period. The maximum @@ -23014,7 +23047,7 @@ components: content: application/json: schema: - $ref: '#/components/schemas/inline_response_502' + $ref: "#/components/schemas/inline_response_502" "530": description: "Response in case the referenced resource exists (e.g. device connected\ \ and resource exists in internal datatree), but response data is either not\ @@ -23043,7 +23076,7 @@ components: content: application/json: schema: - $ref: '#/components/schemas/inline_response_531' + $ref: "#/components/schemas/inline_response_531" "532": description: Response in case the server is acting as a gateway or proxy and was unable to connect to the upstream server (device or application providing @@ -23051,7 +23084,7 @@ components: content: application/json: schema: - $ref: '#/components/schemas/inline_response_532' + $ref: "#/components/schemas/inline_response_532" "533": description: Response in case the referenced resource for an connected device does not exist at the controller. @@ -23095,38 +23128,6 @@ components: type: string enum: - Requestor information for callback execution not found. - responseForErroredServiceRequests: - description: Response in case of errored service requests - headers: - x-correlator: - description: UUID for the service execution flow that allows to correlate - requests and responses. Its value must be identical at the response compared - with its corresponding request - style: simple - explode: false - schema: - pattern: "^[0-9A-Fa-f]{8}(?:-[0-9A-Fa-f]{4}){3}-[0-9A-Fa-f]{12}$" - type: string - example: 550e8400-e29b-11d4-a716-446655440000 - exec-time: - description: "Value written by the service provider, reporting the total\ - \ elapsed time for the execution, including all the additional processing\ - \ needed to retrieve the data from the backend service. Expressed in milliseconds" - style: simple - explode: false - schema: - type: integer - example: 1100 - content: - application/json: - schema: - $ref: '#/components/schemas/errorDescription' - responseForErroredOamRequests: - description: Response in case of errored OaM requests - content: - application/json: - schema: - $ref: '#/components/schemas/errorDescription' parameters: user: name: user @@ -23204,14 +23205,14 @@ x-gui-paths: "200": description: Swagger API description page represented "400": - $ref: '#/components/responses/responseForErroredOamRequests' + $ref: "#/components/responses/responseForErroredOamRequests" "401": - $ref: '#/components/responses/responseForErroredOamRequests' + $ref: "#/components/responses/responseForErroredOamRequests" "403": - $ref: '#/components/responses/responseForErroredOamRequests' + $ref: "#/components/responses/responseForErroredOamRequests" "404": - $ref: '#/components/responses/responseForErroredOamRequests' + $ref: "#/components/responses/responseForErroredOamRequests" "500": - $ref: '#/components/responses/responseForErroredOamRequests' + $ref: "#/components/responses/responseForErroredOamRequests" default: - $ref: '#/components/responses/responseForErroredOamRequests' + $ref: "#/components/responses/responseForErroredOamRequests" diff --git a/server/service/individualServices/RequestHandler.js b/server/service/individualServices/RequestHandler.js index e423609..a26ab36 100644 --- a/server/service/individualServices/RequestHandler.js +++ b/server/service/individualServices/RequestHandler.js @@ -47,7 +47,7 @@ exports.postRequestDataFromMWDI = async function(requestUrl, callbackName, paylo let operationUrl = opData.operationName; - const targetUrl = buildTargetUrl(opData.protocol, opData.address, opData.port, opData.operationName); + const targetUrl = buildTargetUrl(opData.protocol, opData.address, opData.port, operationUrl); logger.debug(`Forwarding post data request to '${targetUrl}'`); @@ -90,7 +90,7 @@ exports.getDataFromMWDI = async function (requestUrl, callbackName, payload, fie operationUrl = operationUrl.replace("{mountName}", mountName); } - const targetUrl = buildTargetUrl(opData.protocol, opData.address, opData.port, opData.operationName, fieldsFilter); + const targetUrl = buildTargetUrl(opData.protocol, opData.address, opData.port, operationUrl, fieldsFilter); logger.debug(`Forwarding get request to '${targetUrl}'`); diff --git a/spec/NetworkDataLakeProxy+config.json b/spec/NetworkDataLakeProxy+config.json index 77418d5..6494335 100644 --- a/spec/NetworkDataLakeProxy+config.json +++ b/spec/NetworkDataLakeProxy+config.json @@ -217,7 +217,7 @@ "integer-profile-1-0:integer-profile-pac": { "integer-profile-capability": { "integer-name": "maxNumberOfParallelCcRequests", - "purpose": "Maximum number of allowed parallel Contol construct requests", + "purpose": "Maximum number of allowed parallel Control construct requests", "minimum": 0, "maximum": 1 }, @@ -822,7 +822,7 @@ "layer-protocol-name": "operation-server-interface-1-0:LAYER_PROTOCOL_NAME_TYPE_OPERATION_LAYER", "operation-server-interface-1-0:operation-server-interface-pac": { "operation-server-interface-capability": { - "operation-name": "/v1/provide-inventory-data-of-device" + "operation-name": "/v1/provide-inventory-of-device" }, "operation-server-interface-configuration": { "life-cycle-state": "operation-server-interface-1-0:LIFE_CYCLE_STATE_TYPE_EXPERIMENTAL", diff --git a/spec/NetworkDataLakeProxy+forwardings.yaml b/spec/NetworkDataLakeProxy+forwardings.yaml index e07a7f5..684ce4d 100644 --- a/spec/NetworkDataLakeProxy+forwardings.yaml +++ b/spec/NetworkDataLakeProxy+forwardings.yaml @@ -112,7 +112,7 @@ forwardings: uuid: ndlp-1-0-1-op-s-bs-005 - server-name: /v1/provide-list-of-connected-devices uuid: ndlp-1-0-1-op-s-is-010 - - server-name: /v1/provide-inventory-data-of-device + - server-name: /v1/provide-inventory-of-device uuid: ndlp-1-0-1-op-s-is-011 consequent-requests: - client-name: ExecutionAndTraceLog://v1/record-service-request @@ -435,7 +435,7 @@ forwardings: fc-port-deletion: operation-client-deletion: initiating-requests: - - server-name: /v1/provide-inventory-data-of-device + - server-name: /v1/provide-inventory-of-device uuid: nep-1-0-0-op-s-is-011 consequent-requests: - client-name: MWDI://core-model-1-4:network-control-domain=cache/control-construct={mountName} diff --git a/spec/NetworkDataLakeProxy+profileInstances.yaml b/spec/NetworkDataLakeProxy+profileInstances.yaml index dedb2d3..fbc9295 100644 --- a/spec/NetworkDataLakeProxy+profileInstances.yaml +++ b/spec/NetworkDataLakeProxy+profileInstances.yaml @@ -119,7 +119,7 @@ profile-instances: uuid: 'ndlp-1-0-1-integer-p-000' capability: integer-name: 'maxNumberOfParallelCcRequests' - purpose: 'Maximum number of allowed parallel Contol construct requests' + purpose: 'Maximum number of allowed parallel Control construct requests' minimum: 0 maximum: 1 configuration: diff --git a/spec/NetworkDataLakeProxy+services.yaml b/spec/NetworkDataLakeProxy+services.yaml index 0ad2d0a..af6ebfd 100644 --- a/spec/NetworkDataLakeProxy+services.yaml +++ b/spec/NetworkDataLakeProxy+services.yaml @@ -54,7 +54,7 @@ servers: # ordinary services - operation-name: /v1/provide-list-of-connected-devices uuid: ndlp-1-0-1-op-s-is-010 - - operation-name: /v1/provide-inventory-data-of-device + - operation-name: /v1/provide-inventory-of-device uuid: ndlp-1-0-1-op-s-is-011 http-server: own-application-name: NetworkDataLakeProxy