curl --request GET \
--url https://api.streamkap.com/cluster/enabled \
--header 'Authorization: Bearer <token>'{}Lightweight check: returns whether the current service has a cluster_config record.
curl --request GET \
--url https://api.streamkap.com/cluster/enabled \
--header 'Authorization: Bearer <token>'{}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
The response is of type Response Isclusterscalingenabled · object.
Was this page helpful?