curl --request GET \
--url https://dev.startree.ai/azAwareCluster \
--header 'Authorization: <api-key>'
{
"azAwareCluster": true,
"numPools": 123
}
curl --request GET \
--url https://dev.startree.ai/azAwareCluster \
--header 'Authorization: <api-key>'
{
"azAwareCluster": true,
"numPools": 123
}
The format of the key is "Basic <token>" or "Bearer <token>"
successful operation
The response is of type object
.
Was this page helpful?