Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
108 changes: 5 additions & 103 deletions spec/MicroWaveDeviceInventory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30067,7 +30067,7 @@ paths:
$ref: '#/components/responses/responseForErroredOamRequests'


/core-model-1-4:control-construct/profile-collection/profile={uuid}/regex-pattern-mapping-profile-1-0:regex-pattern-mapping-profile-pac/regex-pattern-mapping-profile-capability/mapping-name:
/core-model-1-4:control-construct/profile-collection/profile={uuid}/regex-pattern-mapping-profile-1-0:regex-pattern-mapping-profile-pac/regex-pattern-mapping-capability/mapping-name:
parameters:
- in: path
name: uuid
Expand Down Expand Up @@ -30108,57 +30108,8 @@ paths:
$ref: '#/components/responses/responseForErroredOamRequests'
default:
$ref: '#/components/responses/responseForErroredOamRequests'
put:
operationId: putRegexPatternMappingProfileMappingNameValue
summary: 'Configures value of the mapping name'
tags:
- RegexPatternMappingProfile
security:
- basicAuth: []
requestBody:
required: true
content:
application/json:
schema:
type: object
required:
- mapping-profile-1-0:mapping-name
properties:
mapping-profile-1-0:mapping-name:
type: string
example: 'deviceTypeMapping'
responses:
'204':
description: 'Mapping name configured'
headers:
x-correlator:
schema:
type: string
example: '550e8400-e29b-11d4-a716-446655440000'
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'
exec-time:
schema:
type: integer
example: 1100
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'
backend-time:
schema:
type: integer
example: 850
description: 'Value written by the service provider, reporting the elapsed time for data retrieval from the backend (service invocation, database access…). Expressed in milliseconds'
'400':
$ref: '#/components/responses/responseForErroredOamRequests'
'401':
$ref: '#/components/responses/responseForErroredOamRequests'
'403':
$ref: '#/components/responses/responseForErroredOamRequests'
'404':
$ref: '#/components/responses/responseForErroredOamRequests'
'500':
$ref: '#/components/responses/responseForErroredOamRequests'
default:
$ref: '#/components/responses/responseForErroredOamRequests'
/core-model-1-4:control-construct/profile-collection/profile={uuid}/regex-pattern-mapping-profile-1-0:regex-pattern-mapping-profile-pac/regex-pattern-mapping-profile-capability/purpose:

/core-model-1-4:control-construct/profile-collection/profile={uuid}/regex-pattern-mapping-profile-1-0:regex-pattern-mapping-profile-pac/regex-pattern-mapping-capability/purpose:
parameters:
- in: path
name: uuid
Expand Down Expand Up @@ -30199,57 +30150,8 @@ paths:
$ref: '#/components/responses/responseForErroredOamRequests'
default:
$ref: '#/components/responses/responseForErroredOamRequests'
put:
operationId: putRegexPatternMappingProfilePurposeValue
summary: 'Configures value of the purpose'
tags:
- RegexPatternMappingProfile
security:
- basicAuth: []
requestBody:
required: true
content:
application/json:
schema:
type: object
required:
- mapping-profile-1-0:purpose
properties:
mapping-profile-1-0:purpose:
type: string
example: 'Used to map xyz against abc'
responses:
'204':
description: 'Purpose configured'
headers:
x-correlator:
schema:
type: string
example: '550e8400-e29b-11d4-a716-446655440000'
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'
exec-time:
schema:
type: integer
example: 1100
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'
backend-time:
schema:
type: integer
example: 850
description: 'Value written by the service provider, reporting the elapsed time for data retrieval from the backend (service invocation, database access…). Expressed in milliseconds'
'400':
$ref: '#/components/responses/responseForErroredOamRequests'
'401':
$ref: '#/components/responses/responseForErroredOamRequests'
'403':
$ref: '#/components/responses/responseForErroredOamRequests'
'404':
$ref: '#/components/responses/responseForErroredOamRequests'
'500':
$ref: '#/components/responses/responseForErroredOamRequests'
default:
$ref: '#/components/responses/responseForErroredOamRequests'
/core-model-1-4:control-construct/profile-collection/profile={uuid}/regex-pattern-mapping-profile-1-0:regex-pattern-mapping-profile-pac/regex-pattern-mapping-profile-configuration/mapping-list:

/core-model-1-4:control-construct/profile-collection/profile={uuid}/regex-pattern-mapping-profile-1-0:regex-pattern-mapping-profile-pac/regex-pattern-mapping-configuration/mapping-list:
parameters:
- in: path
name: uuid
Expand Down
Loading