Instances REST Endpoints
Instances
REST API endpoints for Instances
- Create an Instance
- Method: postPath:
/api/v2/instances/ - Create an Instance Group for an Instance
- Method: postPath:
/api/v2/instances/{id}/instance_groups/ - Health Check Data
- Method: getPath:
/api/v2/instances/{id}/health_check/ - Instances Health Check Create
- Method: postPath:
/api/v2/instances/{id}/health_check/ - Instances Install Bundle List
- Method: getPath:
/api/v2/instances/{id}/install_bundle/ - List Instance Groups for an Instance
- Method: getPath:
/api/v2/instances/{id}/instance_groups/ - List Instances
- Method: getPath:
/api/v2/instances/ - List Instances for an Instance
- Method: getPath:
/api/v2/instances/{id}/peers/ - List Unified Jobs for an Instance
- Method: getPath:
/api/v2/instances/{id}/jobs/ - Retrieve an Instance
- Method: getPath:
/api/v2/instances/{id}/ - Update an Instance
- Method: patchPath:
/api/v2/instances/{id}/ - Update an Instance
- Method: putPath:
/api/v2/instances/{id}/