All REST Endpoints
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: postPath:
https://{hostname}:{port}/scd/tmf-api/resourceCatalogManagement/v4/resourceSpecification
- Delete a Resource Specification
- Method: deletePath:
https://{hostname}:{port}/scd/tmf-api/resourceCatalogManagement/v4/resourceSpecification/{id}
- Get a Resource Specification
- Method: getPath:
https://{hostname}:{port}/scd/tmf-api/resourceCatalogManagement/v4/resourceSpecification/{id}
- Get all Resource Specifications
- Method: getPath:
https://{hostname}:{port}/scd/tmf-api/resourceCatalogManagement/v4/resourceSpecification
- Update a Resource Specification
- Method: patchPath:
https://{hostname}:{port}/scd/tmf-api/resourceCatalogManagement/v4/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: 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}