{ "opencollection": "1.0.0", "info": { "name": "ZEDEDA App Profiles Service AppProfileService PatchEnvelopeConfiguration API", "version": "1.0" }, "items": [ { "info": { "name": "PatchEnvelopeConfiguration", "type": "folder" }, "items": [ { "info": { "name": "Get all the patch envelopes", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/patch-envelope", "headers": [ { "name": "X-Request-Id", "value": "" } ], "params": [ { "name": "projectNamePattern", "value": "", "type": "query", "description": "project name pattern" }, { "name": "namePattern", "value": "", "type": "query", "description": "patch envelope name pattern" }, { "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": "summary", "value": "", "type": "query", "description": "Only summary of the records required" } ] }, "docs": "Get the list of patch envelope details." }, { "info": { "name": "Create patch envelope", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/patch-envelope", "headers": [ { "name": "X-Request-Id", "value": "" } ] }, "docs": "Create a patch envelope record." }, { "info": { "name": "Get patch envelope by id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/patch-envelope/id/:id", "headers": [ { "name": "X-Request-Id", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "System defined universally unique Id of the patch envelope" } ] }, "docs": "Get patch envelope detail by patch envelope id." }, { "info": { "name": "Update patch envelope", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/v1/patch-envelope/id/:id", "headers": [ { "name": "X-Request-Id", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "System defined universally unique Id of the patch envelope." } ] }, "docs": "Update apatch envelope record. The usual pattern to update a patch envelope bundle record is to retrieve the record and update with the modified values in a new body." }, { "info": { "name": "Delete patch envelope", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v1/patch-envelope/id/:id", "headers": [ { "name": "X-Request-Id", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "System defined universally unique Id of the patch envelope" } ] }, "docs": "Deletes patch envelope with specified id" }, { "info": { "name": "Get patch envelope by name", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/patch-envelope/name/:name", "headers": [ { "name": "X-Request-Id", "value": "" } ], "params": [ { "name": "name", "value": "", "type": "path", "description": "User defined name of the patch envelope, unique across the enterprise. Once object is created, name can’t be changed" } ] }, "docs": "Get patch envelope detail by patch envelope name." }, { "info": { "name": "Get patch envelope status", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/patch-envelope/status", "headers": [ { "name": "X-Request-Id", "value": "" } ], "params": [ { "name": "summary", "value": "", "type": "query" }, { "name": "filter.deviceName", "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": "Get patch envelope status information." } ] } ], "bundled": true }