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