Menerima undangan berbagi sumber daya.
Deskripsi operasi
Usage notes
-
A principal needs to accept or reject a resource sharing invitation only if the principal is not the management account or a member of a resource directory. If you share resources with a principal in a resource directory, the system automatically accepts the resource sharing invitation for the principal.
-
A resource sharing invitation is valid for seven days. A principal must accept or reject the invitation within the validity period.
This topic provides an example of how to accept a sharing invitation with the ID i-pMnItMX19fBJ**** in the cn-hangzhou region.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
resourcesharing:AcceptResourceShareInvitation |
update |
*All Resource
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| ResourceShareInvitationId |
string |
Yes |
ID undangan berbagi sumber daya. Anda dapat memanggil operasi ListResourceShareInvitations untuk mendapatkan ID undangan berbagi sumber daya. |
i-pMnItMX19fBJ**** |
Untuk informasi selengkapnya tentang parameter permintaan umum, lihat Parameter umum.
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. |
08F18B04-47CB-5C0E-A6D2-37DEF5C2A961 |
| ResourceShareInvitation |
object |
The information about the sharing invitation. |
|
| ResourceShareInvitationId |
string |
The ID of the sharing invitation. |
i-pMnItMX19fBJ**** |
| ResourceShareId |
string |
The ID of the resource share. |
rs-ysGRci9z**** |
| ResourceShareName |
string |
The name of the resource share. |
example |
| SenderAccountId |
string |
The ID of the Alibaba Cloud account that sent the invitation. |
151266687691**** |
| ReceiverAccountId |
string |
The ID of the Alibaba Cloud account that received the invitation. |
134254031178**** |
| CreateTime |
string |
The time when the invitation was created. The time is displayed in UTC. |
2022-09-02T06:43:12.353Z |
| Status |
string |
The status of the invitation. Valid values:
|
AcceptFailed |
| AcceptInvitationFailedDetails |
array<object> |
The information about the failure. |
|
|
object |
The information about the failure. |
||
| Status |
string |
This parameter is deprecated. Use FailureReason instead. |
None |
| StatusMessage |
string |
This parameter is deprecated. Use FailureDescription instead. |
None |
| AssociateType |
string |
This parameter is deprecated. Use OperationType instead. |
None |
| ResourceArn |
string |
The Alibaba Cloud Resource Name (ARN) of the shared resource. |
acs:vpc:cn-shanghai:103755469187****:vswitch/vsw-uf62b11ue4m8oz2di**** |
| ResourceType |
string |
The type of the shared resource. For more information about the resource types that can be shared, see Services that work with Resource Sharing. |
Snapshot |
| FailureReason |
string |
The failure cause. Valid values:
|
Unavailable |
| FailureDescription |
string |
The failure description. |
You cannot access the specified resource at this time. |
| OperationType |
string |
The type of the operation. Valid values:
|
Associate |
| ResourceId |
string |
The ID of the shared resource. |
s-7xvh46nx5oqlre0wv*** |
Contoh
Respons sukses
JSONformat
{
"RequestId": "08F18B04-47CB-5C0E-A6D2-37DEF5C2A961",
"ResourceShareInvitation": {
"ResourceShareInvitationId": "i-pMnItMX19fBJ****",
"ResourceShareId": "rs-ysGRci9z****",
"ResourceShareName": "example",
"SenderAccountId": "151266687691****",
"ReceiverAccountId": "134254031178****",
"CreateTime": "2022-09-02T06:43:12.353Z",
"Status": "AcceptFailed",
"AcceptInvitationFailedDetails": [
{
"Status": "None",
"StatusMessage": "None",
"AssociateType": "None",
"ResourceArn": "acs:vpc:cn-shanghai:103755469187****:vswitch/vsw-uf62b11ue4m8oz2di****",
"ResourceType": "Snapshot",
"FailureReason": "Unavailable",
"FailureDescription": "You cannot access the specified resource at this time.",
"OperationType": "Associate",
"ResourceId": "s-7xvh46nx5oqlre0wv***"
}
]
}
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidParameter.ResourceShareInvitationId | The ResourceShareInvitationId is invalid. | The invitation ID is invalid. |
| 400 | MissingParameter.ResourceShareInvitationId | You must specify ResourceShareInvitationId. | You must specify an invitation ID. |
| 409 | InvitationStatus.Expired | The resource share invitation status is expired. | The invitation has expired. |
| 409 | EntityNotExists.ResourceShareInvitation | The resource share invitation does not exist in the current account. | The invitation does not exist. |
| 409 | InvitationStatus.AlreadyRejected | The resource share invitation status is rejected. | The invitation has been rejected. |
| 409 | InvitationStatus.AlreadyAccepted | The resource share invitation status is alredy accepted. | The invitation has been accepted. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.