Commit bb52e949 authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

re-fixed issue #2

parent 0458eab6
Pipeline #10465 passed with stage
in 0 seconds
...@@ -12,7 +12,7 @@ components: ...@@ -12,7 +12,7 @@ components:
id: id:
description: >- description: >-
Identifier that identifies the subscription. Identifier that identifies the subscription.
$ref: '../components/SOL009_schemas.yaml#/components/schemas/Identifier' $ref: '../../components/SOL009_schemas.yaml#/components/schemas/Identifier'
filter: filter:
description: >- description: >-
Filter settings for this subscription, to define the subset of all notifications this subscription Filter settings for this subscription, to define the subset of all notifications this subscription
...@@ -22,7 +22,7 @@ components: ...@@ -22,7 +22,7 @@ components:
callbackUri: callbackUri:
description: >- description: >-
The URI of the endpoint to send the notification to. The URI of the endpoint to send the notification to.
$ref: '../components/SOL009_schemas.yaml#/components/schemas/Uri' $ref: '../../components/SOL009_schemas.yaml#/components/schemas/Uri'
_links: _links:
description: >- description: >-
Links to resources related to this resource. Links to resources related to this resource.
...@@ -33,7 +33,7 @@ components: ...@@ -33,7 +33,7 @@ components:
self: self:
description: >- description: >-
URI of this resource. URI of this resource.
$ref: '../components/SOL009_schemas.yaml#/components/schemas/Link' $ref: '../../components/SOL009_schemas.yaml#/components/schemas/Link'
LogmNotificationsFilter: LogmNotificationsFilter:
description: >- description: >-
...@@ -81,13 +81,13 @@ components: ...@@ -81,13 +81,13 @@ components:
manoEntityId: manoEntityId:
description: >- description: >-
If present, match the NFV-MANO functional entity with an instance identifier listed in this attribute. If present, match the NFV-MANO functional entity with an instance identifier listed in this attribute.
$ref: '../components/SOL009_schemas.yaml#/components/schemas/Identifier' $ref: '../../components/SOL009_schemas.yaml#/components/schemas/Identifier'
manoServiceIds: manoServiceIds:
description: >- description: >-
If present, match NFV-MANO services with an instance identifier listed in this attribute. If present, match NFV-MANO services with an instance identifier listed in this attribute.
type: array type: array
items: items:
$ref: '../components/SOL009_schemas.yaml#/components/schemas/IdentifierInManoEntity' $ref: '../../components/SOL009_schemas.yaml#/components/schemas/IdentifierInManoEntity'
manoServiceNames: manoServiceNames:
description: >- description: >-
If present, match NFV-MANO services with an NFV-MANO service name listed in this attribute. If present, match NFV-MANO services with an NFV-MANO service name listed in this attribute.
...@@ -100,7 +100,7 @@ components: ...@@ -100,7 +100,7 @@ components:
identifier listed in this attribute. identifier listed in this attribute.
type: array type: array
items: items:
$ref: '../components/SOL009_schemas.yaml#/components/schemas/IdentifierInManoEntity' $ref: '../../components/SOL009_schemas.yaml#/components/schemas/IdentifierInManoEntity'
manoServiceInterfaceNames: manoServiceInterfaceNames:
description: >- description: >-
If present, match NFV-MANO functional entity produced interfaces with an instance Name listed in If present, match NFV-MANO functional entity produced interfaces with an instance Name listed in
...@@ -114,7 +114,7 @@ components: ...@@ -114,7 +114,7 @@ components:
listed in this attribute. listed in this attribute.
type: array type: array
items: items:
$ref: '../components/SOL009_schemas.yaml#/components/schemas/Identifier' $ref: '../../components/SOL009_schemas.yaml#/components/schemas/Identifier'
consumedManoInterfaceNames: consumedManoInterfaceNames:
description: >- description: >-
If present, match NFV-MANO functional entity consumed interfaces with an instance Name If present, match NFV-MANO functional entity consumed interfaces with an instance Name
...@@ -155,13 +155,13 @@ components: ...@@ -155,13 +155,13 @@ components:
id: id:
description: >- description: >-
Identifier of this log report. Identifier of this log report.
$ref: '../components/SOL009_schemas.yaml#/components/schemas/Identifier' $ref: '../../components/SOL009_schemas.yaml#/components/schemas/Identifier'
objectInstanceId: objectInstanceId:
description: >- description: >-
Identifiers of the object instance for which logging information is collected. Identifiers of the object instance for which logging information is collected.
This attribute shall contain the identifier of the instance of the object that is This attribute shall contain the identifier of the instance of the object that is
logged according to their type. logged according to their type.
$ref: '../components/SOL009_schemas.yaml#/components/schemas/ManoManagedObjectReference' $ref: '../../components/SOL009_schemas.yaml#/components/schemas/ManoManagedObjectReference'
compilationTrigger: compilationTrigger:
description: >- description: >-
The trigger for the compilation of the log file. The trigger for the compilation of the log file.
...@@ -174,11 +174,11 @@ components: ...@@ -174,11 +174,11 @@ components:
readyTime: readyTime:
description: >- description: >-
The time when the report and log file was made available. The time when the report and log file was made available.
$ref: '../components/SOL009_schemas.yaml#/components/schemas/DateTime' $ref: '../../components/SOL009_schemas.yaml#/components/schemas/DateTime'
expiryTime: expiryTime:
description: >- description: >-
The time when the report and log file will expire. The time when the report and log file will expire.
$ref: '../components/SOL009_schemas.yaml#/components/schemas/DateTime' $ref: '../../components/SOL009_schemas.yaml#/components/schemas/DateTime'
fileSize: fileSize:
description: >- description: >-
The size of the compiled log file in bytes, if known. The size of the compiled log file in bytes, if known.
...@@ -269,14 +269,14 @@ components: ...@@ -269,14 +269,14 @@ components:
self: self:
description: >- description: >-
URI of this resource. URI of this resource.
$ref: '../components/SOL009_schemas.yaml#/components/schemas/Link' $ref: '../../components/SOL009_schemas.yaml#/components/schemas/Link'
objects: objects:
description: >- description: >-
Links to resources representing the object instances that are logged. Shall be present Links to resources representing the object instances that are logged. Shall be present
if the logged object instance information is accessible as a resource. if the logged object instance information is accessible as a resource.
type: array type: array
items: items:
$ref: '../components/SOL009_schemas.yaml#/components/schemas/Link' $ref: '../../components/SOL009_schemas.yaml#/components/schemas/Link'
LogmSubscriptionRequest: LogmSubscriptionRequest:
description: >- description: >-
...@@ -345,7 +345,7 @@ components: ...@@ -345,7 +345,7 @@ components:
id: id:
description: >- description: >-
Identifier of this logging job. Identifier of this logging job.
$ref: '../components/SOL009_schemas.yaml#/components/schemas/Identifier' $ref: '../../components/SOL009_schemas.yaml#/components/schemas/Identifier'
objectInstanceIds: objectInstanceIds:
description: >- description: >-
Identifiers of the object instance for which logging information is collected. This attribute shall Identifiers of the object instance for which logging information is collected. This attribute shall
...@@ -374,11 +374,11 @@ components: ...@@ -374,11 +374,11 @@ components:
logReportId: logReportId:
description: >- description: >-
Identifier of the available log report. Identifier of the available log report.
$ref: '../components/SOL009_schemas.yaml#/components/schemas/Identifier' $ref: '../../components/SOL009_schemas.yaml#/components/schemas/Identifier'
logReportLoc: logReportLoc:
description: >- description: >-
Link to the available log report. Link to the available log report.
$ref: '../components/SOL009_schemas.yaml#/components/schemas/Link' $ref: '../../components/SOL009_schemas.yaml#/components/schemas/Link'
_links: _links:
description: >- description: >-
Links for this resource. Links for this resource.
...@@ -389,14 +389,14 @@ components: ...@@ -389,14 +389,14 @@ components:
self: self:
description: >- description: >-
URI of this resource. URI of this resource.
$ref: '../components/SOL009_schemas.yaml#/components/schemas/Link' $ref: '../../components/SOL009_schemas.yaml#/components/schemas/Link'
objects: objects:
description: >- description: >-
Links to resources representing the object instances that are logged. Shall be present Links to resources representing the object instances that are logged. Shall be present
if the logged object instance information is accessible as a resource. if the logged object instance information is accessible as a resource.
type: array type: array
items: items:
$ref: '../components/SOL009_schemas.yaml#/components/schemas/Link' $ref: '../../components/SOL009_schemas.yaml#/components/schemas/Link'
LoggingJobCriteria: LoggingJobCriteria:
description: >- description: >-
...@@ -483,7 +483,7 @@ components: ...@@ -483,7 +483,7 @@ components:
description: >- description: >-
IP address to match the source IP address of request messages to log. The API producer IP address to match the source IP address of request messages to log. The API producer
shall support this attribute. shall support this attribute.
$ref: '../components/SOL009_schemas.yaml#/components/schemas/IpAddress' $ref: '../../components/SOL009_schemas.yaml#/components/schemas/IpAddress'
requestMethod: requestMethod:
description: >- description: >-
HTTP request method to be matched. To match, the HTTP request method of the message shall be the HTTP request method to be matched. To match, the HTTP request method of the message shall be the
...@@ -501,7 +501,7 @@ components: ...@@ -501,7 +501,7 @@ components:
description: >- description: >-
IP address to match the destination IP address of response messages to log. The API IP address to match the destination IP address of response messages to log. The API
producer shall support this attribute producer shall support this attribute
$ref: '../components/SOL009_schemas.yaml#/components/schemas/IpAddress' $ref: '../../components/SOL009_schemas.yaml#/components/schemas/IpAddress'
responseCodes: responseCodes:
description: >- description: >-
HTTP response codes or patterns to match. A list of all valid HTTP response codes and their HTTP response codes or patterns to match. A list of all valid HTTP response codes and their
...@@ -720,7 +720,7 @@ components: ...@@ -720,7 +720,7 @@ components:
description: >- description: >-
Identifier of this notification. If a notification is sent multiple times due to multiple subscriptions, Identifier of this notification. If a notification is sent multiple times due to multiple subscriptions,
the "id" attribute of all these notifications shall have the same value. the "id" attribute of all these notifications shall have the same value.
$ref: '../components/SOL009_schemas.yaml#/components/schemas/Identifier' $ref: '../../components/SOL009_schemas.yaml#/components/schemas/Identifier'
notificationType: notificationType:
description: >- description: >-
Discriminator for the different notification types. Discriminator for the different notification types.
...@@ -729,11 +729,11 @@ components: ...@@ -729,11 +729,11 @@ components:
subscriptionId: subscriptionId:
description: >- description: >-
Identifier of the subscription that this notification relates to. Identifier of the subscription that this notification relates to.
$ref: '../components/SOL009_schemas.yaml#/components/schemas/Identifier' $ref: '../../components/SOL009_schemas.yaml#/components/schemas/Identifier'
timeStamp: timeStamp:
description: >- description: >-
Date and time of the generation of the notification. Date and time of the generation of the notification.
$ref: '../components/SOL009_schemas.yaml#/components/schemas/DateTime' $ref: '../../components/SOL009_schemas.yaml#/components/schemas/DateTime'
objectInstanceId: objectInstanceId:
description: >- description: >-
Identifier that identifies the object instance for which the log report is available. Identifier that identifies the object instance for which the log report is available.
...@@ -750,16 +750,16 @@ components: ...@@ -750,16 +750,16 @@ components:
subscription: subscription:
description: >- description: >-
Link to the related subscription. Link to the related subscription.
$ref: '../components/SOL009_schemas.yaml#/components/schemas/NotificationLink' $ref: '../../components/SOL009_schemas.yaml#/components/schemas/NotificationLink'
objectInstance: objectInstance:
description: >- description: >-
Link to the resource representing the measured object instance to which the notified change applies. Link to the resource representing the measured object instance to which the notified change applies.
Shall be present if the measured object instance information is accessible as a resource. Shall be present if the measured object instance information is accessible as a resource.
$ref: '../components/SOL009_schemas.yaml#/components/schemas/NotificationLink' $ref: '../../components/SOL009_schemas.yaml#/components/schemas/NotificationLink'
LoggingJob: LoggingJob:
description: >- description: >-
Link to the resource that represents the logging job for which the log report is available. Link to the resource that represents the logging job for which the log report is available.
$ref: '../components/SOL009_schemas.yaml#/components/schemas/NotificationLink' $ref: '../../components/SOL009_schemas.yaml#/components/schemas/NotificationLink'
logReports: logReports:
description: >- description: >-
Link from which the available log report can be obtained. Due to the relationship of the logging Link from which the available log report can be obtained. Due to the relationship of the logging
...@@ -767,4 +767,4 @@ components: ...@@ -767,4 +767,4 @@ components:
notification link can be provided. notification link can be provided.
type: array type: array
items: items:
$ref: '../components/SOL009_schemas.yaml#/components/schemas/NotificationLink' $ref: '../../components/SOL009_schemas.yaml#/components/schemas/NotificationLink'
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment