Creates a directory in a file system.
Operation description
Only General-purpose Network File System (NFS) file systems support this operation.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
nas:CreateDir |
create |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| FileSystemId |
string |
Yes |
The ID of the file system. |
31a8e4**** |
| RootDirectory |
string |
Yes |
The directory name.
Note
|
/test |
| OwnerUserId |
integer |
Yes |
The owner ID for the directory. Valid values: 0 to 4294967295. |
1 |
| OwnerGroupId |
integer |
Yes |
The ID of the owner group for the directory. Valid values: 0 to 4294967295. |
123 |
| Permission |
string |
Yes |
The POSIX permissions for the root directory, specified as an octal number such as 0755. |
0755 |
| Recursion |
boolean |
No |
Whether to create a multi-level directory. Valid values:
|
true |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The request ID. |
BC7C825C-5F65-4B56-BEF6-98C56C7C**** |
Examples
Success response
JSON format
{
"RequestId": "BC7C825C-5F65-4B56-BEF6-98C56C7C****"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 403 | InvalidProtocolType.NotSupported | The specified protocol type does not supported. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.