Mengkueri detail satu objek penyimpanan OSS yang diotorisasi untuk koneksi di Pusat Keamanan.
Deskripsi operasi
Operasi ini digunakan untuk mengkueri detail objek penyimpanan OSS, yang membantu Anda secara akurat menemukan informasi aset sensitif di OSS.
Sebelum memulai
Operasi DescribeOssObjectDetail telah direvisi menjadi DescribeOssObjectDetailV2. Gunakan versi terbaru DescribeOssObjectDetailV2 saat mengembangkan aplikasi.
Batas laju
Batas kueri per detik (QPS) untuk satu pengguna pada operasi ini adalah 10. Jika jumlah panggilan melebihi batas, pembatasan kecepatan akan dipicu, yang dapat memengaruhi bisnis Anda. Panggil operasi ini sesuai kebutuhan.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sddp:DescribeOssObjectDetail |
get |
*Semua Sumber daya.
|
|
None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| Lang |
string |
No |
Bahasa permintaan dan tanggapan. Nilai default: zh_cn. Nilai valid:
|
zh_cn |
| Id |
integer |
Yes |
ID unik objek penyimpanan OSS. Catatan
Panggil operasi DescribeOssObjects untuk memperoleh ID. |
12345213 |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
ID permintaan. |
769FB3C1-F4C9-42DF-9B72-7077A8989C13 |
| OssObjectDetail |
object |
Detail objek penyimpanan OSS. |
|
| CategoryName |
string |
Nama tipe objek dari objek penyimpanan OSS. |
Excel |
| Name |
string |
Nama objek penyimpanan OSS. |
obj_id |
| BucketName |
string |
Nama bucket tempat objek penyimpanan OSS berada. |
bucke*** |
| RiskLevelName |
string |
Nama tingkat risiko objek penyimpanan OSS. |
S2 |
| RegionId |
string |
ID wilayah objek penyimpanan OSS. |
cn-*** |
| RuleList |
array<object> |
Daftar aturan deteksi data sensitif yang terpenuhi oleh objek penyimpanan OSS. |
|
|
array<object> |
Detail aturan deteksi data sensitif yang terpenuhi. |
||
| RiskLevelName |
string |
The name of the risk level for the OSS object. |
S2 |
| CategoryName |
string |
The name of the OSS object type. |
Excel |
| RiskLevelId |
integer |
The ID of the risk level for the OSS object.
|
2 |
| Count |
integer |
The number of times the sensitive data detection rule was hit. |
2 |
| RuleName |
string |
The name of the sensitive data detection rule that was hit. |
name |
| ModelTags |
array<object> |
A list of data tags that are hit by the detection model. |
|
|
object |
A data tag object that is hit by the detection model. |
||
| Id |
integer |
The ID of the data tag for the detection model.
|
101 |
| Name |
string |
The name of the data tag for the detection model.
|
personal sensitive data |
Contoh
Respons sukses
JSONformat
{
"RequestId": "769FB3C1-F4C9-42DF-9B72-7077A8989C13",
"OssObjectDetail": {
"CategoryName": "Excel",
"Name": "obj_id",
"BucketName": "bucke***",
"RiskLevelName": "S2",
"RegionId": "cn-***",
"RuleList": [
{
"RiskLevelName": "S2",
"CategoryName": "Excel",
"RiskLevelId": 2,
"Count": 2,
"RuleName": "name",
"ModelTags": [
{
"Id": 101,
"Name": "personal sensitive data"
}
]
}
]
}
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.