Mengkueri informasi tentang proyek tertentu, termasuk informasi dasar dan informasi statistik terkait dataset dan file.
Deskripsi operasi
Pengambilan informasi proyek mendukung pengambilan informasi statistik file secara pengatur waktu. Anda dapat mengaktifkan fitur ini melalui Pengaturan parameter. Untuk detail, lihat bagian parameter permintaan.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
imm:GetProject |
get |
*Proyek.
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| ProjectName |
string |
Yes |
Nama proyek. Untuk informasi tentang cara mendapatkan nama proyek, lihat Membuat proyek. |
test-project |
| WithStatistics |
boolean |
No |
Apakah akan mengumpulkan statistik file. Nilai default: false, yang menunjukkan bahwa statistik file tidak dikumpulkan.
Penting Hanya file dalam dataset yang dibuat sebelum 20 Desember 2025 yang dapat dihitung. |
true |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Struct tanggapan. |
||
| RequestId |
string |
ID permintaan. |
5A022F78-B9A8-4ACC-BB6B-B3597553 |
| Project | Project |
Informasi proyek. |
Contoh
Respons sukses
JSONformat
{
"RequestId": "5A022F78-B9A8-4ACC-BB6B-B3597553",
"Project": {
"ProjectName": "immtest",
"ServiceRole": "AliyunIMMDefaultRole",
"TemplateId": "Official:ImageManagement",
"CreateTime": "2021-06-29T14:50:13.011643661+08:00",
"UpdateTime": "2021-06-29T14:50:13.011643661+08:00",
"Description": "test project",
"ProjectQueriesPerSecond": 100,
"EngineConcurrency": 100,
"ProjectMaxDatasetCount": 1000000000,
"DatasetMaxBindCount": 10,
"DatasetMaxFileCount": 100000000,
"DatasetMaxEntityCount": 10000000000,
"DatasetMaxRelationCount": 100000000000,
"DatasetMaxTotalFileSize": 90000000000000000,
"DatasetCount": 5,
"FileCount": 10,
"TotalFileSize": 100000,
"Tags": [
{
"TagKey": "TestKey",
"TagValue": "TestValue"
}
]
}
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.