Ressourcen und Methoden für Storage Insights-Inventarberichte

Dieser Leitfaden enthält technische Referenzinformationen zum Storage Insights-Inventarbericht. Wie die Cloud Storage JSON API ist auch sie RESTful, hat jedoch etwas andere URI-Endpunkte.

Die API-Referenz ist nach Ressourcentypen gegliedert. Jeder Ressourcentyp verfügt über eine oder mehrere Datendarstellungen und eine oder mehrere Ressourcen.

URIs sind relativ zu https://storageinsights.googleapis.com/v1, sofern nicht anders angegeben.

Ressourcentypen

ReportConfigs

Weitere Informationen zur Ressource erhalten Sie auf der Seite ReportConfig-Ressourcendarstellung.

Methode HTTP-Anfrage Beschreibung
delete DELETE /projects/PROJECT/locations/LOCATION/reportConfigs/REPORT_CONFIG_ID Löscht die Konfiguration eines Inventarberichts endgültig.
get GET /projects/PROJECT/locations/LOCATION/reportConfigs/REPORT_CONFIG_ID Gibt eine Konfiguration für Inventarberichte nach UUID zurück.
insert POST /projects/PROJECT/locations/LOCATION/reportConfigs Erstellt eine Konfiguration für Inventarberichte im angegebenen Projekt.
list GET /projects/PROJECT/locations/LOCATION/reportConfigs Gibt eine Liste der Konfigurationen für Inventarberichte für ein bestimmtes Projekt und einen bestimmten Standort zurück.
patch PATCH /projects/PROJECT/locations/LOCATION/reportConfigs/REPORT_CONFIG_ID Aktualisiert die Konfiguration eines Inventarberichts. Diese Methode unterstützt die Patch-Semantik.

ReportDetails

Weitere Informationen zur Ressource erhalten Sie auf der Seite ReportDetail-Ressourcendarstellung.

Methode HTTP-Anfrage Beschreibung
get GET /projects/PROJECT/locations/LOCATION/reportConfigs/REPORT_CONFIG_ID/reportDetails/REPORT_DETAIL_ID Gibt einen Inventarbericht nach UUID zurück.
list GET /projects/PROJECT/locations/LOCATION/reportConfigs/REPORT_CONFIG_ID/reportDetails Gibt eine Liste aller Inventarberichte zurück, die von einer bestimmten Konfiguration für Inventarberichte generiert wurden.