{ "opencollection": "1.0.0", "info": { "name": "Aptible API v1 Disk Attachments API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "DiskAttachments", "type": "folder" }, "items": [ { "info": { "name": "list disk attachments", "type": "http" }, "http": { "method": "GET", "url": "{baseUrl}/accounts/:account_id/disk_attachments", "headers": [ { "name": "Prefer", "value": "" } ], "params": [ { "name": "account_id", "value": "", "type": "path", "description": "account_id" }, { "name": "page", "value": "", "type": "query", "description": "Current page of paginated results" }, { "name": "per_page", "value": "", "type": "query", "description": "Number of results to return per page" }, { "name": "no_embed", "value": "", "type": "query", "description": "When true, omits embedded resources from the response. Also triggered when the Prefer: no_sensitive_extras=true header is present." } ] }, "docs": "Returns a paginated list of disk attachments for the specified account." }, { "info": { "name": "list disk attachments", "type": "http" }, "http": { "method": "GET", "url": "{baseUrl}/services/:service_id/disk_attachments", "headers": [ { "name": "Prefer", "value": "" } ], "params": [ { "name": "service_id", "value": "", "type": "path", "description": "service_id" }, { "name": "page", "value": "", "type": "query", "description": "Current page of paginated results" }, { "name": "per_page", "value": "", "type": "query", "description": "Number of results to return per page" }, { "name": "no_embed", "value": "", "type": "query", "description": "When true, omits embedded resources from the response. Also triggered when the Prefer: no_sensitive_extras=true header is present." } ] }, "docs": "Returns a paginated list of disk attachments for the specified service." }, { "info": { "name": "list disk attachments", "type": "http" }, "http": { "method": "GET", "url": "{baseUrl}/persistent_disks/:persistent_disk_id/disk_attachments", "headers": [ { "name": "Prefer", "value": "" } ], "params": [ { "name": "persistent_disk_id", "value": "", "type": "path", "description": "persistent_disk_id" }, { "name": "page", "value": "", "type": "query", "description": "Current page of paginated results" }, { "name": "per_page", "value": "", "type": "query", "description": "Number of results to return per page" }, { "name": "no_embed", "value": "", "type": "query", "description": "When true, omits embedded resources from the response. Also triggered when the Prefer: no_sensitive_extras=true header is present." } ] }, "docs": "Returns a paginated list of disk attachments for the specified persistent disk." }, { "info": { "name": "list disk attachments", "type": "http" }, "http": { "method": "GET", "url": "{baseUrl}/disk_attachments", "headers": [ { "name": "Prefer", "value": "" } ], "params": [ { "name": "page", "value": "", "type": "query", "description": "Current page of paginated results" }, { "name": "per_page", "value": "", "type": "query", "description": "Number of results to return per page" }, { "name": "no_embed", "value": "", "type": "query", "description": "When true, omits embedded resources from the response. Also triggered when the Prefer: no_sensitive_extras=true header is present." } ] }, "docs": "Returns a paginated list of all disk attachments." }, { "info": { "name": "show disk attachment", "type": "http" }, "http": { "method": "GET", "url": "{baseUrl}/disk_attachments/:id", "headers": [ { "name": "Prefer", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "id" }, { "name": "with_deleted", "value": "", "type": "query", "description": "include soft-deleted records" }, { "name": "no_embed", "value": "", "type": "query", "description": "When true, omits embedded resources from the response. Also triggered when the Prefer: no_sensitive_extras=true header is present." } ] }, "docs": "Returns the details of a specific disk attachment by ID." } ] } ], "bundled": true }