Journalisation des audits de la solution Bare Metal

Ce document décrit la journalisation d'audit pour la solution Bare Metal. Les services Google Cloud génèrent des journaux d'audit qui enregistrent les activités d'administration et d'accès dans vos ressources Google Cloud. Pour en savoir plus sur Cloud Audit Logs, consultez les ressources suivantes :

Nom du service

Les journaux d'audit de la solution Bare Metal utilisent le nom de service baremetalsolution.googleapis.com. Filtrez les résultats pour ce service :

    protoPayload.serviceName="baremetalsolution.googleapis.com"
  

Méthodes par type d'autorisation

Chaque autorisation IAM possède une propriété type, dont la valeur est une énumération pouvant être l'une des quatre valeurs suivantes: ADMIN_READ, ADMIN_WRITE, DATA_READ ou DATA_WRITE. Lorsque vous appelez une méthode, La solution Bare Metal génère un journal d'audit dont la catégorie dépend du type de l'autorisation requise pour exécuter la méthode. Les méthodes nécessitant une autorisation IAM avec la valeur de la propriété type de DATA_READ, DATA_WRITE ou ADMIN_READ génèrent des journaux d'audit pour l'accès aux données. Les méthodes nécessitant une autorisation IAM avec la valeur de propriété type de ADMIN_WRITE génèrent des journaux d'audit pour les activités d'administration.

Type d'autorisation Méthodes
ADMIN_READ google.cloud.baremetalsolution.v2.BareMetalSolution.GetInstance
google.cloud.baremetalsolution.v2.BareMetalSolution.GetLun
google.cloud.baremetalsolution.v2.BareMetalSolution.GetNetwork
google.cloud.baremetalsolution.v2.BareMetalSolution.GetNfsShare
google.cloud.baremetalsolution.v2.BareMetalSolution.GetOSImage
google.cloud.baremetalsolution.v2.BareMetalSolution.GetVolume
google.cloud.baremetalsolution.v2.BareMetalSolution.GetVolumeSnapshot
google.cloud.baremetalsolution.v2.BareMetalSolution.ListInstances
google.cloud.baremetalsolution.v2.BareMetalSolution.ListLuns
google.cloud.baremetalsolution.v2.BareMetalSolution.ListNetworks
google.cloud.baremetalsolution.v2.BareMetalSolution.ListNfsShares
google.cloud.baremetalsolution.v2.BareMetalSolution.ListOSImages
google.cloud.baremetalsolution.v2.BareMetalSolution.ListVolumeSnapshots
google.cloud.baremetalsolution.v2.BareMetalSolution.ListVolumes
google.cloud.baremetalsolution.v2.BareMetalSolution.LoadInstanceAuthInfo
ADMIN_WRITE google.cloud.baremetalsolution.v2.BareMetalSolution.CreateProvisioningConfig
google.cloud.baremetalsolution.v2.BareMetalSolution.DetachLun
google.cloud.baremetalsolution.v2.BareMetalSolution.DisableHyperthreading
google.cloud.baremetalsolution.v2.BareMetalSolution.DisableInteractiveSerialConsole
google.cloud.baremetalsolution.v2.BareMetalSolution.EnableHyperthreading
google.cloud.baremetalsolution.v2.BareMetalSolution.EnableInteractiveSerialConsole
google.cloud.baremetalsolution.v2.BareMetalSolution.EvictLun
google.cloud.baremetalsolution.v2.BareMetalSolution.EvictVolume
google.cloud.baremetalsolution.v2.BareMetalSolution.GetProvisioningConfig
google.cloud.baremetalsolution.v2.BareMetalSolution.ListNetworkUsage
google.cloud.baremetalsolution.v2.BareMetalSolution.ListProvisioningQuotas
google.cloud.baremetalsolution.v2.BareMetalSolution.ReimageInstance
google.cloud.baremetalsolution.v2.BareMetalSolution.RenameInstance
google.cloud.baremetalsolution.v2.BareMetalSolution.RenameNetwork
google.cloud.baremetalsolution.v2.BareMetalSolution.RenameNfsShare
google.cloud.baremetalsolution.v2.BareMetalSolution.RenameVolume
google.cloud.baremetalsolution.v2.BareMetalSolution.ResizeVolume
google.cloud.baremetalsolution.v2.BareMetalSolution.StopInstance
google.cloud.baremetalsolution.v2.BareMetalSolution.SubmitProvisioningConfig
google.cloud.baremetalsolution.v2.BareMetalSolution.UpdateInstance
google.cloud.baremetalsolution.v2.BareMetalSolution.UpdateNetwork
google.cloud.baremetalsolution.v2.BareMetalSolution.UpdateProvisioningConfig
DATA_READ google.cloud.baremetalsolution.v2.BareMetalSolution.ListSSHKeys
DATA_WRITE google.cloud.baremetalsolution.v2.BareMetalSolution.CreateNfsShare
google.cloud.baremetalsolution.v2.BareMetalSolution.CreateSSHKey
google.cloud.baremetalsolution.v2.BareMetalSolution.CreateVolumeSnapshot
google.cloud.baremetalsolution.v2.BareMetalSolution.DeleteNfsShare
google.cloud.baremetalsolution.v2.BareMetalSolution.DeleteSSHKey
google.cloud.baremetalsolution.v2.BareMetalSolution.DeleteVolumeSnapshot
google.cloud.baremetalsolution.v2.BareMetalSolution.ResetInstance
google.cloud.baremetalsolution.v2.BareMetalSolution.RestoreVolumeSnapshot
google.cloud.baremetalsolution.v2.BareMetalSolution.StartInstance
google.cloud.baremetalsolution.v2.BareMetalSolution.UpdateNfsShare
google.cloud.baremetalsolution.v2.BareMetalSolution.UpdateVolume

Journaux d'audit d'interface API

Pour savoir comment et quelles autorisations sont évaluées pour chaque méthode, consultez la documentation Identity and Access Management pour la solution Bare Metal.

google.cloud.baremetalsolution.v2.BareMetalSolution

Les journaux d'audit suivants sont associés aux méthodes appartenant à google.cloud.baremetalsolution.v2.BareMetalSolution.

CreateNfsShare

  • Méthode : google.cloud.baremetalsolution.v2.BareMetalSolution.CreateNfsShare
  • Type de journal d'audit : Accès aux données
  • Autorisations :
    • baremetalsolution.nfsshares.create - DATA_WRITE
  • La méthode est une opération de longue durée ou en flux continu : Opération de longue durée
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.CreateNfsShare"

CreateProvisioningConfig

  • Méthode : google.cloud.baremetalsolution.v2.BareMetalSolution.CreateProvisioningConfig
  • Type de journal d'audit: Activité d'administration
  • Autorisations :
    • baremetalsolution.instances.create - ADMIN_WRITE
  • La méthode est une opération de longue durée ou en flux continu: Non.
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.CreateProvisioningConfig"

CreateSSHKey

  • Méthode : google.cloud.baremetalsolution.v2.BareMetalSolution.CreateSSHKey
  • Type de journal d'audit : Accès aux données
  • Autorisations :
    • baremetalsolution.sshKeys.create - DATA_WRITE
  • La méthode est une opération de longue durée ou en flux continu: Non.
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.CreateSSHKey"

CreateVolumeSnapshot

  • Méthode : google.cloud.baremetalsolution.v2.BareMetalSolution.CreateVolumeSnapshot
  • Type de journal d'audit : Accès aux données
  • Autorisations :
    • baremetalsolution.volumesnapshots.create - DATA_WRITE
  • La méthode est une opération de longue durée ou en flux continu: Non.
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.CreateVolumeSnapshot"

DeleteNfsShare

  • Méthode : google.cloud.baremetalsolution.v2.BareMetalSolution.DeleteNfsShare
  • Type de journal d'audit : Accès aux données
  • Autorisations :
    • baremetalsolution.nfsshares.delete - DATA_WRITE
  • La méthode est une opération de longue durée ou en flux continu : Opération de longue durée
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.DeleteNfsShare"

DeleteSSHKey

  • Méthode : google.cloud.baremetalsolution.v2.BareMetalSolution.DeleteSSHKey
  • Type de journal d'audit : Accès aux données
  • Autorisations :
    • baremetalsolution.sshKeys.delete - DATA_WRITE
  • La méthode est une opération de longue durée ou en flux continu: Non.
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.DeleteSSHKey"

