Mengambil informasi dasar, set data, dan statistik file suatu Proyek.
Deskripsi operasi
Saat memanggil operasi ini, Anda dapat mengaktifkan pengambilan statistik file secara real-time sesuai kebutuhan bisnis Anda. Untuk informasi selengkapnya, lihat bagian "Parameter permintaan" dalam topik ini.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
imm:GetProject |
get |
*Project
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| ProjectName |
string |
Yes |
Nama proyek. Anda dapat memperoleh nama tersebut dari respons operasi CreateProject. |
test-project |
| WithStatistics |
boolean |
No |
Menentukan apakah akan mengaktifkan pengambilan statistik file secara real-time. Nilai default: false.
|
true |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Parameter respons. |
||
| 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": "测试项目",
"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.