Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kmohr-soprasteria/issue273 #274

Merged
merged 2 commits into from
Oct 31, 2024
Merged
Show file tree
Hide file tree
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
38 changes: 38 additions & 0 deletions spec/MacAddressTableRecorder+config.json
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,44 @@
{
"uuid": "matr-1-0-2-response-p-008",
"profile-name": "response-profile-1-0:PROFILE_NAME_TYPE_GENERIC_RESPONSE_PROFILE",
"response-profile-1-0:response-profile-pac": {
"response-profile-capability": {
"operation-name": "/v1/inform-about-release-history-in-generic-representation",
"field-name": {
"field-name-reference": "/core-model-1-4:control-construct/logical-termination-point=matr-1-0-2-http-s-000/layer-protocol=0/http-server-interface-1-0:http-server-interface-pac/http-server-interface-capability/release-list=1/release-number"
},
"description": "Represents the second entry in the list of releases",
"datatype": "string"
},
"response-profile-configuration": {
"value": {
"value-reference": "/core-model-1-4:control-construct/logical-termination-point=matr-1-0-2-http-s-000/layer-protocol=0/http-server-interface-1-0:http-server-interface-pac/http-server-interface-capability/release-list=1/changes"
}
}
}
},
{
"uuid": "matr-1-0-2-response-p-009",
"profile-name": "response-profile-1-0:PROFILE_NAME_TYPE_GENERIC_RESPONSE_PROFILE",
"response-profile-1-0:response-profile-pac": {
"response-profile-capability": {
"operation-name": "/v1/inform-about-release-history-in-generic-representation",
"field-name": {
"field-name-reference": "/core-model-1-4:control-construct/logical-termination-point=matr-1-0-2-http-s-000/layer-protocol=0/http-server-interface-1-0:http-server-interface-pac/http-server-interface-capability/release-list=2/release-number"
},
"description": "Represents the third entry in the list of releases",
"datatype": "string"
},
"response-profile-configuration": {
"value": {
"value-reference": "/core-model-1-4:control-construct/logical-termination-point=matr-1-0-2-http-s-000/layer-protocol=0/http-server-interface-1-0:http-server-interface-pac/http-server-interface-capability/release-list=2/changes"
}
}
}
},
{
"uuid": "matr-1-0-2-response-p-015",
"profile-name": "response-profile-1-0:PROFILE_NAME_TYPE_GENERIC_RESPONSE_PROFILE",
"response-profile-1-0:response-profile-pac": {
"response-profile-capability": {
"operation-name": "/v1/provide-list-of-network-element-interfaces-on-path-in-generic-representation",
Expand Down
20 changes: 20 additions & 0 deletions spec/MacAddressTableRecorder+profileInstances.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,26 @@

- profile-name: 'GenericResponseProfile'
uuid: 'matr-1-0-2-response-p-008'
capability:
operation-name: '/v1/inform-about-release-history-in-generic-representation'
field-name-reference: '/core-model-1-4:control-construct/logical-termination-point=matr-1-0-2-http-s-000/layer-protocol=0/http-server-interface-1-0:http-server-interface-pac/http-server-interface-capability/release-list=1/release-number'
description: 'Represents the second entry in the list of releases'
datatype: string
configuration:
value-reference: '/core-model-1-4:control-construct/logical-termination-point=matr-1-0-2-http-s-000/layer-protocol=0/http-server-interface-1-0:http-server-interface-pac/http-server-interface-capability/release-list=1/changes'

- profile-name: 'GenericResponseProfile'
uuid: 'matr-1-0-2-response-p-009'
capability:
operation-name: '/v1/inform-about-release-history-in-generic-representation'
field-name-reference: '/core-model-1-4:control-construct/logical-termination-point=matr-1-0-2-http-s-000/layer-protocol=0/http-server-interface-1-0:http-server-interface-pac/http-server-interface-capability/release-list=2/release-number'
description: 'Represents the third entry in the list of releases'
datatype: string
configuration:
value-reference: '/core-model-1-4:control-construct/logical-termination-point=matr-1-0-2-http-s-000/layer-protocol=0/http-server-interface-1-0:http-server-interface-pac/http-server-interface-capability/release-list=2/changes'

- profile-name: 'GenericResponseProfile'
uuid: 'matr-1-0-2-response-p-015'
capability:
operation-name: '/v1/provide-list-of-network-element-interfaces-on-path-in-generic-representation'
static-field-name: 'listOfNetworkElementInterfacesOnPath'
Expand Down Expand Up @@ -164,7 +184,7 @@
uuid: 'matr-1-0-2-integer-p-003'
capability:
integer-name: 'deviceListSyncPeriod'
#description: 'Time period for the synchronization of the MATR cycle'

Check warning on line 187 in spec/MacAddressTableRecorder+profileInstances.yaml

View workflow job for this annotation

GitHub Actions / lintAllTheThings

187:8 [comments] missing starting space in comment
unit: 'minutes'
minimum: 1
maximum: 120
Expand Down
Loading