DeleteVolumeSnapshot

  • Méthode : google.cloud.baremetalsolution.v2.BareMetalSolution.DeleteVolumeSnapshot
  • Type de journal d'audit : Accès aux données
  • Autorisations :
    • baremetalsolution.volumesnapshots.delete - DATA_WRITE
  • La méthode est une opération de longue durée ou en flux continu: Non.
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.DeleteVolumeSnapshot"

DetachLun

  • Méthode : google.cloud.baremetalsolution.v2.BareMetalSolution.DetachLun
  • Type de journal d'audit: Activité d'administration
  • Autorisations :
    • baremetalsolution.instances.detachLun - ADMIN_WRITE
  • La méthode est une opération de longue durée ou en flux continu : Opération de longue durée
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.DetachLun"

DisableHyperthreading

  • Méthode : google.cloud.baremetalsolution.v2.BareMetalSolution.DisableHyperthreading
  • Type de journal d'audit: Activité d'administration
  • Autorisations :
    • baremetalsolution.instances.disableHyperthreading - ADMIN_WRITE
  • La méthode est une opération de longue durée ou en flux continu : Opération de longue durée
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.DisableHyperthreading"

DisableInteractiveSerialConsole

  • Méthode : google.cloud.baremetalsolution.v2.BareMetalSolution.DisableInteractiveSerialConsole
  • Type de journal d'audit: Activité d'administration
  • Autorisations :
    • baremetalsolution.instances.disableInteractiveSerialConsole - ADMIN_WRITE
  • La méthode est une opération de longue durée ou en flux continu : Opération de longue durée
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.DisableInteractiveSerialConsole"

EnableHyperthreading

  • Méthode : google.cloud.baremetalsolution.v2.BareMetalSolution.EnableHyperthreading
  • Type de journal d'audit: Activité d'administration
  • Autorisations :
    • baremetalsolution.instances.enableHyperthreading - ADMIN_WRITE
  • La méthode est une opération de longue durée ou en flux continu : Opération de longue durée
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.EnableHyperthreading"

EnableInteractiveSerialConsole

  • Méthode : google.cloud.baremetalsolution.v2.BareMetalSolution.EnableInteractiveSerialConsole
  • Type de journal d'audit: Activité d'administration
  • Autorisations :
    • baremetalsolution.instances.enableInteractiveSerialConsole - ADMIN_WRITE
  • La méthode est une opération de longue durée ou en flux continu : Opération de longue durée
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.EnableInteractiveSerialConsole"

EvictLun

  • Méthode : google.cloud.baremetalsolution.v2.BareMetalSolution.EvictLun
  • Type de journal d'audit: Activité d'administration
  • Autorisations :
    • baremetalsolution.luns.evict - ADMIN_WRITE
  • La méthode est une opération de longue durée ou en flux continu : Opération de longue durée
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.EvictLun"

EvictVolume

  • Méthode : google.cloud.baremetalsolution.v2.BareMetalSolution.EvictVolume
  • Type de journal d'audit: Activité d'administration
  • Autorisations :
    • baremetalsolution.volumes.evict - ADMIN_WRITE
  • La méthode est une opération de longue durée ou en flux continu : Opération de longue durée
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.EvictVolume"

GetInstance

  • Méthode : google.cloud.baremetalsolution.v2.BareMetalSolution.GetInstance
  • Type de journal d'audit : Accès aux données
  • Autorisations :
    • baremetalsolution.instances.get - ADMIN_READ
  • La méthode est une opération de longue durée ou en flux continu: Non.
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.GetInstance"

GetLun

  • Méthode : google.cloud.baremetalsolution.v2.BareMetalSolution.GetLun
  • Type de journal d'audit : Accès aux données
  • Autorisations :
    • baremetalsolution.luns.get - ADMIN_READ
  • La méthode est une opération de longue durée ou en flux continu: Non.
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.GetLun"

GetNetwork

  • Méthode : google.cloud.baremetalsolution.v2.BareMetalSolution.GetNetwork
  • Type de journal d'audit : Accès aux données
  • Autorisations :
    • baremetalsolution.networks.get - ADMIN_READ
  • La méthode est une opération de longue durée ou en flux continu: Non.
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.GetNetwork"

