{ "opencollection": "1.0.0", "info": { "name": "Sonatype Nexus Repository Manager assets Blob store API", "version": "3.91.0-07" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Blob store", "type": "folder" }, "items": [ { "info": { "name": "List the blob stores", "type": "http" }, "http": { "method": "GET", "url": "/service/rest/v1/blobstores" }, "docs": "List the blob stores" }, { "info": { "name": "Create an Azure blob store", "type": "http" }, "http": { "method": "POST", "url": "/service/rest/v1/blobstores/azure", "body": { "type": "json", "data": "{}" } }, "docs": "Create an Azure blob store" }, { "info": { "name": "Get an Azure blob store configuration by name", "type": "http" }, "http": { "method": "GET", "url": "/service/rest/v1/blobstores/azure/:name", "params": [ { "name": "name", "value": "", "type": "path", "description": "Name of the blob store configuration to fetch" } ] }, "docs": "Get an Azure blob store configuration by name" }, { "info": { "name": "Update an Azure blob store configuration by name", "type": "http" }, "http": { "method": "PUT", "url": "/service/rest/v1/blobstores/azure/:name", "params": [ { "name": "name", "value": "", "type": "path", "description": "Name of the blob store to update" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an Azure blob store configuration by name" }, { "info": { "name": "Create a file blob store", "type": "http" }, "http": { "method": "POST", "url": "/service/rest/v1/blobstores/file", "body": { "type": "json", "data": "{}" } }, "docs": "Create a file blob store" }, { "info": { "name": "Get a file blob store configuration by name", "type": "http" }, "http": { "method": "GET", "url": "/service/rest/v1/blobstores/file/:name", "params": [ { "name": "name", "value": "default", "type": "path", "description": "The name of the file blob store to read" } ] }, "docs": "Get a file blob store configuration by name" }, { "info": { "name": "Update a file blob store configuration by name", "type": "http" }, "http": { "method": "PUT", "url": "/service/rest/v1/blobstores/file/:name", "params": [ { "name": "name", "value": "", "type": "path", "description": "The name of the file blob store to update" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a file blob store configuration by name" }, { "info": { "name": "Create a Google Cloud blob store", "type": "http" }, "http": { "method": "POST", "url": "/service/rest/v1/blobstores/google", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Google Cloud blob store" }, { "info": { "name": "Get the project regions by project's id", "type": "http" }, "http": { "method": "GET", "url": "/service/rest/v1/blobstores/google/regions/:projectId", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "projectId" } ] }, "docs": "Get the project regions by project's id" }, { "info": { "name": "Get the configuration for a Google Cloud blob store", "type": "http" }, "http": { "method": "GET", "url": "/service/rest/v1/blobstores/google/:name", "params": [ { "name": "name", "value": "", "type": "path", "description": "the name of the blob store" } ] }, "docs": "Get the configuration for a Google Cloud blob store" }, { "info": { "name": "Update a Google Cloud blob store", "type": "http" }, "http": { "method": "PUT", "url": "/service/rest/v1/blobstores/google/:name", "params": [ { "name": "name", "value": "", "type": "path", "description": "the name of the blobstore" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a Google Cloud blob store" }, { "info": { "name": "Create a group blob store", "type": "http" }, "http": { "method": "POST", "url": "/service/rest/v1/blobstores/group", "body": { "type": "json", "data": "{}" } }, "docs": "Create a group blob store" }, { "info": { "name": "Convert a blob store to a group blob store", "type": "http" }, "http": { "method": "POST", "url": "/service/rest/v1/blobstores/group/convert/:name/:newNameForOriginal", "params": [ { "name": "name", "value": "", "type": "path", "description": "The name of the group blob store" }, { "name": "newNameForOriginal", "value": "", "type": "path", "description": "A new name to the original blob store" } ] }, "docs": "Convert a blob store to a group blob store" }, { "info": { "name": "Get a group blob store configuration by name", "type": "http" }, "http": { "method": "GET", "url": "/service/rest/v1/blobstores/group/:name", "params": [ { "name": "name", "value": "", "type": "path", "description": "The name of the group blob store" } ] }, "docs": "Get a group blob store configuration by name" }, { "info": { "name": "Update a group blob store configuration by name", "type": "http" }, "http": { "method": "PUT", "url": "/service/rest/v1/blobstores/group/:name", "params": [ { "name": "name", "value": "", "type": "path", "description": "The name of the blob store to update" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a group blob store configuration by name" }, { "info": { "name": "Create an S3 blob store", "type": "http" }, "http": { "method": "POST", "url": "/service/rest/v1/blobstores/s3", "body": { "type": "json", "data": "{}" } }, "docs": "Create an S3 blob store" }, { "info": { "name": "Get a S3 blob store configuration by name", "type": "http" }, "http": { "method": "GET", "url": "/service/rest/v1/blobstores/s3/:name", "params": [ { "name": "name", "value": "", "type": "path", "description": "Name of the blob store configuration to fetch" } ] }, "docs": "Get a S3 blob store configuration by name" }, { "info": { "name": "Update an S3 blob store configuration by name", "type": "http" }, "http": { "method": "PUT", "url": "/service/rest/v1/blobstores/s3/:name", "params": [ { "name": "name", "value": "", "type": "path", "description": "Name of the blob store to update" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an S3 blob store configuration by name" }, { "info": { "name": "Delete a blob store by name", "type": "http" }, "http": { "method": "DELETE", "url": "/service/rest/v1/blobstores/:name", "params": [ { "name": "name", "value": "", "type": "path", "description": "The name of the blob store to delete" } ] }, "docs": "Delete a blob store by name" }, { "info": { "name": "Get quota status for a given blob store", "type": "http" }, "http": { "method": "GET", "url": "/service/rest/v1/blobstores/:name/quota-status", "params": [ { "name": "name", "value": "", "type": "path" } ] }, "docs": "Get quota status for a given blob store" } ] } ], "bundled": true }