Authorizations
The format of the key is "Basic <token>" or "Bearer <token>"
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>"
Was this page helpful?