{ "opencollection": "1.0.0", "info": { "name": "Kong Enterprise Admin ACLs API Image API", "version": "3.14.0" }, "request": { "auth": { "type": "apikey", "key": "Kong-Admin-Token", "value": "{{Kong-Admin-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "API Image", "type": "folder" }, "items": [ { "info": { "name": "Get API Image", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v3/apis/:apiId/images/:imageType", "params": [ { "name": "apiId", "value": "", "type": "path", "description": "The UUID API identifier" }, { "name": "imageType", "value": "", "type": "path", "description": "The Supported image type." } ] }, "docs": "Retrieves the status and metadata associated with an API Image. Returns the latest image if it has not yet been applied (status: uploading, validating, or invalid), otherwise returns the details of currently applied image (status: valid)." }, { "info": { "name": "Create or Replace an API Image", "type": "http" }, "http": { "method": "PUT", "url": "{protocol}://{hostname}:{port}{path}/v3/apis/:apiId/images/:imageType", "params": [ { "name": "apiId", "value": "", "type": "path", "description": "The UUID API identifier" }, { "name": "imageType", "value": "", "type": "path", "description": "The Supported image type." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create or Replace an API Image. The replacement image is not applied to the API until asynchronous validation completes successfully." }, { "info": { "name": "Delete an API Image", "type": "http" }, "http": { "method": "DELETE", "url": "{protocol}://{hostname}:{port}{path}/v3/apis/:apiId/images/:imageType", "params": [ { "name": "apiId", "value": "", "type": "path", "description": "The UUID API identifier" }, { "name": "imageType", "value": "", "type": "path", "description": "The Supported image type." } ] }, "docs": "Delete an API Image." }, { "info": { "name": "Get an API Raw Image", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v3/apis/:apiId/images/:imageType/raw", "params": [ { "name": "apiId", "value": "", "type": "path", "description": "The UUID API identifier" }, { "name": "imageType", "value": "", "type": "path", "description": "The Supported image type." } ] }, "docs": "Retrieves the raw image of an API. Only the currently applied image (status: valid) can be retrieved." } ] } ], "bundled": true }