Panduan ini berisi informasi referensi teknis untuk fitur laporan inventaris Insight Penyimpanan. Seperti Cloud Storage JSON API, API ini bersifat RESTful, tetapi memiliki endpoint URI yang sedikit berbeda.
Referensi API ini disusun menurut jenis resource. Setiap jenis resource memiliki satu atau beberapa representasi data dan satu atau beberapa metode.
URI bersifat relatif terhadap https://storageinsights.googleapis.com/v1
, kecuali jika
dicatat lain.
Jenis resource
ReportConfigs
Untuk detail resource, lihat halaman representasi resource ReportConfig
.
Metode | Permintaan HTTP | Deskripsi |
---|---|---|
hapus | DELETE /projects/PROJECT/locations/LOCATION/reportConfigs/REPORT_CONFIG_ID |
Menghapus konfigurasi laporan inventaris secara permanen. |
dapatkan | GET /projects/PROJECT/locations/LOCATION/reportConfigs/REPORT_CONFIG_ID |
Menampilkan konfigurasi laporan inventaris berdasarkan UUID. |
sisipkan | POST /projects/PROJECT/locations/LOCATION/reportConfigs |
Membuat konfigurasi laporan inventaris di project yang ditentukan. |
list | GET /projects/PROJECT/locations/LOCATION/reportConfigs |
Menampilkan daftar konfigurasi laporan inventaris untuk project dan lokasi tertentu. |
patch | PATCH /projects/PROJECT/locations/LOCATION/reportConfigs/REPORT_CONFIG_ID |
Memperbarui konfigurasi laporan inventaris. Metode ini mendukung semantik patch. |
ReportDetails
Untuk detail resource, lihat halaman representasi resource ReportDetail
.
Metode | Permintaan HTTP | Deskripsi |
---|---|---|
dapatkan | GET /projects/PROJECT/locations/LOCATION/reportConfigs/REPORT_CONFIG_ID/reportDetails/REPORT_DETAIL_ID |
Menampilkan laporan inventaris berdasarkan UUID. |
list | GET /projects/PROJECT/locations/LOCATION/reportConfigs/REPORT_CONFIG_ID/reportDetails |
Menampilkan daftar semua laporan inventaris yang dihasilkan dari konfigurasi laporan inventaris yang ditentukan. |