{ "opencollection": "1.0.0", "info": { "name": "API Reference subpackage_actions subpackage_importStorage.subpackage_importStorage/azure API", "version": "1.0.0" }, "items": [ { "info": { "name": "subpackage_importStorage.subpackage_importStorage/azure", "type": "folder" }, "items": [ { "info": { "name": "Get all import storage", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8000/api/storages/azure/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "ordering", "value": "", "type": "query", "description": "Which field to use when ordering the results." }, { "name": "project", "value": "", "type": "query", "description": "Project ID" } ] }, "docs": "Get list of all Azure import storage connections." }, { "info": { "name": "Create new storage", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8000/api/storages/azure/", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create new Azure import storage" }, { "info": { "name": "Validate import storage", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8000/api/storages/azure/validate", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Validate a specific Azure import storage connection." }, { "info": { "name": "Get import storage", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8000/api/storages/azure/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a specific Azure import storage connection." }, { "info": { "name": "Update import storage", "type": "http" }, "http": { "method": "PATCH", "url": "http://localhost:8000/api/storages/azure/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a specific Azure import storage connection." }, { "info": { "name": "Delete import storage", "type": "http" }, "http": { "method": "DELETE", "url": "http://localhost:8000/api/storages/azure/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete a specific Azure import storage connection." }, { "info": { "name": "Sync import storage", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8000/api/storages/azure/:id/sync", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "Storage ID" } ] }, "docs": "Sync tasks from an Azure import storage connection." } ] } ], "bundled": true }