All Products
Search
Document Center

Resource Management:AcceptResourceShareInvitation

Last Updated:Jun 10, 2026

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

Coba API ini di OpenAPI Explorer tanpa perlu penandatanganan manual. Panggilan yang berhasil akan secara otomatis menghasilkan contoh kode SDK sesuai dengan parameter Anda. Unduh kode tersebut dengan kredensial bawaan yang aman untuk penggunaan lokal.

Test

RAM authorization

Tabel berikut menjelaskan otorisasi yang diperlukan untuk memanggil API ini. Anda dapat menentukannya dalam kebijakan Resource Access Management (RAM). Kolom pada tabel dijelaskan sebagai berikut:

  • Action: Aksi yang dapat digunakan dalam elemen Action pada pernyataan kebijakan izin RAM untuk memberikan izin guna melakukan operasi tersebut.

  • API: API yang dapat Anda panggil untuk melakukan aksi tersebut.

  • Access level: Tingkat akses yang telah ditentukan untuk setiap API. Nilai yang valid: create, list, get, update, dan delete.

  • Resource type: Jenis resource yang mendukung otorisasi untuk melakukan aksi tersebut. Ini menunjukkan apakah aksi tersebut mendukung izin tingkat resource. Resource yang ditentukan harus kompatibel dengan aksi tersebut. Jika tidak, kebijakan tersebut tidak akan berlaku.

    • Untuk API dengan izin tingkat resource, jenis resource yang diperlukan ditandai dengan tanda bintang (*). Tentukan Nama Sumber Daya Alibaba Cloud (ARN) yang sesuai dalam elemen Resource pada kebijakan.

    • Untuk API tanpa izin tingkat resource, ditampilkan sebagai All Resources. Gunakan tanda bintang (*) dalam elemen Resource pada kebijakan.

  • Condition key: Kunci kondisi yang didefinisikan oleh layanan. Kunci ini memungkinkan kontrol granular, berlaku baik hanya untuk aksi maupun untuk aksi yang terkait dengan resource tertentu. Selain kunci kondisi spesifik layanan, Alibaba Cloud menyediakan serangkaian common condition keys yang berlaku di semua layanan yang didukung RAM.

  • Dependent action: Aksi dependen yang diperlukan untuk menjalankan aksi tersebut. Untuk menyelesaikan aksi tersebut, pengguna RAM atau role RAM harus memiliki izin untuk melakukan semua aksi dependen.

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:

  • Pending: The invitation is pending confirmation.

  • Accepted: The invitation is accepted.

  • Cancelled: The invitation is canceled.

  • Rejected: The invitation is rejected.

  • Expired: The invitation is expired.

  • AcceptFailed: The invitation failed to be accepted.

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: The resource cannot be shared.

  • LimitExceeded: The number of shared resources within the Alibaba Cloud account exceeds the upper limit.

  • ZonalResourceInaccessible: The resource is inaccessible in the zone.

  • InternalError: An internal error occurred during the check.

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: An association operation.

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.