GET api/CloudBucket/Get?name={name}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| name | string |
Required |
Body Parameters
None.
Response Information
Resource Description
DbCloudBucket| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| AccessKey | string |
None. |
|
| SecretKey | string |
None. |
|
| Endpoint | string |
None. |
|
| RegionId | integer |
None. |
|
| ZooRegionId | integer |
None. |
|
| BucketType | integer |
None. |
|
| Type | byte |
None. |
|
| S3Region | string |
None. |
|
| IsShared | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"AccessKey": "sample string 2",
"SecretKey": "sample string 3",
"Endpoint": "sample string 4",
"RegionId": 1,
"ZooRegionId": 1,
"BucketType": 5,
"Type": 64,
"S3Region": "sample string 7",
"IsShared": true
}