# Copyright (c) 2018 Orange # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License.swagger: "2.0" swagger: '2.0' info: description: "# About the ONAP Service Inventory API\n The Service Inventory API is based on a subset of the TM Forum 638 Service Inventory API.\n## API Overview\n### General Description \nThis Service Inventory API is used to retrieve the Service Instances from the ONAP inventory. As Services are ordered from ONAP via the Service Order API, the Service Inventory API allows external systems such as the Business Support Systems (BSS) to discover the Services that have been created in the ONAP Inventory.\n\nThe Service Design Center (SDC) of ONAP allows for the creation of Services that can be orchestrated by ONAP. Once a Service from the Catalog is ordered, the ONAP Service Orchestrator will create a Service Instance within the AAI of ONAP. This API allows a representation of the Service Inventory in TMF 638 format. The Service Inventory API also supports inventory notifications to external listeners. A List of available subscription for serviceInventory notifications, see /hub resources for more information:\n\n- ServiceCreationNotification\n- ServiceAttributeValueChangeNotification\n- ServiceRemoveNotification\n\n \n### Relationship and Dependencies\n This Service Inventory API is related to the TM Forum 638 Service Inventory API and also to MEF LSO LEGATO Service Inventory API.\n\nThis API takes a subset of the Service Inventory API, namely the Service resource, and maps this standard resource to the ONAP AAI Service Instance. By doing this we allow a well known, standardized JSON REST representation of the Service Instances available in ONAP to be visible by external systems. \n\n### API Structure and Approach\nThe Service Inventory API can be used to get the details of a specific ONAP Service Instance, or can be used to search/list the Service Instances that are in the ONAP AAI. \n## Getting Started with the API (Hello World)\nThe Service Inventory API is available via two schemes, http and https. For interacting with the API the simplest method is via http. To interact with the this API via https, your Client would be required to load the neccessary https certificate. \n\nThe default installation of ONAP via OOM, will configure the use of two Node ports for External APIs. NodePorts are used to allow client applications, that run outside of Kubernetes, access to ONAP components deployed by OOM. For this Service Inventory API, the External API Framework has a http Node port of 30274. For https, the Node port is 30292.\n\n From outside ONAP, a client can interact with External API by first getting the IP that the NBI docker container is running on, and then using the appropriate nodeport according to the access scheme. For example to access this Service Inventory API to retrieve a list of all Service Instances available in ONAP you can use http method GET to http://{nbi_ip}:30274/nbi/api/v4/service/ \n### SDK quick intro\nThere are many tools that can be used to view and edit this swagger file like swagger editor, Atom and senya. For example this swagger file can be loaded into https://editor.swagger.io/. This UI acts both as an online editor and viewer. \n### How to start the client side implementation\n* Code generation, is available via the Generate Client option in the swagger editor. Client stubs can be generated in multiple languages, for example java, go, python etc. These Client stub code can be incorporated in the Application you wish to access the Service Inventory API from.\n\n### How to start the server side implementation\n* Not applicable, the service side for this API will be the NBI container running the External API Framework Springboot application.\n\n## API Description\nIncludes summary of information drawn from API definitions in OpenAPI / Swagger files\n### Resource Endpoint / Resource Quick Reference\nGET /service/ : This operation returns a list service instances from AAI\n\nGET /service/{id} : This operation returns the specific service instance associated with this id. Note the id maps to the service-instance-id of the service-inst
{
	"policy-id": "guard.minmax.new",
	"content": {
		"actor": "APPC",
		"recipe": "Restart",
		"targets": ".*",
		"clname": "LOOP_ASJOy_v1_0_ResourceInstanceName1_tca",
		"guardActiveStart": "00:00:00Z",
		"guardActiveEnd": "10:00:00Z",
		"min": "0",
		"max": "1"
	}
}
g '@type': description: The class type of a REST resource. type: string '@schemaLocation': description: it provides a link to the schema describing a REST resource. type: string Service: description: Instantiated service (service_instance) in AAI type: object properties: id: description: Unique identifier of the service - Valued with service-instance-id type: string href: description: |- Reference of the service Not managed in Beijing release type: string name: description: Name of the service - Valued with service-instance-name type: string type: description: Service type - valued with 'service-instance' type: string state: description: State of the service. type: string '@type': description: >- This attribute allows to dynamically extends TMF class. Not used in Beijing release. type: string '@baseType': description: Not managed in Beijing release type: string '@schemaLocation': description: Not managed in Beijing release type: string serviceSpecification: $ref: '#/definitions/ServiceSpecificationRef' characteristic: type: array items: $ref: '#/definitions/ServiceCharacteristic' supportingResource: type: array items: $ref: '#/definitions/SupportingResource' relatedParty: type: array items: $ref: '#/definitions/RelatedPartyRef' ServiceSpecificationRef: description: >- Service specification reference: ServiceSpecification of this service (catalog information) type: object properties: id: description: >- Unique identifier of the service specification. valued to model-version-id type: string href: description: |- Reference of the service specification. not managed in Beijing release. type: string name: description: Name of the required service specification type: string version: description: |- Service specification version. Not managed in Beijing release type: string '@referredType': description: >- This attribute allows to dynamically extends TMF class. Valued with 'ONAPservice'. We used this features to add following attribute: invariantUUID type: string '@schemaLocation': description: Not managed in Beijing release type: string invariantUUID: description: >- Additional attribute (not in the TMF API) - extended through @referredType - model-invariant-id type: string ServiceCharacteristic: description: |- A list of name value pairs that define the service characteristics Not managed in Beijing release. required: - name type: object properties: name: description: |- Name of the characteristic Not managed in Beijing release. type: string valueType: description: |- Type of value for this characteristic. Not managed in Beijing release. type: string value: $ref: '#/definitions/Value' SupportingResource: description: >- Supporting resource - A supportingResource will be retrieved for each relationship of the relationship-list where related-link describe a vnf type: object properties: id: description: Unique identifier of the supporting resource - Valued to vnf-id type: string href: description: Reference of the supporting resource type: string role: description: Not managed in Beijing release. type: string name: description: Name of the supporting resource - Valued with vnf_-name type: string '@referredType': description: "This attribute allows to dynamically extends TMF class. Valued with 'ONAP resource'. We used this features to add following attributes:\n status\t\n modelInvariantId\n modelVersionId\n modelCustomisationId" type: string '@schemaLocation': description: Not managed in Beijing release. type: string status: description: >- Additional attribute (not in the TMF API) - extended through @referredType - valued with prov-status type: string modelInvariantId: description: >- Additional attribute (not in the TMF API) - extended through @referredType - valued with model-invariant-id type: string modelVersionId: description: >- Additional attribute (not in the TMF API) - extended through @referredType - valued with model-verson-id type: string modelCustomisationId: description: >- Additional attribute (not in the TMF API) - extended through @referredType - valued with model-customisation-id type: string RelatedPartyRef: description: >- RelatedParty reference. A related party defines party or party role linked to a specific entity. type: object properties: id: description: Unique identifier of a related party type: string href: description: |- Reference of a related party. Not filled in Beijing release. type: string role: description: |- Role played by the related party. Filled with 'ONAPcustomer' type: string '@referredType': description: Not managed in the Beijing release. type: string Value: description: |- Structure used to describe characteristic value. Not managed in Beijing release. type: object properties: '@type': description: Not managed in Beijing release. type: string '@schemaLocation': description: Not managed in Beijing release. type: string serviceCharacteristicValue: description: Not managed in Beijing release. type: string ListRelatedPartyRef: description: This class is used to structure list of service(s) retrieved type: object properties: id: description: Unique identifier of a related party type: string role: description: >- Role played by the related party - only role “ONAPcustomer” is managed in Beijing release. type: string ListServiceSpecificationRef: description: This class is used to structure list of service(s) retrieved type: object properties: id: description: Unique identifier of the service specification type: string name: description: Name of the required service specification type: string ListService: description: This class is used to structure list of service(s) retrieved type: object properties: id: description: Unique identifier of the service type: string name: description: Name of the service type: string serviceSpecification: $ref: '#/definitions/ListServiceSpecificationRef' relatedParty: $ref: '#/definitions/ListRelatedPartyRef' ServiceInventoryEvent: description: Structure for a service inventory event notification required: - id - href - name - type - state - relatedParty type: object properties: id: description: The Service Instance Id type: string href: description: A reference to the service inventory type: string name: description: The name of the Service Instance type: string type: description: 'The type of event, service-instance' type: string state: description: The state of the service instance type: string relatedParty: $ref: '#/definitions/RelatedPartyRef' Notification: description: Notification structure for a service notification required: - eventId - eventDate - eventType - event type: object properties: eventId: description: '' type: string eventDate: description: '' type: string format: date-time eventType: $ref: '#/definitions/eventType' event: $ref: '#/definitions/ServiceInventoryEvent'