Instances REST Endpoints

Instances

REST API endpoints for Instances

Create an Instance
Method: post
Path: /api/v2/instances/
Create an Instance Group for an Instance
Method: post
Path: /api/v2/instances/{id}/instance_groups/
Health Check Data
Method: get
Path: /api/v2/instances/{id}/health_check/
Instances Health Check Create
Method: post
Path: /api/v2/instances/{id}/health_check/
Instances Install Bundle List
Method: get
Path: /api/v2/instances/{id}/install_bundle/
List Instance Groups for an Instance
Method: get
Path: /api/v2/instances/{id}/instance_groups/
List Instances
Method: get
Path: /api/v2/instances/
List Instances for an Instance
Method: get
Path: /api/v2/instances/{id}/peers/
List Unified Jobs for an Instance
Method: get
Path: /api/v2/instances/{id}/jobs/
Retrieve an Instance
Method: get
Path: /api/v2/instances/{id}/
Update an Instance
Method: patch
Path: /api/v2/instances/{id}/
Update an Instance
Method: put
Path: /api/v2/instances/{id}/