Deployments
Get instance details
Retrieve full details for a Core instance in your Blnk Cloud workspace.
GET
An instance is any Core connected to your Cloud workspace, whether you host it on-prem or Blnk hosts it as a managed deployment. Cloud uses
instance_id (instance_...) to route API requests to the right Core.
Use this endpoint only when you need to retrieve the Core secret for your managed deployment. Otherwise, use Get deployment details to get the deployment details.
Authorization
Blnk Cloud APIs support any one of the following authentication methods. All of them work with yourCLOUD_API_KEY or OAUTH_ACCESS_TOKEN.
Pass X-blnk-key: CLOUD_API_KEY or X-blnk-key: OAUTH_ACCESS_TOKEN.
Path
string
required
Unique id of the instance (
instance_...). Do not pass deployment_id here.Response
string
Unique id for this connected Core (
instance_...). Pass it on Proxy, Filters, Data Lake, and other Cloud APIs so Cloud routes the request to this Core.string
Display name of the instance in your workspace.
string
Whether Cloud can reach the instance.
connected means the connection is healthy.string
How Cloud talks to Core.
agent means Cloud uses the Query Agent. direct means Cloud connects to the database with stored credentials.string
Secret used to authenticate with this Core. What it is depends on how the instance is hosted. On a managed deployment, this is the Core secret key for the deployed Core. Use it as
X-blnk-key when you directly call the Core’s APIs.On a self-hosted instance, this is the Query Agent connection key. It matches the CONNECTION_KEY set when you connected the instance.string
Public HTTPS URL of this Core. Cloud uses it for actions that call the instance.
string
Where the Core runs.
cloud is a managed deployment. on-prem is a Core you host.string
Id of the matching managed deployment (
deploy_...). Present only when Blnk hosts this instance. Use it with Deployments APIs, not as instance_id.timestamp
When the instance was connected to the workspace.
boolean
Whether Cloud Monitoring is on for this instance.
object
Nested summary of the managed deployment, when this instance is managed. Same shape as Get deployment details. Do not use the nested
deployment_id in place of instance_id when routing Cloud APIs.