| Description | : Describes all buckets belonging to a volume. Buckets allow additional services, such as AI services, connect to the volume data contained in those buckets. |
| Reference | : Link ¶ |
⚶ Changes
{
"#id": "Buckets_List",
"$responses": {
"200": {
"$properties": {
"value": {
"$properties": {
"properties": [
{
"#name": "provisioningState",
"Enum": {
"new": [
[
"Accepted",
"Resource has been Accepted"
],
[
"Creating",
"Resource is being Created"
],
[
"Patching",
"Resource is being Patched"
],
[
"Deleting",
"Resource is being Deleted"
],
[
"Moving",
"Resource is being Moved"
],
[
"Failed",
"Resource has Failed"
],
[
"Succeeded",
"Resource has Succeeded"
]
],
"old": [
[
"Accepted",
"Accepted"
],
[
"Creating",
"Creating"
],
[
"Patching",
"Patching"
],
[
"Deleting",
"Deleting"
],
[
"Moving",
"Moving"
],
[
"Failed",
"Failed"
],
[
"Succeeded",
"Succeeded"
]
]
}
}
]
}
}
}
}
}
}
⚼ Request
GET:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/buckets
{
api-version:
string
,
subscriptionId:
string
,
resourceGroupName:
string
,
accountName:
string
,
poolName:
string
,
volumeName:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
properties:
}
{
,
path:
string
,
fileSystemUser:
{
,
nfsUser:
{
,
userId:
integer
,
groupId:
integer
,
}
cifsUser:
}
{
,
username:
string
,
}
provisioningState:
enum
,
status:
enum
,
server:
{
,
fqdn:
string
,
certificateCommonName:
string
,
certificateExpiryDate:
string
,
ipAddress:
string
,
certificateObject:
string
,
}
permissions:
enum
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}