GetNfsShare

  • Méthode : google.cloud.baremetalsolution.v2.BareMetalSolution.GetNfsShare
  • Type de journal d'audit : Accès aux données
  • Autorisations :
    • baremetalsolution.nfsshares.get - ADMIN_READ
  • La méthode est une opération de longue durée ou en flux continu: Non.
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.GetNfsShare"

GetOSImage

  • Méthode : google.cloud.baremetalsolution.v2.BareMetalSolution.GetOSImage
  • Type de journal d'audit : Accès aux données
  • Autorisations :
    • baremetalsolution.osimages.get - ADMIN_READ
  • La méthode est une opération de longue durée ou en flux continu: Non.
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.GetOSImage"

GetProvisioningConfig

  • Méthode : google.cloud.baremetalsolution.v2.BareMetalSolution.GetProvisioningConfig
  • Type de journal d'audit: Activité d'administration
  • Autorisations :
    • baremetalsolution.instances.create - ADMIN_WRITE
  • La méthode est une opération de longue durée ou en flux continu: Non.
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.GetProvisioningConfig"

GetVolume

  • Méthode : google.cloud.baremetalsolution.v2.BareMetalSolution.GetVolume
  • Type de journal d'audit : Accès aux données
  • Autorisations :
    • baremetalsolution.volumes.get - ADMIN_READ
  • La méthode est une opération de longue durée ou en flux continu: Non.
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.GetVolume"

GetVolumeSnapshot

  • Méthode : google.cloud.baremetalsolution.v2.BareMetalSolution.GetVolumeSnapshot
  • Type de journal d'audit : Accès aux données
  • Autorisations :
    • baremetalsolution.volumesnapshots.get - ADMIN_READ
  • La méthode est une opération de longue durée ou en flux continu: Non.
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.GetVolumeSnapshot"

ListInstances

  • Méthode : google.cloud.baremetalsolution.v2.BareMetalSolution.ListInstances
  • Type de journal d'audit : Accès aux données
  • Autorisations :
    • baremetalsolution.instances.list - ADMIN_READ
  • La méthode est une opération de longue durée ou en flux continu: Non.
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.ListInstances"

ListLuns

  • Méthode : google.cloud.baremetalsolution.v2.BareMetalSolution.ListLuns
  • Type de journal d'audit : Accès aux données
  • Autorisations :
    • baremetalsolution.luns.list - ADMIN_READ
  • La méthode est une opération de longue durée ou en flux continu: Non.
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.ListLuns"

ListNetworkUsage

  • Méthode : google.cloud.baremetalsolution.v2.BareMetalSolution.ListNetworkUsage
  • Type de journal d'audit: Activité d'administration
  • Autorisations :
    • baremetalsolution.instances.create - ADMIN_WRITE
  • La méthode est une opération de longue durée ou en flux continu: Non.
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.ListNetworkUsage"

ListNetworks

  • Méthode : google.cloud.baremetalsolution.v2.BareMetalSolution.ListNetworks
  • Type de journal d'audit : Accès aux données
  • Autorisations :
    • baremetalsolution.networks.list - ADMIN_READ
  • La méthode est une opération de longue durée ou en flux continu: Non.
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.ListNetworks"

ListNfsShares

  • Méthode : google.cloud.baremetalsolution.v2.BareMetalSolution.ListNfsShares
  • Type de journal d'audit : Accès aux données
  • Autorisations :
    • baremetalsolution.nfsshares.list - ADMIN_READ
  • La méthode est une opération de longue durée ou en flux continu: Non.
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.ListNfsShares"

ListOSImages

  • Méthode : google.cloud.baremetalsolution.v2.BareMetalSolution.ListOSImages
  • Type de journal d'audit : Accès aux données
  • Autorisations :
    • baremetalsolution.osimages.list - ADMIN_READ
  • La méthode est une opération de longue durée ou en flux continu: Non.
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.ListOSImages"

ListProvisioningQuotas

  • Méthode : google.cloud.baremetalsolution.v2.BareMetalSolution.ListProvisioningQuotas
  • Type de journal d'audit: Activité d'administration
  • Autorisations :
    • baremetalsolution.instances.create - ADMIN_WRITE
  • La méthode est une opération de longue durée ou en flux continu: Non.
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.ListProvisioningQuotas"

