{ "opencollection": "1.0.0", "info": { "name": "Longhorn Manager BackingImages EngineImages API", "version": "1.11" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "EngineImages", "type": "folder" }, "items": [ { "info": { "name": "Longhorn List engine images", "type": "http" }, "http": { "method": "GET", "url": "http://{longhornManagerHost}:{longhornManagerPort}/v1/engineimages" }, "docs": "Returns a list of all Longhorn engine images installed in the cluster. Engine images contain the Longhorn storage engine binary and are used to manage volume upgrade and compatibility." }, { "info": { "name": "Longhorn Create an engine image", "type": "http" }, "http": { "method": "POST", "url": "http://{longhornManagerHost}:{longhornManagerPort}/v1/engineimages", "body": { "type": "json", "data": "{}" } }, "docs": "Deploys a new Longhorn engine image to the cluster by specifying an OCI image reference. Longhorn deploys the engine binary from this image to all nodes via a DaemonSet." }, { "info": { "name": "Longhorn Get an engine image", "type": "http" }, "http": { "method": "GET", "url": "http://{longhornManagerHost}:{longhornManagerPort}/v1/engineimages/:engineImageName", "params": [ { "name": "engineImageName", "value": "", "type": "path", "description": "Name of the engine image resource." } ] }, "docs": "Returns details of a specific engine image including its deployment state, CLI API version, controller API version, and which nodes have the image deployed." }, { "info": { "name": "Longhorn Delete an engine image", "type": "http" }, "http": { "method": "DELETE", "url": "http://{longhornManagerHost}:{longhornManagerPort}/v1/engineimages/:engineImageName", "params": [ { "name": "engineImageName", "value": "", "type": "path", "description": "Name of the engine image resource." } ] }, "docs": "Removes an engine image from the cluster. The default engine image and images currently in use by volumes cannot be deleted." } ] } ], "bundled": true }