{ "opencollection": "1.0.0", "info": { "name": "ZEDEDA App Profiles Service AppProfileService VolumeInstanceConfiguration API", "version": "1.0" }, "items": [ { "info": { "name": "VolumeInstanceConfiguration", "type": "folder" }, "items": [ { "info": { "name": "Query edge volume instances", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/volumes/instances", "headers": [ { "name": "X-Request-Id", "value": "" } ], "params": [ { "name": "summary", "value": "", "type": "query" }, { "name": "deviceName", "value": "", "type": "query" }, { "name": "projectName", "value": "", "type": "query" }, { "name": "namePattern", "value": "", "type": "query" }, { "name": "labelName", "value": "", "type": "query" }, { "name": "appInstName", "value": "", "type": "query" }, { "name": "deviceNamePattern", "value": "", "type": "query" }, { "name": "projectNamePattern", "value": "", "type": "query" }, { "name": "next.pageToken", "value": "", "type": "query", "description": "Page Token" }, { "name": "next.orderBy", "value": "", "type": "query", "description": "OrderBy helps in sorting the list response" }, { "name": "next.pageNum", "value": "", "type": "query", "description": "Page Number" }, { "name": "next.pageSize", "value": "", "type": "query", "description": "Defines the page size" }, { "name": "next.totalPages", "value": "", "type": "query", "description": "Total number of pages to be fetched." }, { "name": "fields", "value": "", "type": "query" } ] }, "docs": "Query the edge volume instance records." }, { "info": { "name": "Create edge volume instance", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/volumes/instances", "headers": [ { "name": "X-Request-Id", "value": "" } ] }, "docs": "Create an edge volume instance record." }, { "info": { "name": "Get edge volume instance", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/volumes/instances/id/:id", "headers": [ { "name": "X-Request-Id", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get the configuration (without security details) of an edge volume instance record." }, { "info": { "name": "Update edge volume instance", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/v1/volumes/instances/id/:id", "headers": [ { "name": "X-Request-Id", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Update an edge volume instance. The usual pattern to update an edge volume instance record is to retrieve the record and update with the modified values in a new body to update the edge volume instance record." }, { "info": { "name": "Delete volume instance", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v1/volumes/instances/id/:id", "headers": [ { "name": "X-Request-Id", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete a volume instance record." }, { "info": { "name": "Get edge volume instance", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/volumes/instances/name/:name", "headers": [ { "name": "X-Request-Id", "value": "" } ], "params": [ { "name": "name", "value": "", "type": "path" } ] }, "docs": "Get the configuration (without security details) of an edge volume instance record." } ] } ], "bundled": true }