ListSSHKeys

  • Méthode : google.cloud.baremetalsolution.v2.BareMetalSolution.ListSSHKeys
  • Type de journal d'audit : Accès aux données
  • Autorisations :
    • baremetalsolution.sshKeys.list - DATA_READ
  • La méthode est une opération de longue durée ou en flux continu: Non.
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.ListSSHKeys"

ListVolumeSnapshots

  • Méthode : google.cloud.baremetalsolution.v2.BareMetalSolution.ListVolumeSnapshots
  • Type de journal d'audit : Accès aux données
  • Autorisations :
    • baremetalsolution.volumesnapshots.list - ADMIN_READ
  • La méthode est une opération de longue durée ou en flux continu: Non.
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.ListVolumeSnapshots"

ListVolumes

  • Méthode : google.cloud.baremetalsolution.v2.BareMetalSolution.ListVolumes
  • Type de journal d'audit : Accès aux données
  • Autorisations :
    • baremetalsolution.volumes.list - ADMIN_READ
  • La méthode est une opération de longue durée ou en flux continu: Non.
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.ListVolumes"

LoadInstanceAuthInfo

  • Méthode : google.cloud.baremetalsolution.v2.BareMetalSolution.LoadInstanceAuthInfo
  • Type de journal d'audit : Accès aux données
  • Autorisations :
    • baremetalsolution.instances.loadAuthInfo - ADMIN_READ
  • La méthode est une opération de longue durée ou en flux continu: Non.
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.LoadInstanceAuthInfo"

ReimageInstance

  • Méthode : google.cloud.baremetalsolution.v2.BareMetalSolution.ReimageInstance
  • Type de journal d'audit: Activité d'administration
  • Autorisations :
    • baremetalsolution.instances.reimage - ADMIN_WRITE
  • La méthode est une opération de longue durée ou en flux continu : Opération de longue durée
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.ReimageInstance"

RenameInstance

  • Méthode : google.cloud.baremetalsolution.v2.BareMetalSolution.RenameInstance
  • Type de journal d'audit: Activité d'administration
  • Autorisations :
    • baremetalsolution.instances.rename - ADMIN_WRITE
  • La méthode est une opération de longue durée ou en flux continu: Non.
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.RenameInstance"

RenameNetwork

  • Méthode : google.cloud.baremetalsolution.v2.BareMetalSolution.RenameNetwork
  • Type de journal d'audit: Activité d'administration
  • Autorisations :
    • baremetalsolution.networks.rename - ADMIN_WRITE
  • La méthode est une opération de longue durée ou en flux continu: Non.
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.RenameNetwork"

RenameNfsShare

  • Méthode : google.cloud.baremetalsolution.v2.BareMetalSolution.RenameNfsShare
  • Type de journal d'audit: Activité d'administration
  • Autorisations :
    • baremetalsolution.nfsshares.rename - ADMIN_WRITE
  • La méthode est une opération de longue durée ou en flux continu: Non.
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.RenameNfsShare"

RenameVolume

  • Méthode : google.cloud.baremetalsolution.v2.BareMetalSolution.RenameVolume
  • Type de journal d'audit: Activité d'administration
  • Autorisations :
    • baremetalsolution.volumes.rename - ADMIN_WRITE
  • La méthode est une opération de longue durée ou en flux continu: Non.
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.RenameVolume"

ResetInstance

  • Méthode : google.cloud.baremetalsolution.v2.BareMetalSolution.ResetInstance
  • Type de journal d'audit : Accès aux données
  • Autorisations :
    • baremetalsolution.instances.reset - DATA_WRITE
  • La méthode est une opération de longue durée ou en flux continu : Opération de longue durée
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.ResetInstance"

ResizeVolume

  • Méthode : google.cloud.baremetalsolution.v2.BareMetalSolution.ResizeVolume
  • Type de journal d'audit: Activité d'administration
  • Autorisations :
    • baremetalsolution.volumes.resize - ADMIN_WRITE
  • La méthode est une opération de longue durée ou en flux continu : Opération de longue durée
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.ResizeVolume"

