cURL
curl --request POST \ --url https://api.getgranite.ai/api/mig/instances/list \ --header 'Content-Type: application/json' \ --data ' { "mig_name": "<string>" } '
{ "status": "<string>", "message": "<string>", "instances": [ {} ] }
Get all instances from database (fast, no GCP API call)
Request to get all instances in a MIG
MIG name
Successful Response
Response for listing instances
Operation status
Status message
List of instances