Creates an Edge Object Storage (EOS) bucket.
Debugging
Authorization information
The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action
policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:
- Operation: the value that you can use in the Action element to specify the operation on a resource.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- The required resource types are displayed in bold characters.
- If the permissions cannot be granted at the resource level,
All Resources
is used in the Resource type column of the operation.
- Condition Key: the condition key that is defined by the cloud service.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
Operation | Access level | Resource type | Condition key | Associated operation |
---|---|---|---|---|
ens:PutBucket | create | *All Resources * |
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
LogicalBucketType | string | No | The type of the bucket. Valid values:
| sink |
Comment | string | No | The remarks. The remarks are 0 to 128 characters in length. | numb |
BucketAcl | string | No | The access control list (ACL) of the bucket. Valid values:
| private |
BucketName | string | Yes | The name of the bucket. This parameter can contain 3 to 50 characters in length and can contain only lowercase letters, digits, and hyphens (-). The name cannot start or end with a hyphen (-). | test |
EnsRegionId | string | No | The region ID of the node. This parameter is required if the value of the LogicalBucketType parameter is sink. | cn-beijing-15 |
DispatchScope | string | No | The scheduling scope. This parameter takes effect only when the value of the LogicalBucketType parameter is standard. Valid values:
| domestic |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "85123E71-7710-4620-8AAB-133CCE49EC83"
}
Error codes
HTTP status code | Error code | Error message |
---|---|---|
400 | TooManyBuckets | The number of buckets created exceeds the limit. |
400 | Invalid%s | Specified parameter %s is not valid. |
400 | UnSupportedCity | The city is not supported. |
400 | BucketAlreadyExists | The bucket already exists or is occupied by other users. |
400 | InvalidEngineId | The engineId does not belong to the city. |
400 | InvalidBucketName | Specified parameter BucketName is not valid. |
400 | InvalidComment | Specified parameter Comment is not valid. |
400 | InvalidDataRedundancyType | Specified parameter DataRedundancyType is not valid. |
400 | NoPermission | Permission denied. |
400 | InvalidParameter.%s | The specified field %s invalid. Please check it again. |
403 | AccessDenied | auth is not valid |
403 | OperationDenied | The current ens region has not been purchased |
404 | NoSuchEnsRegion | The ens region does not exist |
404 | NoSuchStorageDomain | The specified storageDomain does not exist. |
500 | InternalError | The request processing has failed due to some unknown error. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2024-06-04 | The Error code has changed. The request parameters of the API has changed | View Change Details |