API

API

  • Imply
  • Ingest
  • Query
  • Visualize
  • Administer
  • Deploy

›Available resources

Cloud Manager API

  • Manager API overview
  • Manager API tutorial
  • Manager API reference
  • Available resources

    • Clusters API
    • ClustersHistorical API
    • ClustersServers API

    Object definitions

    • Cluster
    • ClusterSpec
    • ClusterStatus
    • CustomFile
    • DataConfiguration
    • DataTier
    • DeepStorage
    • Event
    • LoadBalancer
    • MasterConfiguration
    • MetadataStore
    • NameValue
    • ObjectMeta
    • PivotAccess
    • QueryConfiguration
    • Server
    • UpdateState

ClustersServers API

Use the ClustersServers API when you need to restart a server in a cluster. When a server is restarted, the current server is terminated and a new server automatically starts.

You can find Server information in the servers field of a ClusterStatus object.

All URIs are relative to https://{vanity_domain}.implycloud.com/api/v1

Replace a server in a cluster

URL

DELETE /clusters/{clusterId}/servers/{instanceId}

Parameters

Path parameters

  • clusterId   type: String   required
    The cluster ID

  • instanceId   type: String   required
    The server's instance ID

Responses

202 SUCCESS
400 ERROR
401 ERROR
404 ERROR


Request accepted.



Invalid request payload.

Example body:

{
"error" : {
"code" : "BadArgument",
"message" : "Invalid Specification",
}
}


Unauthorized.

Example body:

{
"error" : {
"code" : "Unauthorized",
"message" : "Provided user does not have permissions to complete this request"
}
}


Not found.

Example body:

{
"error" : {
"code" : "NotFound",
"message" : "Cluster [e9e1e18f-a9e8-4dd7-8a18-768039c57f22] was not found"
}
}

Sample request

curl --location --request DELETE 'https://{vanity_domain}.implycloud.com/api/v1/clusters/<clusterId>/servers/<instanceId>' \
--header 'Authorization: Bearer <Bearer Token>'
← ClustersHistorical APICluster →
  • Replace a server in a cluster
    • URL
    • Parameters
    • Responses
    • Sample request
API
Key links
Try ImplyApache Druid siteImply GitHub
Get help
Stack OverflowSupportContact us
Learn more
BlogApache Druid docs
Copyright © 2021 Imply Data, Inc