curl --location --request POST 'https://barrack.ai/api/snapshots/image-relationships/' \
--header 'Content-Type: application/json' \
--data-raw '{
"snapshot_ids": [
"string"
]
}'{
"success": true,
"relationships": {
"BRK-ABC123S": {
"has_image": true,
"image": {
"id": "67890",
"name": "prod-snapshot-dec11"
}
},
"BRK-DEF456S": {
"has_image": false,
"image": null
},
"BRK-GHI789S": {
"has_image": true,
"image": {
"id": "67891",
"name": "ml-training-env"
}
}
},
"total_snapshots": 3,
"snapshots_with_images": 2,
"tier": "legacy",
"supported_regions": [
"CANADA-1"
]
}