Self Service
Create Resource Catalog
Resource Catalog Create
post/self_service/resource_catalogs/{tenant_id}/create
Path parameters
tenant_idstring required
Specify the tenant ID. This is a unique ID and can be retrieved using the List Tenants API.
Request body
Example request
{
"resource_attributes": {
"DiskSize": "32",
"disk_type": "Premium SSD"
}
}Response
Success