---
title: "POST /{stack}/adminconfig/v2/cloud-resources/self-storage-locations/buckets"
method: POST
path: "/{stack}/adminconfig/v2/cloud-resources/self-storage-locations/buckets"
tags: ["CloudResources", "DDSS"]
---

# POST /{stack}/adminconfig/v2/cloud-resources/self-storage-locations/buckets

`POST /{stack}/adminconfig/v2/cloud-resources/self-storage-locations/buckets`

Create self storage location on the stack

## Path parameters

- `stack` string, required

## Request body

- SelfStorageLocationBody
  - `bucketName` string, required
  - `description` string
  - `folder` string
  - `storageAccountResourceId` string — The resource ID for the Azure storage account. Required for Azure deployments.
  - `tenantId` string — The tenant ID for Microsoft Entra ID (formerly Azure AD). Required for Azure deployments.
  - `title` string, required

## Response `202`

successfully submitted a new self storage location

- SelfStorageLocationInfo
  - `bucketName` string, required
  - `bucketPath` string, required
  - `description` string, required
  - `folder` string, required
  - `title` string, required
  - `uri` string, required

## Other responses

- `default` — unexpected error

---

[API](https://skmtc.dev/splunk/apis/splunk-cloud-admin-api.md) · [All operations](https://skmtc.dev/splunk/apis/splunk-cloud-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/splunk/splunk-cloud-admin-api/revisions/65903649d1c2/schema)
