{ "opencollection": "1.0.0", "info": { "name": "farmer cdn deploy_check API", "version": "v1" }, "items": [ { "info": { "name": "deploy_check", "type": "folder" }, "items": [ { "info": { "name": "Check if tag is deployed", "type": "http" }, "http": { "method": "GET", "url": "https://farmer.vuestorefront.cloud/deploy_check/:project/:tag", "params": [ { "name": "tag", "value": "", "type": "path", "description": "Docker tag" }, { "name": "project", "value": "", "type": "path", "description": "Project name" } ] }, "docs": "Using this endpoint you can check if sepecifed tag is deployed and ready" } ] } ], "bundled": true }