RestoreVolumeSnapshot

  • Méthode : google.cloud.baremetalsolution.v2.BareMetalSolution.RestoreVolumeSnapshot
  • Type de journal d'audit : Accès aux données
  • Autorisations :
    • baremetalsolution.volumesnapshots.restore - DATA_WRITE
  • La méthode est une opération de longue durée ou en flux continu : Opération de longue durée
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.RestoreVolumeSnapshot"

StartInstance

  • Méthode : google.cloud.baremetalsolution.v2.BareMetalSolution.StartInstance
  • Type de journal d'audit : Accès aux données
  • Autorisations :
    • baremetalsolution.instances.start - DATA_WRITE
  • La méthode est une opération de longue durée ou en flux continu : Opération de longue durée
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.StartInstance"

StopInstance

  • Méthode : google.cloud.baremetalsolution.v2.BareMetalSolution.StopInstance
  • Type de journal d'audit: Activité d'administration
  • Autorisations :
    • baremetalsolution.instances.stop - ADMIN_WRITE
  • La méthode est une opération de longue durée ou en flux continu : Opération de longue durée
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.StopInstance"

SubmitProvisioningConfig

  • Méthode : google.cloud.baremetalsolution.v2.BareMetalSolution.SubmitProvisioningConfig
  • Type de journal d'audit: Activité d'administration
  • Autorisations :
    • baremetalsolution.instances.create - ADMIN_WRITE
  • La méthode est une opération de longue durée ou en flux continu: Non.
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.SubmitProvisioningConfig"

UpdateInstance

  • Méthode : google.cloud.baremetalsolution.v2.BareMetalSolution.UpdateInstance
  • Type de journal d'audit: Activité d'administration
  • Autorisations :
    • baremetalsolution.instances.update - ADMIN_WRITE
  • La méthode est une opération de longue durée ou en flux continu : Opération de longue durée
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.UpdateInstance"

UpdateNetwork

  • Méthode : google.cloud.baremetalsolution.v2.BareMetalSolution.UpdateNetwork
  • Type de journal d'audit: Activité d'administration
  • Autorisations :
    • baremetalsolution.networks.update - ADMIN_WRITE
  • La méthode est une opération de longue durée ou en flux continu : Opération de longue durée
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.UpdateNetwork"

UpdateNfsShare

  • Méthode : google.cloud.baremetalsolution.v2.BareMetalSolution.UpdateNfsShare
  • Type de journal d'audit : Accès aux données
  • Autorisations :
    • baremetalsolution.nfsshares.update - DATA_WRITE
  • La méthode est une opération de longue durée ou en flux continu : Opération de longue durée
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.UpdateNfsShare"

UpdateProvisioningConfig

  • Méthode : google.cloud.baremetalsolution.v2.BareMetalSolution.UpdateProvisioningConfig
  • Type de journal d'audit: Activité d'administration
  • Autorisations :
    • baremetalsolution.instances.create - ADMIN_WRITE
  • La méthode est une opération de longue durée ou en flux continu: Non.
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.UpdateProvisioningConfig"

UpdateVolume

  • Méthode : google.cloud.baremetalsolution.v2.BareMetalSolution.UpdateVolume
  • Type de journal d'audit : Accès aux données
  • Autorisations :
    • baremetalsolution.volumes.update - DATA_WRITE
  • La méthode est une opération de longue durée ou en flux continu : Opération de longue durée
  • Filtre pour cette méthode : protoPayload.methodName="google.cloud.baremetalsolution.v2.BareMetalSolution.UpdateVolume"

Méthodes ne produisant pas de journaux d'audit

Une méthode peut ne pas produire de journaux d'audit pour une ou plusieurs des raisons suivantes :

  • Il s'agit d'une méthode à volume élevé impliquant des coûts significatifs de génération de journaux et de stockage.
  • Sa valeur d'audit est faible.
  • Un autre journal d'audit ou de plate-forme fournit déjà une couverture des méthodes.

Les méthodes suivantes ne génèrent pas de journaux d'audit :

  • google.cloud.baremetalsolution.v2.BareMetalSolution.GetOperation
  • google.cloud.location.Locations.GetLocation
  • google.cloud.location.Locations.ListLocations