Mengambil daftar operator aturan konfigurasi produk cloud.
Deskripsi operasi
Mengambil daftar operator data aset cloud.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:ListCloudAssetMatchOperators |
list |
*All Resources
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| Lang |
string |
No |
Bahasa permintaan dan tanggapan. Nilai default: zh. Nilai valid:
|
zh |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| Success |
boolean |
Apakah permintaan berhasil. Nilai valid:
|
true |
| RequestId |
string |
ID permintaan. |
C699E4E4-F2F4-58FC-A949-457FFE59**** |
| MatchTypeOperators |
array<object> |
Tipe operator. |
|
|
array<object> |
Tipe operator. |
||
| Type |
string |
Tipe yang digunakan oleh operator. Nilai valid:
|
LIST |
| MatchOperators |
array<object> |
Daftar operator. |
|
|
object |
Detail operator. |
||
| Name |
string |
Nama unik operator. Nilai: - Tipe LIST:
|
LIST_CONTAINS |
| Value |
string |
Nilai operator. Opsi: - Untuk tipe LIST:
|
CONTAINS |
| ShowName |
string |
Nama tampilan operator. Nilai:
|
Contains |
| InputPattern |
string |
Tipe data operasi. Nilai:
|
PRIMITIVE |
Contoh
Respons sukses
JSONformat
{
"Success": true,
"RequestId": "C699E4E4-F2F4-58FC-A949-457FFE59****",
"MatchTypeOperators": [
{
"Type": "LIST",
"MatchOperators": [
{
"Name": "LIST_CONTAINS",
"Value": "CONTAINS",
"ShowName": "Contains",
"InputPattern": "PRIMITIVE"
}
]
}
]
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | AccountIdNotExist | AccountId not exist | The account does not exist. Please check whether your account information is correct. |
| 400 | NoPermission | no permission | No access permission to this service. |
| 500 | ServerError | ServerError | Service failure. Please try again later! |
| 403 | NoPermission | caller has no permission | The current operation is not authorized. Please contact the primary account to grant authorization in the RAM console before performing the operation. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.