Search

Add Bot to Cluster

Articles

Use this API to add the bots to a Cluster.

  • API: {URL}/jiffy/api/v1//apps//bot/cluster/edit//
  • API Type : PUT
  • Authentication Type: Token- Based Authentication
  • Request API:

    {
    “alias”: [{machine IDs to be added to the cluster}],
    “name”: “{name of cluster}”
    }

  • Sample API Body:

    {
    “alias”: [1626, 1641],
    “name”: “Documentation_cluster”
    }

To view all the APIs, click here.

Did you find what you were looking for?