Service Catalog Management

Number of APIs: 43

TMF API Reference: TMF633 - Service Catalog Management

Version 4.0

The Service Catalog API is one of Catalog Management API Family. Service Catalog API goal is to provide a catalog of services. Service Catalog API performs the following operations on the resource : - Retrieve an entity or a collection of entities depending on filter criteria - Partial update of an entity (including updating rules) - Create an entity (including default values and creation rules) - Delete an entity (for administration purposes) - Manage notification of events. .

Copyright © TM Forum 2020. All Rights Reserved.

  1. service Catalog - List or find ServiceCatalog objects GET {{baseUrl}}/serviceCatalog?fields=id Ut Excepteur&offset=256391&limit=256391

  2. service Catalog - Creates a ServiceCatalog POST {{baseUrl}}/serviceCatalog

  3. service Category - Creates a ServiceCategory POST {{baseUrl}}/serviceCategory

  4. service Category-{id} - Updates partially a ServiceCategory PATCH {{baseUrl}}/serviceCategory/:id

  5. service Category-{id} - Deletes a ServiceCategory DELETE {{baseUrl}}/serviceCategory/:id

  6. import Job-{id} - Retrieves a ImportJob by ID GET {{baseUrl}}/importJob/:id?fields=id Ut Excepteur

  7. service Catalog-{id} - Deletes a ServiceCatalog DELETE {{baseUrl}}/serviceCatalog/:id

  8. import Job - List or find ImportJob objects GET {{baseUrl}}/importJob?fields=id Ut Excepteur&offset=256391&limit=256391

  9. service Candidate-{id} - Retrieves a ServiceCandidate by ID GET {{baseUrl}}/serviceCandidate/:id?fields=id Ut Excepteur

  10. service Catalog-{id} - Retrieves a ServiceCatalog by ID GET {{baseUrl}}/serviceCatalog/:id?fields=id Ut Excepteur