Retrieves the project name of a project that is bound to a specified OSS bucket in the same region.
Operation description
Before you use this operation, make sure that you are familiar with the billing of Intelligent Media Management (IMM) and its pricing.
Before you call this operation, make sure that you have called the AttachOSSBucket operation to bind a project to an OSS bucket.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
imm:GetOSSBucketAttachment |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| OSSBucket |
string |
Yes |
The name of the OSS bucket. |
examplebucket |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response struct. |
||
| RequestId |
string |
The request ID. |
5F74C5C9-5AC0-49F9-914D-E01589D3**** |
| ProjectName |
string |
The name of the bound project. |
immtest |
| Description |
string |
The dataset description. |
"数据集" |
| CreateTime |
string |
The time when the dataset was created. The value is a UTC timestamp in ISO 8601 format with millisecond precision. |
""2023-12-19T17:29:34.790931971+08:00" |
| UpdateTime |
string |
The time when the dataset was last updated. The value is a UTC timestamp in ISO 8601 format with millisecond precision. |
"2023-12-19T17:29:34.790931971+08:00" |
Examples
Success response
JSON format
{
"RequestId": "5F74C5C9-5AC0-49F9-914D-E01589D3****",
"ProjectName": "immtest",
"Description": "\"数据集\"",
"CreateTime": "\"\"2023-12-19T17:29:34.790931971+08:00\"",
"UpdateTime": "\"2023-12-19T17:29:34.790931971+08:00\""
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.