{ "opencollection": "1.0.0", "info": { "name": "Qovery Account Info Containers API", "version": "1.0.4" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Containers", "type": "folder" }, "items": [ { "info": { "name": "List all container registry container statuses", "type": "http" }, "http": { "method": "GET", "url": "https://api.qovery.com/organization/:organizationId/containerRegistry/:containerRegistryId/container/status", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "Organization ID" }, { "name": "containerRegistryId", "value": "", "type": "path", "description": "Container Registry ID" } ] }, "docs": "Returns a list of containers with only their id and status." }, { "info": { "name": "List containers", "type": "http" }, "http": { "method": "GET", "url": "https://api.qovery.com/environment/:environmentId/container", "params": [ { "name": "environmentId", "value": "", "type": "path", "description": "Environment ID" } ] }, "docs": "List containers" }, { "info": { "name": "Create a container", "type": "http" }, "http": { "method": "POST", "url": "https://api.qovery.com/environment/:environmentId/container", "params": [ { "name": "environmentId", "value": "", "type": "path", "description": "Environment ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a container" }, { "info": { "name": "List all environment container statuses", "type": "http" }, "http": { "method": "GET", "url": "https://api.qovery.com/environment/:environmentId/container/status", "params": [ { "name": "environmentId", "value": "", "type": "path", "description": "Environment ID" } ] }, "docs": "Returns a list of containers with only their id and status." }, { "info": { "name": "Auto deploy containers", "type": "http" }, "http": { "method": "POST", "url": "https://api.qovery.com/organization/:organizationId/container/deploy", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "Organization ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Triggers a new container deploy in each environment matching the following conditions\n- environment should have the auto-deploy enabled\n- the container should have the same image name and a different tag\n" }, { "info": { "name": "Preview container environments", "type": "http" }, "http": { "method": "POST", "url": "https://api.qovery.com/organization/:organizationId/container/preview", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "Organization ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Triggers a new container preview for each environment matching the following conditions\n- preview environment feature should be enabled for the container\n- the container should have the same image name and a different tag\n" }, { "info": { "name": "List default container advanced settings", "type": "http" }, "http": { "method": "GET", "url": "https://api.qovery.com/defaultContainerAdvancedSettings" }, "docs": "Default values for each setting are available in [our documentation](https://hub.qovery.com/docs/using-qovery/configuration/advanced-settings/)" }, { "info": { "name": "Clone container", "type": "http" }, "http": { "method": "POST", "url": "https://api.qovery.com/container/:containerId/clone", "params": [ { "name": "containerId", "value": "", "type": "path", "description": "Container ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This will create a new container with the same configuration on the targeted environment Id." } ] } ], "bundled": true }