API Service Activation and Configuration
Number of APIs: 17
TMF API Reference: TMF640 - Service Activation and Configuration
Version 4.0
Service Activation and Configuration API goal is to provide the ability to activate and configure Service. This API features Monitor pattern allowing to manage service configuration/activation asynchronous request (server side will provide monitor as POST/PATCH response)
TMF640 performs the following Operations on service resource :
- Retrieve a service or a collection of services depending on filter criteria
- Partial update of an service
- Create a service (including default values and creation rules)
- Delete a service (for administration purposes)
- Manage notification of events
Monitor Resource
Monitor resource is used to track and log activation and/or configuration request
TMF640 provides following operation on Monitor resource:
- Retrieval of a monitor or a collection of monitor
Copyright © TM Forum 2019; All Rights Reserved
-
listener - Client listener for entity ServiceDeleteEvent POST {{baseUrl}}/listener/serviceDeleteEvent
-
hub - Unregister a listener DELETE {{baseUrl}}/hub/:id
-
listener - Client listener for entity ServiceAttributeValueChangeEvent POST {{baseUrl}}/listener/serviceAttributeValueChangeEvent
-
service - Creates a Service POST {{baseUrl}}/service
-
monitor - Retrieves a Monitor by ID GET {{baseUrl}}/monitor/:id?fields=minim mollit sit
-
monitor - List or find Monitor objects GET {{baseUrl}}/monitor?fields=minim mollit sit&offset=-5367809&limit=-5367809
-
service-{id} - Updates partially a Service PATCH {{baseUrl}}/service/:id
-
service-{id} - Deletes a Service DELETE {{baseUrl}}/service/:id
-
service - List or find Service objects GET {{baseUrl}}/service?fields=minim mollit sit&offset=-5367809&limit=-5367809
-
service-{id} - Retrieves a Service by ID GET {{baseUrl}}/service/:id?fields=minim mollit sit