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: post
Path: https://{hostname}:{port}/scd/tmf-api/resourceCatalogManagement/v4/resourceSpecification
Delete a Resource Specification
Method: delete
Path: https://{hostname}:{port}/scd/tmf-api/resourceCatalogManagement/v4/resourceSpecification/{id}
Get a Resource Specification
Method: get
Path: https://{hostname}:{port}/scd/tmf-api/resourceCatalogManagement/v4/resourceSpecification/{id}
Get all Resource Specifications
Method: get
Path: https://{hostname}:{port}/scd/tmf-api/resourceCatalogManagement/v4/resourceSpecification
Update a Resource Specification
Method: patch
Path: https://{hostname}:{port}/scd/tmf-api/resourceCatalogManagement/v4/resourceSpecification/{id}