All REST Endpoints

Product Specification
The Product Specification resource lets you view, create, update, and delete product specifications. A product specification is a detailed description of a tangible or intangible object that is externally available as a product offering to customers. A product specification, also known as product type, consists of detailed description of tangible or intangible characteristics that are made externally available through the product offer. These are the attributes associated with a product offer and define the technical aspects of the product offer.
Create a Product Specification
Method: post
Path: https://{hostname}:{port}/scd/tmf-api/productCatalogManagement/v5/productSpecification
Delete a Product Specification
Method: delete
Path: https://{hostname}:{port}/scd/tmf-api/productCatalogManagement/v5/productSpecification/{id}
Get a Product Specification
Method: get
Path: https://{hostname}:{port}/scd/tmf-api/productCatalogManagement/v5/productSpecification/{id}
Get all Product Specifications
Method: get
Path: https://{hostname}:{port}/scd/tmf-api/productCatalogManagement/v5/productSpecification
Update a Product Specification
Method: patch
Path: https://{hostname}:{port}/scd/tmf-api/productCatalogManagement/v5/productSpecification/{id}
Resource Specification
The Resource Specification resource is used to view, create, update, and delete resource specifications. A resource specification lets you capture information about a resource such as virtual storage medium and so on.
Create a Resource Specification
Method: post
Path: https://{hostname}:{port}/scd/tmf-api/resourceCatalogManagement/v5/resourceSpecification
Delete a Resource Specification
Method: delete
Path: https://{hostname}:{port}/scd/tmf-api/resourceCatalogManagement/v5/resourceSpecification/{id}
Get a Resource Specification
Method: get
Path: https://{hostname}:{port}/scd/tmf-api/resourceCatalogManagement/v5/resourceSpecification/{id}
Get all Resource Specifications
Method: get
Path: https://{hostname}:{port}/scd/tmf-api/resourceCatalogManagement/v5/resourceSpecification
Update a Resource Specification
Method: patch
Path: https://{hostname}:{port}/scd/tmf-api/resourceCatalogManagement/v5/resourceSpecification/{id}
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: post
Path: https://{hostname}:{port}/scd/tmf-api/serviceCatalogManagement/v4/serviceSpecification
Delete a Service Specification
Method: delete
Path: https://{hostname}:{port}/scd/tmf-api/serviceCatalogManagement/v4/serviceSpecification/{id}
Get a Service Specification
Method: get
Path: https://{hostname}:{port}/scd/tmf-api/serviceCatalogManagement/v4/serviceSpecification/{id}
Get all Service Specifications
Method: get
Path: https://{hostname}:{port}/scd/tmf-api/serviceCatalogManagement/v4/serviceSpecification
Update a Service Specification
Method: patch
Path: https://{hostname}:{port}/scd/tmf-api/serviceCatalogManagement/v4/serviceSpecification/{id}