v1
latestOpenAPI 3.1.02026-07-2665179189.7 KBInstance SKU Catalog
List instance SKU property catalog
⚠️ This endpoint is in public preview.
List every property key and its allowed values. Use the keys and values here when filling in requirements on orders and procurements.
get/preview/v2/instance_sku_property_catalog
Query parameters
limitinteger
Maximum number of results to return (1-200, default 50).
starting_afterstring
Cursor for forward pagination (from a previous response's cursor field).
ending_beforestring
Cursor for backward pagination.
Response
Paginated property catalog.
Example response
{
"data": [
{
"key": {
"name": "my-resource-name",
"stable_at": 1738972800,
"deprecated_at": 1738972800
},
"values": [
{
"name": "my-resource-name",
"stable_at": 1738972800,
"deprecated_at": 1738972800
}
]
}
]
}