curl --request GET \
--url https://dev.startree.ai/tenants/{tenantName}/instancePartitions \
--header 'Authorization: <api-key>'
{
"instancePartitionsName": "<string>",
"partitionToInstancesMap": {}
}
curl --request GET \
--url https://dev.startree.ai/tenants/{tenantName}/instancePartitions \
--header 'Authorization: <api-key>'
{
"instancePartitionsName": "<string>",
"partitionToInstancesMap": {}
}
The format of the key is "Basic <token>" or "Bearer <token>"
Tenant name
instancePartitionType (OFFLINE|CONSUMING|COMPLETED)
OFFLINE
, CONSUMING
, COMPLETED
Success
The response is of type object
.