Service Specification REST Endpoints
Service Specification
The Service Specification resource is used to view, create, update, and delete service specifications. A service specification lets you capture information about a service such as the service level, resource, party, and so on.
- Create a Service Specification
- Method: postPath:
https://{hostname}:{port}/scd/tmf-api/serviceCatalogManagement/v4/serviceSpecification - Delete a Service Specification
- Method: deletePath:
https://{hostname}:{port}/scd/tmf-api/serviceCatalogManagement/v4/serviceSpecification/{id} - Get a Service Specification
- Method: getPath:
https://{hostname}:{port}/scd/tmf-api/serviceCatalogManagement/v4/serviceSpecification/{id} - Get all Service Specifications
- Method: getPath:
https://{hostname}:{port}/scd/tmf-api/serviceCatalogManagement/v4/serviceSpecification - Update a Service Specification
- Method: patchPath:
https://{hostname}:{port}/scd/tmf-api/serviceCatalogManagement/v4/serviceSpecification/{id}