Loading src/SOL009/NFVManoConfigurationAndInformationManagement/NFVManoConfigurationAndInformationManagement.yaml +3 −155 Original line number Diff line number Diff line Loading @@ -330,7 +330,7 @@ paths: - $ref: "../components/SOL009_params.yaml#/components/parameters/Accept" - $ref: "../components/SOL009_params.yaml#/components/parameters/Authorization" requestBody: $ref: "#/components/requestBodies/CreateSubscriptionRequest" $ref: "#/components/requestBodies/CimSubscriptionRequest" responses: "201": $ref: "#/components/responses/subscriptions.post.201" Loading Loading @@ -1116,70 +1116,6 @@ components: - callbackUri - _links InformationChangedNotification: description: > This type represents a notification that is sent when data about configuration and information of the NFV-MANO functional entity have been changed. type: object properties: id: description: > 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. $ref: "../components/SOL009_schemas.yaml#/components/schemas/Identifier" notificationType: description: > Discriminator for the different notification types. Shall be set to "InformationChangedNotification" for this notification type. type: string subscriptionId: description: > Identifier of the subscription that this notification relates to. $ref: "../components/SOL009_schemas.yaml#/components/schemas/Identifier" timeStamp: description: > Date and time of the generation of the notification. $ref: "../components/SOL009_schemas.yaml#/components/schemas/DateTime" informationChangedTime: description: > Timestamp indicating when the information was changed. $ref: "../components/SOL009_schemas.yaml#/components/schemas/DateTime" manoEntityId: description: > Identifier of the MANO entity of which the information was changed. $ref: "../components/SOL009_schemas.yaml#/components/schemas/Identifier" changedInfo: description: > Data about the changed configuration and information of the NFV-MANO functional entity. $ref: "../components/SOL009_schemas.yaml#/components/schemas/KeyValuePairs" _links: description: > Links to resources related to this notification. type: object properties: self: description: > Link to the related subscription. $ref: "../components/SOL009_schemas.yaml#/components/schemas/NotificationLink" subscription: description: > Link to the related subscription. $ref: "../components/SOL009_schemas.yaml#/components/schemas/NotificationLink" required: - self required: - id - notificationType - subscriptionId - timeStamp - informationChangedTime - manoEntityId - changedInfo - _links ChangeStateRequest: description: > This type represents request parameters for changing the state of a managed entity. Loading Loading @@ -1300,94 +1236,6 @@ components: - startTime - managedObjectRef ChangeStateNotification: description: > This type represents a Change state operation occurrence. type: object properties: id: description: > 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. $ref: "../components/SOL009_schemas.yaml#/components/schemas/Identifier" notificationType: description: > Discriminator for the different notification types. Shall be set to "ChangeStateNotification" for this notification type. type: string subscriptionId: description: > Identifier of the subscription that this notification relates to. $ref: "../components/SOL009_schemas.yaml#/components/schemas/Identifier" timestamp: description: > Date-time of the generation of the notification. $ref: "../components/SOL009_schemas.yaml#/components/schemas/DateTime" changeStateOpOccId: description: > Identifier of the change state operation occurrence associated to the notification. $ref: "../components/SOL009_schemas.yaml#/components/schemas/Identifier" stateChangedTime: description: > Timestamp indicating when the state on the managed object was changed. $ref: "../components/SOL009_schemas.yaml#/components/schemas/DateTime" changeStateOperationState: description: > The state of the "change state operation occurrence". $ref: "#/components/schemas/ChangeStateOpOccStateEnumType" managedObjectRef: description: > Reference of the managed object to which the state change notification relates. The value of the "type" attribute shall be "MANO_ENTITY" or "MANO_SERVICE_IF". $ref: "../components/SOL009_schemas.yaml#/components/schemas/ManoManagedObjectReference" operationalState: description: > New operational state of the managed object. Shall only be present when there is a change in the operational state. $ref: "#/components/schemas/OperationalStateEnumType" administrativeState: description: > New administrative state of the managed object. Shall only be present when there is a change in the administrative state. $ref: "#/components/schemas/AdministrativeStateEnumType" _links: description: > Links to resources related to this notification. type: object properties: subscription: description: > Link to the related subscription. $ref: "../components/SOL009_schemas.yaml#/components/schemas/NotificationLink" objectInstance: description: > Link to the resource representing the object to which the change state applies. Shall be present if the object instance is accessible as a resource. $ref: "../components/SOL009_schemas.yaml#/components/schemas/NotificationLink" changeStateOpOcc: description: > Link to the change state operation occurrence that this notification is related to. $ref: "../components/SOL009_schemas.yaml#/components/schemas/NotificationLink" required: - subscription - objectInstance - changeStateOpOcc required: - id - notificationType - subscriptionId - timestamp - changeStateOpOccId - stateChangedTime - changeStateOperationState - managedObjectRef - _links ManoServiceInterface: description: > This type represents an individual NFV-MANO service interface produced by Loading Loading @@ -2878,7 +2726,7 @@ components: $ref: "#/components/schemas/ChangeStateRequest" required: true CreateSubscriptionRequest: CimSubscriptionRequest: description: > Details of the subscription to be created, as defined in clause 5.6.2.5-1. Loading src/SOL009/NFVManoConfigurationAndInformationManagementNotification/NFVManoConfigurationAndInformationManagementNotification.yaml +157 −7 Original line number Diff line number Diff line openapi: 3.0.2 info: version: 1.0.0-impl:etsi.org:ETSI_NFV_OpenAPI:1 title: SOL009 - NFV-MANO Configuration and Information Management Notification Interface title: SOL009 - NFV-MANO Configuration and Information Management Notification Operation description: > SOL009 - NFV-MANO Configuration and Information Management Notification Interface SOL009 - NFV-MANO Configuration and Information Management Notification Operation IMPORTANT: Please note that this file might be not aligned to the current version of the ETSI Group Specification it refers to and has not been Loading Loading @@ -44,7 +44,7 @@ paths: - $ref: "../components/SOL009_params.yaml#/components/parameters/Accept" - $ref: "../components/SOL009_params.yaml#/components/parameters/Authorization" requestBody: $ref: "#/components/requestBodies/CreateConfigurationAnfInformationNotificationRequest" $ref: "#/components/requestBodies/ConfigurationAnfInformationNotification" responses: "204": $ref: "#/components/responses/notification.post.204" Loading Loading @@ -145,7 +145,7 @@ components: type: string requestBodies: CreateConfigurationAnfInformationNotificationRequest: ConfigurationAnfInformationNotification: description: > A notification about configuration and information data changes of the NFV-MANO functional entity, or state changes of the NFV-MANO functional Loading @@ -154,8 +154,158 @@ components: application/json: schema: oneOf: - $ref: "../NFVManoConfigurationAndInformationManagement/NFVManoConfigurationAndInformationManagement.yaml#/components/schemas/InformationChangedNotification" - $ref: "../NFVManoConfigurationAndInformationManagement/NFVManoConfigurationAndInformationManagement.yaml#/components/schemas/ChangeStateNotification" - $ref: "#/components/schemas/InformationChangedNotification" - $ref: "#/components/schemas/ChangeStateNotification" required: true schemas: InformationChangedNotification: description: > This type represents a notification that is sent when data about configuration and information of the NFV-MANO functional entity have been changed. type: object properties: id: description: > 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. $ref: "../components/SOL009_schemas.yaml#/components/schemas/Identifier" notificationType: description: > Discriminator for the different notification types. Shall be set to "InformationChangedNotification" for this notification type. type: string subscriptionId: description: > Identifier of the subscription that this notification relates to. $ref: "../components/SOL009_schemas.yaml#/components/schemas/Identifier" timeStamp: description: > Date and time of the generation of the notification. $ref: "../components/SOL009_schemas.yaml#/components/schemas/DateTime" informationChangedTime: description: > Timestamp indicating when the information was changed. $ref: "../components/SOL009_schemas.yaml#/components/schemas/DateTime" manoEntityId: description: > Identifier of the MANO entity of which the information was changed. $ref: "../components/SOL009_schemas.yaml#/components/schemas/Identifier" changedInfo: description: > Data about the changed configuration and information of the NFV-MANO functional entity. $ref: "../components/SOL009_schemas.yaml#/components/schemas/KeyValuePairs" _links: description: > Links to resources related to this notification. type: object properties: self: description: > Link to the related subscription. $ref: "../components/SOL009_schemas.yaml#/components/schemas/NotificationLink" subscription: description: > Link to the related subscription. $ref: "../components/SOL009_schemas.yaml#/components/schemas/NotificationLink" required: - self required: - id - notificationType - subscriptionId - timeStamp - informationChangedTime - manoEntityId - changedInfo - _links ChangeStateNotification: description: > This type represents a Change state operation occurrence. type: object properties: id: description: > 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. $ref: "../components/SOL009_schemas.yaml#/components/schemas/Identifier" notificationType: description: > Discriminator for the different notification types. Shall be set to "ChangeStateNotification" for this notification type. type: string subscriptionId: description: > Identifier of the subscription that this notification relates to. $ref: "../components/SOL009_schemas.yaml#/components/schemas/Identifier" timestamp: description: > Date-time of the generation of the notification. $ref: "../components/SOL009_schemas.yaml#/components/schemas/DateTime" changeStateOpOccId: description: > Identifier of the change state operation occurrence associated to the notification. $ref: "../components/SOL009_schemas.yaml#/components/schemas/Identifier" stateChangedTime: description: > Timestamp indicating when the state on the managed object was changed. $ref: "../components/SOL009_schemas.yaml#/components/schemas/DateTime" changeStateOperationState: description: > The state of the "change state operation occurrence". $ref: "#/components/schemas/ChangeStateOpOccStateEnumType" managedObjectRef: description: > Reference of the managed object to which the state change notification relates. The value of the "type" attribute shall be "MANO_ENTITY" or "MANO_SERVICE_IF". $ref: "../components/SOL009_schemas.yaml#/components/schemas/ManoManagedObjectReference" operationalState: description: > New operational state of the managed object. Shall only be present when there is a change in the operational state. $ref: "#/components/schemas/OperationalStateEnumType" administrativeState: description: > New administrative state of the managed object. Shall only be present when there is a change in the administrative state. $ref: "#/components/schemas/AdministrativeStateEnumType" _links: description: > Links to resources related to this notification. type: object properties: subscription: description: > Link to the related subscription. $ref: "../components/SOL009_schemas.yaml#/components/schemas/NotificationLink" objectInstance: description: > Link to the resource representing the object to which the change state applies. Shall be present if the object instance is accessible as a resource. $ref: "../components/SOL009_schemas.yaml#/components/schemas/NotificationLink" changeStateOpOcc: description: > Link to the change state operation occurrence that this notification is related to. $ref: "../components/SOL009_schemas.yaml#/components/schemas/NotificationLink" required: - subscription - objectInstance - changeStateOpOcc required: - id - notificationType - subscriptionId - timestamp - changeStateOpOccId - stateChangedTime - changeStateOperationState - managedObjectRef - _links No newline at end of file src/SOL009/NFVManoFaultManagementNotification/NFVManoFaultManagementNotification.yaml +2 −2 Original line number Diff line number Diff line openapi: 3.0.2 info: version: 1.0.0-impl:etsi.org:ETSI_NFV_OpenAPI:1 title: SOL009 - NFV-MANO Fault Management Notification interface title: SOL009 - NFV-MANO Fault Management Notification Operation description: > SOL009 - NFV-MANO Fault Management Notification interface SOL009 - NFV-MANO Fault Management Notification Operation IMPORTANT: Please note that this file might be not aligned to the current version of the ETSI Group Specification it refers to. In case of discrepancies the published ETSI Group Specification takes precedence. Loading src/SOL009/NFVManoLogManagementNotification/NFVManoLogManagementNotification.yaml +2 −2 Original line number Diff line number Diff line openapi: 3.0.2 info: version: 1.0.0-impl:etsi.org:ETSI_NFV_OpenAPI:1 title: SOL009 - NFV-MANO Log Management Notification interface title: SOL009 - NFV-MANO Log Management Notification Operation description: > SOL009 - NFV-MANO Log Management Notification interface SOL009 - NFV-MANO Log Management Notification Operation IMPORTANT: Please note that this file might be not aligned to the current version of the ETSI Group Specification it refers to. In case of discrepancies the published ETSI Group Specification takes precedence. Loading src/SOL009/NFVManoPerformanceManagement/NFVManoPerformanceManagement.yaml +1 −192 File changed.Preview size limit exceeded, changes collapsed. Show changes Loading
src/SOL009/NFVManoConfigurationAndInformationManagement/NFVManoConfigurationAndInformationManagement.yaml +3 −155 Original line number Diff line number Diff line Loading @@ -330,7 +330,7 @@ paths: - $ref: "../components/SOL009_params.yaml#/components/parameters/Accept" - $ref: "../components/SOL009_params.yaml#/components/parameters/Authorization" requestBody: $ref: "#/components/requestBodies/CreateSubscriptionRequest" $ref: "#/components/requestBodies/CimSubscriptionRequest" responses: "201": $ref: "#/components/responses/subscriptions.post.201" Loading Loading @@ -1116,70 +1116,6 @@ components: - callbackUri - _links InformationChangedNotification: description: > This type represents a notification that is sent when data about configuration and information of the NFV-MANO functional entity have been changed. type: object properties: id: description: > 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. $ref: "../components/SOL009_schemas.yaml#/components/schemas/Identifier" notificationType: description: > Discriminator for the different notification types. Shall be set to "InformationChangedNotification" for this notification type. type: string subscriptionId: description: > Identifier of the subscription that this notification relates to. $ref: "../components/SOL009_schemas.yaml#/components/schemas/Identifier" timeStamp: description: > Date and time of the generation of the notification. $ref: "../components/SOL009_schemas.yaml#/components/schemas/DateTime" informationChangedTime: description: > Timestamp indicating when the information was changed. $ref: "../components/SOL009_schemas.yaml#/components/schemas/DateTime" manoEntityId: description: > Identifier of the MANO entity of which the information was changed. $ref: "../components/SOL009_schemas.yaml#/components/schemas/Identifier" changedInfo: description: > Data about the changed configuration and information of the NFV-MANO functional entity. $ref: "../components/SOL009_schemas.yaml#/components/schemas/KeyValuePairs" _links: description: > Links to resources related to this notification. type: object properties: self: description: > Link to the related subscription. $ref: "../components/SOL009_schemas.yaml#/components/schemas/NotificationLink" subscription: description: > Link to the related subscription. $ref: "../components/SOL009_schemas.yaml#/components/schemas/NotificationLink" required: - self required: - id - notificationType - subscriptionId - timeStamp - informationChangedTime - manoEntityId - changedInfo - _links ChangeStateRequest: description: > This type represents request parameters for changing the state of a managed entity. Loading Loading @@ -1300,94 +1236,6 @@ components: - startTime - managedObjectRef ChangeStateNotification: description: > This type represents a Change state operation occurrence. type: object properties: id: description: > 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. $ref: "../components/SOL009_schemas.yaml#/components/schemas/Identifier" notificationType: description: > Discriminator for the different notification types. Shall be set to "ChangeStateNotification" for this notification type. type: string subscriptionId: description: > Identifier of the subscription that this notification relates to. $ref: "../components/SOL009_schemas.yaml#/components/schemas/Identifier" timestamp: description: > Date-time of the generation of the notification. $ref: "../components/SOL009_schemas.yaml#/components/schemas/DateTime" changeStateOpOccId: description: > Identifier of the change state operation occurrence associated to the notification. $ref: "../components/SOL009_schemas.yaml#/components/schemas/Identifier" stateChangedTime: description: > Timestamp indicating when the state on the managed object was changed. $ref: "../components/SOL009_schemas.yaml#/components/schemas/DateTime" changeStateOperationState: description: > The state of the "change state operation occurrence". $ref: "#/components/schemas/ChangeStateOpOccStateEnumType" managedObjectRef: description: > Reference of the managed object to which the state change notification relates. The value of the "type" attribute shall be "MANO_ENTITY" or "MANO_SERVICE_IF". $ref: "../components/SOL009_schemas.yaml#/components/schemas/ManoManagedObjectReference" operationalState: description: > New operational state of the managed object. Shall only be present when there is a change in the operational state. $ref: "#/components/schemas/OperationalStateEnumType" administrativeState: description: > New administrative state of the managed object. Shall only be present when there is a change in the administrative state. $ref: "#/components/schemas/AdministrativeStateEnumType" _links: description: > Links to resources related to this notification. type: object properties: subscription: description: > Link to the related subscription. $ref: "../components/SOL009_schemas.yaml#/components/schemas/NotificationLink" objectInstance: description: > Link to the resource representing the object to which the change state applies. Shall be present if the object instance is accessible as a resource. $ref: "../components/SOL009_schemas.yaml#/components/schemas/NotificationLink" changeStateOpOcc: description: > Link to the change state operation occurrence that this notification is related to. $ref: "../components/SOL009_schemas.yaml#/components/schemas/NotificationLink" required: - subscription - objectInstance - changeStateOpOcc required: - id - notificationType - subscriptionId - timestamp - changeStateOpOccId - stateChangedTime - changeStateOperationState - managedObjectRef - _links ManoServiceInterface: description: > This type represents an individual NFV-MANO service interface produced by Loading Loading @@ -2878,7 +2726,7 @@ components: $ref: "#/components/schemas/ChangeStateRequest" required: true CreateSubscriptionRequest: CimSubscriptionRequest: description: > Details of the subscription to be created, as defined in clause 5.6.2.5-1. Loading
src/SOL009/NFVManoConfigurationAndInformationManagementNotification/NFVManoConfigurationAndInformationManagementNotification.yaml +157 −7 Original line number Diff line number Diff line openapi: 3.0.2 info: version: 1.0.0-impl:etsi.org:ETSI_NFV_OpenAPI:1 title: SOL009 - NFV-MANO Configuration and Information Management Notification Interface title: SOL009 - NFV-MANO Configuration and Information Management Notification Operation description: > SOL009 - NFV-MANO Configuration and Information Management Notification Interface SOL009 - NFV-MANO Configuration and Information Management Notification Operation IMPORTANT: Please note that this file might be not aligned to the current version of the ETSI Group Specification it refers to and has not been Loading Loading @@ -44,7 +44,7 @@ paths: - $ref: "../components/SOL009_params.yaml#/components/parameters/Accept" - $ref: "../components/SOL009_params.yaml#/components/parameters/Authorization" requestBody: $ref: "#/components/requestBodies/CreateConfigurationAnfInformationNotificationRequest" $ref: "#/components/requestBodies/ConfigurationAnfInformationNotification" responses: "204": $ref: "#/components/responses/notification.post.204" Loading Loading @@ -145,7 +145,7 @@ components: type: string requestBodies: CreateConfigurationAnfInformationNotificationRequest: ConfigurationAnfInformationNotification: description: > A notification about configuration and information data changes of the NFV-MANO functional entity, or state changes of the NFV-MANO functional Loading @@ -154,8 +154,158 @@ components: application/json: schema: oneOf: - $ref: "../NFVManoConfigurationAndInformationManagement/NFVManoConfigurationAndInformationManagement.yaml#/components/schemas/InformationChangedNotification" - $ref: "../NFVManoConfigurationAndInformationManagement/NFVManoConfigurationAndInformationManagement.yaml#/components/schemas/ChangeStateNotification" - $ref: "#/components/schemas/InformationChangedNotification" - $ref: "#/components/schemas/ChangeStateNotification" required: true schemas: InformationChangedNotification: description: > This type represents a notification that is sent when data about configuration and information of the NFV-MANO functional entity have been changed. type: object properties: id: description: > 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. $ref: "../components/SOL009_schemas.yaml#/components/schemas/Identifier" notificationType: description: > Discriminator for the different notification types. Shall be set to "InformationChangedNotification" for this notification type. type: string subscriptionId: description: > Identifier of the subscription that this notification relates to. $ref: "../components/SOL009_schemas.yaml#/components/schemas/Identifier" timeStamp: description: > Date and time of the generation of the notification. $ref: "../components/SOL009_schemas.yaml#/components/schemas/DateTime" informationChangedTime: description: > Timestamp indicating when the information was changed. $ref: "../components/SOL009_schemas.yaml#/components/schemas/DateTime" manoEntityId: description: > Identifier of the MANO entity of which the information was changed. $ref: "../components/SOL009_schemas.yaml#/components/schemas/Identifier" changedInfo: description: > Data about the changed configuration and information of the NFV-MANO functional entity. $ref: "../components/SOL009_schemas.yaml#/components/schemas/KeyValuePairs" _links: description: > Links to resources related to this notification. type: object properties: self: description: > Link to the related subscription. $ref: "../components/SOL009_schemas.yaml#/components/schemas/NotificationLink" subscription: description: > Link to the related subscription. $ref: "../components/SOL009_schemas.yaml#/components/schemas/NotificationLink" required: - self required: - id - notificationType - subscriptionId - timeStamp - informationChangedTime - manoEntityId - changedInfo - _links ChangeStateNotification: description: > This type represents a Change state operation occurrence. type: object properties: id: description: > 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. $ref: "../components/SOL009_schemas.yaml#/components/schemas/Identifier" notificationType: description: > Discriminator for the different notification types. Shall be set to "ChangeStateNotification" for this notification type. type: string subscriptionId: description: > Identifier of the subscription that this notification relates to. $ref: "../components/SOL009_schemas.yaml#/components/schemas/Identifier" timestamp: description: > Date-time of the generation of the notification. $ref: "../components/SOL009_schemas.yaml#/components/schemas/DateTime" changeStateOpOccId: description: > Identifier of the change state operation occurrence associated to the notification. $ref: "../components/SOL009_schemas.yaml#/components/schemas/Identifier" stateChangedTime: description: > Timestamp indicating when the state on the managed object was changed. $ref: "../components/SOL009_schemas.yaml#/components/schemas/DateTime" changeStateOperationState: description: > The state of the "change state operation occurrence". $ref: "#/components/schemas/ChangeStateOpOccStateEnumType" managedObjectRef: description: > Reference of the managed object to which the state change notification relates. The value of the "type" attribute shall be "MANO_ENTITY" or "MANO_SERVICE_IF". $ref: "../components/SOL009_schemas.yaml#/components/schemas/ManoManagedObjectReference" operationalState: description: > New operational state of the managed object. Shall only be present when there is a change in the operational state. $ref: "#/components/schemas/OperationalStateEnumType" administrativeState: description: > New administrative state of the managed object. Shall only be present when there is a change in the administrative state. $ref: "#/components/schemas/AdministrativeStateEnumType" _links: description: > Links to resources related to this notification. type: object properties: subscription: description: > Link to the related subscription. $ref: "../components/SOL009_schemas.yaml#/components/schemas/NotificationLink" objectInstance: description: > Link to the resource representing the object to which the change state applies. Shall be present if the object instance is accessible as a resource. $ref: "../components/SOL009_schemas.yaml#/components/schemas/NotificationLink" changeStateOpOcc: description: > Link to the change state operation occurrence that this notification is related to. $ref: "../components/SOL009_schemas.yaml#/components/schemas/NotificationLink" required: - subscription - objectInstance - changeStateOpOcc required: - id - notificationType - subscriptionId - timestamp - changeStateOpOccId - stateChangedTime - changeStateOperationState - managedObjectRef - _links No newline at end of file
src/SOL009/NFVManoFaultManagementNotification/NFVManoFaultManagementNotification.yaml +2 −2 Original line number Diff line number Diff line openapi: 3.0.2 info: version: 1.0.0-impl:etsi.org:ETSI_NFV_OpenAPI:1 title: SOL009 - NFV-MANO Fault Management Notification interface title: SOL009 - NFV-MANO Fault Management Notification Operation description: > SOL009 - NFV-MANO Fault Management Notification interface SOL009 - NFV-MANO Fault Management Notification Operation IMPORTANT: Please note that this file might be not aligned to the current version of the ETSI Group Specification it refers to. In case of discrepancies the published ETSI Group Specification takes precedence. Loading
src/SOL009/NFVManoLogManagementNotification/NFVManoLogManagementNotification.yaml +2 −2 Original line number Diff line number Diff line openapi: 3.0.2 info: version: 1.0.0-impl:etsi.org:ETSI_NFV_OpenAPI:1 title: SOL009 - NFV-MANO Log Management Notification interface title: SOL009 - NFV-MANO Log Management Notification Operation description: > SOL009 - NFV-MANO Log Management Notification interface SOL009 - NFV-MANO Log Management Notification Operation IMPORTANT: Please note that this file might be not aligned to the current version of the ETSI Group Specification it refers to. In case of discrepancies the published ETSI Group Specification takes precedence. Loading
src/SOL009/NFVManoPerformanceManagement/NFVManoPerformanceManagement.yaml +1 −192 File changed.Preview size limit exceeded, changes collapsed. Show changes