API Description | API Path |
---|---|
Returns info for all cluster node VM auto-deployment attemptsReturns request information for every attempted deployment of a cluster node VM. |
GET /api/v1/intelligence/nodes/deployments
|
Deploy and register a Intelligence cluster node VMDeploys a Intelligence cluster node VM as specified by the deployment config. |
POST /api/v1/intelligence/nodes/deployments
(Deprecated)
|
Returns info for a Intelligence cluster node VM auto-deployment attemptReturns deployment request information for a specific attempted deployment of a cluster node VM. |
GET /api/v1/intelligence/nodes/deployments/<node-id>
|
Attempt to delete an auto-deployed cluster node VMAttempts to unregister and undeploy a specified auto-deployed cluster node VM. If it is a member of a cluster, then the VM will be automatically detached from the cluster before being unregistered and undeployed. Alternatively, if the original deployment attempt failed or the VM is not found, cleans up the deployment information associated with the deployment attempt. Note: If a VM has been successfully auto-deployed, then the associated deployment information will not be deleted unless and until the VM is successfully deleted. |
POST /api/v1/intelligence/nodes/deployments/<node-id>?action=delete
|
Returns the status of the VM creation/deletionReturns the current deployment or undeployment status for a VM along with any other relevant current information, such as error messages. |
GET /api/v1/intelligence/nodes/deployments/<node-id>/status
|