API referenceRegistry
Registry Discover Images
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/integrations/registry/images" \ -H "Content-Type: application/json" \ -d '{ "registry_url": "string" }'{ "registry": "string", "images": [ { "image": "string", "tag": "string", "reference": "string" } ], "count": 0}