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

  1. listener - Client listener for entity ServiceDeleteEvent POST {{baseUrl}}/listener/serviceDeleteEvent

  2. hub - Unregister a listener DELETE {{baseUrl}}/hub/:id

  3. listener - Client listener for entity ServiceAttributeValueChangeEvent POST {{baseUrl}}/listener/serviceAttributeValueChangeEvent

  4. service - Creates a Service POST {{baseUrl}}/service

  5. monitor - Retrieves a Monitor by ID GET {{baseUrl}}/monitor/:id?fields=minim mollit sit

  6. monitor - List or find Monitor objects GET {{baseUrl}}/monitor?fields=minim mollit sit&offset=-5367809&limit=-5367809

  7. service-{id} - Updates partially a Service PATCH {{baseUrl}}/service/:id

  8. service-{id} - Deletes a Service DELETE {{baseUrl}}/service/:id

  9. service - List or find Service objects GET {{baseUrl}}/service?fields=minim mollit sit&offset=-5367809&limit=-5367809

  10. service-{id} - Retrieves a Service by ID GET {{baseUrl}}/service/:id?fields=minim mollit sit